zxr10LdpFecState
ZXR10-MPLS-LDP-MIB ·
.1.3.6.1.4.1.3902.3.314.1.6.1.6
Object
column Enumeration
The state of this LDP FEC. If the FEC exists with the local popular tag and the outgoing label then the value of this object is 'ok(1)'. If the FEC exists with the local explicit or implicit null tag then the value of this object is 'egress(2)'. If the FEC exists with the local popluar tag only then the value of this object is 'noOutLabel(3)'. If the FEC exists without local tag then the value of this object is 'noInLabel(4)'.
Context
- MIB
- ZXR10-MPLS-LDP-MIB
- OID
.1.3.6.1.4.1.3902.3.314.1.6.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxr10LdpFecEntry
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 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecState.<zxr10LdpFecIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-MPLS-LDP-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-MPLS-LDP-MIB::zxr10LdpFecState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | egress |
3 | noOutLabel |
4 | noInLabel |