extremeVMDetectedVPPResult
EXTREME-VM-MIB ·
.1.3.6.1.4.1.1916.1.39.3.2.1.13
Object
column Enumeration
Indicates the result of VPP associated with VM MAC. vppMapped(1) indicates that the named VPP was mapped. vppNotMapped(2) indicates that the no VPP was mapped. vppInvalid(3) indicates that the VPP mapped was invalid. vppMissing(4) indicates that the VPP mapped was missing.
Context
- MIB
- EXTREME-VM-MIB
- OID
.1.3.6.1.4.1.1916.1.39.3.2.1.13- 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::extremeVMDetectedVPPResult'
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::extremeVMDetectedVPPResult.<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::extremeVMDetectedVPPResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | vppMapped |
2 | vppNotMapped |
3 | vppInvalid |
4 | vppMissing |