mplsTunnelOperStatus

MPLS-TE-MIB · cisco variant · .1.3.6.1.3.95.1.2.1.20

Object

column Enumeration
Indicates the actual operational status of this
tunnel, which is typically but not limited to, a
function of the state of individual segments of this
tunnel.

Context

MIB
MPLS-TE-MIB
OID
.1.3.6.1.3.95.1.2.1.20
Type
column
Access
readonly
Status
current
Parent
mplsTunnelEntry
Groups
1

Walk 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 'MPLS-TE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-TE-MIB::mplsTunnelOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-TE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-TE-MIB::mplsTunnelOperStatus.<mplsTunnelIndex>.<mplsTunnelInstance>.<mplsTunnelIngressLSRId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-TE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-TE-MIB::mplsTunnelOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1up
2down
3testing
4unknown
5dormant
6notPresent
7lowerLayerDown

Conformance

Member of
Compliance refinements
Values: up(1), down(2)
Only up and down states must be supported. Write
access is not required.