lmpTeLinkOperStatus
LMP-MIB ·
.1.3.6.1.2.1.10.227.1.12.1.5
Object
column Enumeration
The actual operational status of this TE link. The status
is set to testing when the TE link is performing link
verification. A degraded state indicates that there is
no active control channel between the pair of nodes that
form the endpoints of the TE link, but that at least one
data-bearing link on the TE link is allocated.
Context
- MIB
- LMP-MIB
- OID
.1.3.6.1.2.1.10.227.1.12.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lmpTeLinkEntry
- Groups
- 1
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 'LMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LMP-MIB::lmpTeLinkOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LMP-MIB::lmpTeLinkOperStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LMP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LMP-MIB::lmpTeLinkOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
4 | init |
5 | degraded |
Conformance
Member of
Compliance refinements
lmpModuleFullCompliance
Enumeration
Values:
up(1), down(2), degraded(5)
The testing(3) and init(4) state need not be supported.
lmpModuleReadOnlyCompliance
Enumeration
Values:
up(1), down(2), degraded(5)
The testing(3) and init(4) state need not be supported.