remPollPeriod
A3COM0019-RMON-REMOTE-POLL ·
.1.3.6.1.4.1.43.10.25.1.1.1.8
Object
column
mandatory
r/w
Integer32
The device will be polled every remPollPeriod seconds. The
first poll is sent as soon as the remPollStatus is set to valid(1). To prevent
overlapping polls, the value of remPollPeriod must be greater than
2*remPollTimeout*remPollAttempts - otherwise an error is returned when the row
is set to valid.
A poll consists of sending up to remPollAttempts request packets to the device.
A reply to any of the request packets is sufficient to declare the poll
successful (and stop further requests from being sent). A poll is deemed
unsuccessful if no replies have been received after
remPollTimeout*remPollAttempts seconds from the start of the poll. Note: each
request packet must contain some sequence information so that late replies do
not result in a successful poll.
The first unsuccessful poll causes a PollFailure event to be generated - further
unsuccessful polls do not generate events. The next successful poll to the
device causes a PollSuccess event to be generated - further successful polls do
not generate events. The pattern then repeats.
The value 0 has a special value meaning of only-once When remPollStatus is set
to valid(1), a single poll is started immediately. There are no events
generated. whether the poll has been judged successful or unsuccessful.
The results of the poll(s) can be monitored by reading the remPollLastRequest
and remPolLastReply fields.
This object may not be modified if the associated remPollStatus object is equal
to valid(1).
Context
- MIB
- A3COM0019-RMON-REMOTE-POLL
- OID
.1.3.6.1.4.1.43.10.25.1.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- remPollTableEntry
- Table
- remPollTable
- Siblings
- 13
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-65535
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| remPollIndex mandatory Unique identifier of a row in the Poll Table. This
index should be treated in the same way as indices of other RMON tables.
The actual number of rows that can be … | column | Integer32 | .1.3.6.1.4.1.43.10.25.1.1.1.1 |
| remPollLastReply mandatory This is the value of sysUpTime at which the most recent
reply packet was received. The device was responding at this time.
The relationship of sysUpTime, remPollLas… | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.1.1.1.10 |
| remPollInformation mandatory After each successful poll, this field is updated with some
protocol specific information that was gleaned from the packet exchange. For the
IPX protocol, this string contains t… | column | OctetString | .1.3.6.1.4.1.43.10.25.1.1.1.11 |
| remPollSuccessEventIndex mandatory The index of the eventEntry that is used when a
successful poll is made after a number of unsuccessful polls.
The eventEntry identified by a particular value of thi… | column | Integer32 | .1.3.6.1.4.1.43.10.25.1.1.1.12 |
| remPollFailureEventIndex mandatory The index of the eventEntry that is used when an
unsuccessful poll is made after a number of successful polls.
The eventEntry identified by a particular value of th… | column | Integer32 | .1.3.6.1.4.1.43.10.25.1.1.1.13 |
| remPollOwner mandatory The RMON OwnerString conventions are used here to help
control the multi-manager situations. | column | RFC1213-MIBDisplayString | .1.3.6.1.4.1.43.10.25.1.1.1.14 |
| remPollStatus mandatory This object controls the creation and deletion of entries in
the remPollTable. The RMON EntryStatus conventions are used. | column | RMON-MIBEntryStatus | .1.3.6.1.4.1.43.10.25.1.1.1.15 |
| remPollIfIndex mandatory Identifies the entry in the ifTable which is to be used as
the source of the poll packet.
This object may not be modified if the associated remPollStatus object is… | column | Integer32 | .1.3.6.1.4.1.43.10.25.1.1.1.2 |
| remPollAddress mandatory This DisplayString is the network address of the device to
monitor. Typically this is an IP, MAC or IPX address. The following formats can
be used. IP nnn.nnn.nnn.nnn - … | column | OctetString | .1.3.6.1.4.1.43.10.25.1.1.1.3 |
| remPollProtocol mandatory This defines the protocol with which to monitor the device.
Writing an address to the remPollAddress field causes a default remPollProtocol
value to be setup. The … | column | Enumeration | .1.3.6.1.4.1.43.10.25.1.1.1.4 |
| remPollTimeout mandatory The time-out value in hundreds of a second for each request
packet. If a device replies to a request packet within the specified time-out,
then the poll is judged to be successf… | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.1.1.1.6 |
| remPollAttempts mandatory The number of unsuccessful requests necessary before
deciding that the device is definitely not responding.
This object may not be modified if the associated remPo… | column | Integer32 | .1.3.6.1.4.1.43.10.25.1.1.1.7 |
| remPollLastRequest mandatory This is the value of sysUpTime at which the most recent
request packet was sent.
To avoid temporary inconsistancies between the values of remPollLastRequest and
re… | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.1.1.1.9 |