nnreasonForFailure
SYSTEM-MIB ·
.1.3.6.1.4.1.562.73.1.1.1.1.15.8
Object
scalar Enumeration
This variable contains reason for failure like username password ipaddress shared key, preshared key, id (future enhancements for SSh,telnet (Radius,tacacs) VPN security current implementation takes only 2 values usename and password.
Context
- MIB
- SYSTEM-MIB
- OID
.1.3.6.1.4.1.562.73.1.1.1.1.15.8- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- nnsystemNotificationsVars
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYSTEM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSTEM-MIB::nnreasonForFailure.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYSTEM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYSTEM-MIB::nnreasonForFailure'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | username |
2 | password |
3 | other |