nhrpCacheState

NHRP-MIB · .1.3.6.1.2.1.71.1.1.2.1.10

Object

column Enumeration
An indication of the state of this entry. The values are:
              
'incomplete(1)' The client has sent a NHRP Resolution
                Request but has not yet received the
                NHRP Resolution Reply.
              
'ackReply(2)'   For a client or server, this is a
                cached valid mapping.
              
'nakReply(3)'   For a client or server, this is a
                cached NAK mapping.

Context

MIB
NHRP-MIB
OID
.1.3.6.1.2.1.71.1.1.2.1.10
Type
column
Access
readonly
Status
current
Parent
nhrpCacheEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NHRP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NHRP-MIB::nhrpCacheState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NHRP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NHRP-MIB::nhrpCacheState.<nhrpCacheInternetworkAddrType>.<nhrpCacheInternetworkAddr>.<ifIndex>.<nhrpCacheIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NHRP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NHRP-MIB::nhrpCacheState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1incomplete
2ackReply
3nakReply

Conformance