teLinkProtectionType
TE-LINK-STD-MIB ·
.1.3.6.1.2.1.10.200.1.1.1.6
Object
column r/w
Enumeration
This attribute specifies the link protection type of the TE link. Descriptions of the different protection types can be found in the 'Routing Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)' document.
Context
- MIB
- TE-LINK-STD-MIB
- OID
.1.3.6.1.2.1.10.200.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- teLinkEntry
- 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 'TE-LINK-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-LINK-STD-MIB::teLinkProtectionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TE-LINK-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TE-LINK-STD-MIB::teLinkProtectionType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TE-LINK-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TE-LINK-STD-MIB::teLinkProtectionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | extraTraffic |
2 | unprotected |
3 | shared |
4 | dedicated1For1 |
5 | dedicated1Plus1 |
6 | enhanced |
Conformance
Member of
Compliance refinements
teLinkModuleReadOnlyCompliance
readonly
Write access is not required.