mplsTunnelRedundancyType
EXTREME-MPLS-TE-MIB ·
.1.3.6.1.4.1.1916.1.37.2.2.1.1.1
Object
column r/w
Enumeration
Identifies the tunnel redundancy type associated with this tunnel instance. A value of primary(1) or secondary(2) MAY be assigned by the network administrator or by an SNMP manager at the time of setting up the tunnel.
Context
- MIB
- EXTREME-MPLS-TE-MIB
- OID
.1.3.6.1.4.1.1916.1.37.2.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeMplsTunnelEntry
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 'EXTREME-MPLS-TE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MPLS-TE-MIB::mplsTunnelRedundancyType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-MPLS-TE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-MPLS-TE-MIB::mplsTunnelRedundancyType.<mplsTunnelIndex>.<mplsTunnelInstance>.<mplsTunnelIngressLSRId>.<mplsTunnelEgressLSRId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-MPLS-TE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-MPLS-TE-MIB::mplsTunnelRedundancyType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primary |
2 | secondary |