tedLinkState
TED-MIB ·
.1.3.6.1.2.1.10.273.1.1.1.6
Object
column Enumeration
This object represents the actual operational state of this TE link. For instance, if a row is created in the TED table, but the actual TE link is not available for some reason (e.g., when there is not yet a physical link or the link has been manually disabled), then the object would be down(2) state. In contrast, if a row is added and the TE link is available, this would be operationally up(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 'TED-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TED-MIB::tedLinkState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TED-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TED-MIB::tedLinkState.<tedLocalRouterId>.<tedRemoteRouterId>.<tedLinkInformationSource>.<tedLinkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TED-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TED-MIB::tedLinkState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | up |
2 | down |
Conformance
Member of