tePathOperStatus

TE-MIB · .1.3.6.1.2.1.122.1.3.1.14

Object

column Enumeration
The operational status of the path:
unknown:
down:        Signaling failed.
testing:     Administratively set aside for testing.
dormant:     Not signaled (for a backup tunnel).
ready:       Signaled but not yet carrying traffic.
operational: Signaled and carrying traffic.

Context

MIB
TE-MIB
OID
.1.3.6.1.2.1.122.1.3.1.14
Type
column
Access
readonly
Status
current
Parent
tePathEntry
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 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::tePathOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-MIB::tePathOperStatus.<teTunnelIndex>.<tePathIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TE-MIB::tePathOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0unknown
1down
2testing
3dormant
4ready
5operational

Conformance