mplsLdpEntityLabelRetentionMode

MPLS-LDP-STD-MIB · .1.3.6.1.2.1.10.166.4.1.2.3.1.13

Object

The LDP Entity can be configured to use either
conservative or liberal label retention mode.
              
If the value of this object is conservative(1)
then advertized label mappings are retained
only if they will be used to forward packets,
i.e., if label came from a valid next hop.
              
If the value of this object is liberal(2)
then all advertized label mappings are retained
whether they are from a valid next hop or not.

Context

MIB
MPLS-LDP-STD-MIB
OID
.1.3.6.1.2.1.10.166.4.1.2.3.1.13
Type
column
Access
readwrite
Status
current
Parent
mplsLdpEntityEntry
Groups
1

Walk 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 'MPLS-LDP-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-STD-MIB::mplsLdpEntityLabelRetentionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LDP-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LDP-STD-MIB::mplsLdpEntityLabelRetentionMode.<mplsLdpEntityLdpId>.<mplsLdpEntityIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LDP-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LDP-STD-MIB::mplsLdpEntityLabelRetentionMode'

Values & Constraints

Type Values
1conservative
2liberal

Conformance

Member of
Compliance refinements
Write access is not required.