jnxMplsLdpEntityLabelRetentionMode
JUNIPER-MPLS-LDP-MIB ·
.1.3.6.1.4.1.2636.3.36.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
- JUNIPER-MPLS-LDP-MIB
- OID
.1.3.6.1.4.1.2636.3.36.1.2.3.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxMplsLdpEntityEntry
- 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 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityLabelRetentionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityLabelRetentionMode.<jnxMplsLdpEntityLdpId>.<jnxMplsLdpEntityIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-MPLS-LDP-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-MPLS-LDP-MIB::jnxMplsLdpEntityLabelRetentionMode'
Syntax
- Source
- MPLS-TC-STD-MIBMplsRetentionMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | conservative |
2 | liberal |
Conformance
Member of
Compliance refinements
jnxMplsLdpModuleReadOnlyCompliance
readonly
Write access is not required.