All MIBs › LBHUB-BOOM-MIB › pollRate
pollRate
Module: LBHUB-BOOM-MIB
OID (symbolic): LBHUB-BOOM-MIB::pollRate
OID (numeric): 1.3.6.1.4.1.43.10.20.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This defines how often a poll packet is sent to the device.
If once-only(1) is chosen, then when the RowStatus is set to active, a single poll packet is to be sent. There are no re-transmissions and no traps are generated. The results of the operation can be read in the pollLastPollSent and pollRoundTripTime fields. When a reply to the poll is received, then the RowStatus is changed to notInService.
For the other values, setting the RowStatus to active causes the device to be regularly polled. The operation of the poll can be monitored by reading the pollLastPollSent and pollRoundTripTime fields. After four un-successful polls a pollLostContact trap is generated. The next successful poll to the device causes a pollEstablishedContact trap to be generated. Changing RowStatus from the active state causes polling to stop - in particular changing RowStatus from active to notInService (and vice-versa) is a convenient way of stopping and starting the polls.
A poll is said to have been un-successful, if no reply has been received by the time the device is due to be polled again - i.e. if the pollRoundTripTime is still zero.
By convention, row 1 of the PollTable is only ever used for once-only(1) polls.
The facilities of the RMON Alarm and RMON Event groups are used when regular polling is taking place. These groups perform the timing, threshold checking and trap generation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.43.10.20.1.1.4 snmpwalk -v2c -c public <target> LBHUB-BOOM-MIB::pollRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.43.10.20.1.1.4.1 snmpget -v2c -c public <target> LBHUB-BOOM-MIB::pollRate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.43.10.20.1.1.4.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.43 | a3Com | A3COM-HUAWEI-OID-MIB |
| 1.3.6.1.4.1.43.10 | generic | A3Com-products-MIB |
| 1.3.6.1.4.1.43.10.20 | poll | A3COM0004-GENERIC |
| 1.3.6.1.4.1.43.10.20.1 | pollTable | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.20.1.1 | pollTableEntry | LBHUB-BOOM-MIB |
| 1.3.6.1.4.1.43.10.20.1.1.4 | pollRate | LBHUB-BOOM-MIB |