All MIBs › HPR-MIB › hprAnrCounterState
hprAnrCounterState
Module: HPR-MIB
OID (symbolic): HPR-MIB::hprAnrCounterState
OID (numeric): 1.3.6.1.2.1.34.6.1.2.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object is used for a network management station to turn on/off the counting of ANR packets in the hprAnrRoutingTable. The initial value of this object is an implementation choice.
notActive(1) - the counter hprAnrPacketsReceived returns no meaningful value active(2) - the counter hprAnrPacketsReceived is being incremented and is returning meaningful values
What is hprAnrCounterState?
A read-write switch an admin sets to active(2) or notActive(1) to turn packet counting on or off for every row of the ANR routing table; while off, hprAnrPacketsReceived returns no meaningful value. Toggling this is how you enable per-label packet counting on a device before troubleshooting an ANR routing path.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.34.6.1.2.2 snmpwalk -v2c -c public <target> HPR-MIB::hprAnrCounterState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.34.6.1.2.2.1 snmpget -v2c -c public <target> HPR-MIB::hprAnrCounterState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.34.6.1.2.2.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> hprAnrCounterState.1
Start monitoring IBM SNA/APPN network node/router with HPR capability with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the HPR-MIB::hprAnrCounterState OID value, configure state conditions and alerts, and monitor any IBM SNA/APPN network node/router with HPR capability from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.34 | snanauMIB | SNA-NAU-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.34.6 | hprMIB | HPR-MIB |
| 1.3.6.1.2.1.34.6.1 | hprObjects | HPR-MIB |
| 1.3.6.1.2.1.34.6.1.2 | hprAnrRouting | HPR-MIB |
| 1.3.6.1.2.1.34.6.1.2.2 | hprAnrCounterState | HPR-MIB |