nhrpClientRegState

NHRP-MIB · .1.3.6.1.2.1.71.1.2.2.1.3

Object

column Enumeration
The registration state of this client. The values are:
'other(1)'             The state of the registration
                       request is not one of
                       'registering',
                       'ackRegisterReply' or
                       'nakRegisterReply'.
              
'registering(2)'        A registration request has
                        been issued and a registration
                        reply is expected.
              
'ackRegisterReply(3)'   A positive registration reply
                        has been received.
              
'nakRegisterReply(4)'   The client has received a
                        negative registration
                        reply (NAK).

Context

MIB
NHRP-MIB
OID
.1.3.6.1.2.1.71.1.2.2.1.3
Type
column
Access
readonly
Status
current
Parent
nhrpClientRegistrationEntry
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::nhrpClientRegState'
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::nhrpClientRegState.<nhrpClientIndex>.<nhrpClientRegIndex>'
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::nhrpClientRegState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2registering
3ackRegisterReply
4nakRegisterReply

Conformance