extremeVplsOperStatus
EXTREME-MPLS-MIB ·
.1.3.6.1.4.1.1916.1.37.3.2.1.2
Object
column Enumeration
This variable indicates the vpls operation Status. This is a special status provided which has values up,down and degraded. This is different from the vpls pw status shown in the standard mib. Up - all PWs are in the Up or Ready state. Degraded - Atleast one PW is in the Up or Ready state. Down - None of the PWs are in Up or Ready state.
Context
- MIB
- EXTREME-MPLS-MIB
- OID
.1.3.6.1.4.1.1916.1.37.3.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- extremeVplsStatusEntry
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-MPLS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MPLS-MIB::extremeVplsOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-MPLS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MPLS-MIB::extremeVplsOperStatus.<extremeVplsStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-MPLS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-MPLS-MIB::extremeVplsOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | degraded |
3 | down |