hzQtmPeerAuthenticationStatus
DRAGONWAVE-HORIZON-QUANTUM-MIB ·
.1.3.6.1.4.1.7262.2.4.2.5
Object
scalar Enumeration
Specifies the current authentication status of the system.
Authenticated means authentication is on and the system
has been authenticated, notAuthenticated means authentication
is off or the system has not communicated yet with the other node,
explicit authentication failure means authentication is on and
authentication has failed
Context
- MIB
- DRAGONWAVE-HORIZON-QUANTUM-MIB
- OID
.1.3.6.1.4.1.7262.2.4.2.5- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hzQtmAuthentication
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 'DRAGONWAVE-HORIZON-QUANTUM-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAGONWAVE-HORIZON-QUANTUM-MIB::hzQtmPeerAuthenticationStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DRAGONWAVE-HORIZON-QUANTUM-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DRAGONWAVE-HORIZON-QUANTUM-MIB::hzQtmPeerAuthenticationStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notAuthenticated |
2 | authenticated |
3 | explicitAuthenticationFailure |