extremeVMDetectedOperStatus
EXTREME-VM-MIB ·
.1.3.6.1.4.1.1916.1.39.3.2.1.7
Object
column Enumeration
The authentication status of the VM authenticating(1) an authentication is currently in progress authenticatedNetwork(2) the VM has been authenticated by a network source authenticatedLocally(3) the VM bas been authenticated by the local database denied(4) the VM was either explicitly denied entry notAuthenticated(5) the authentication process timed out or was never attempted.
Context
- MIB
- EXTREME-VM-MIB
- OID
.1.3.6.1.4.1.1916.1.39.3.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeVMDetectedEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-VM-MIB::extremeVMDetectedOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-VM-MIB::extremeVMDetectedOperStatus.<extremeVMDetectedMAC>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-VM-MIB::extremeVMDetectedOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | authenticating |
2 | authenticatedNetwork |
3 | authenticatedLocally |
4 | authenticationDenied |
5 | notAuthenticated |