vRtrMplsLspDecrementTtl
TIMETRA-MPLS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.6.1.1.14
Object
When the value of vRtrMplsLspDecrementTtl is 'true', the ingress
ESR writes the TTL of the IP packet into the label and each
transit ESR decrements the TTL in the label. At the egress ESR
the TTL value from the label is written into the IP packet.
When the value of vRtrMplsLspDecrementTtl is 'false', the ingress ESR
ignores the IP packet TTL and writes the value of 255 into the label;
and the egress ESR does not write the label's TTL into the IP packet.
This object was made obsolete in release 11.0.
Context
- MIB
- TIMETRA-MPLS-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.6.1.1.14- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- vRtrMplsLspEntry
- Groups
- 3
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 'TIMETRA-MPLS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-MPLS-MIB::vRtrMplsLspDecrementTtl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-MPLS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-MPLS-MIB::vRtrMplsLspDecrementTtl.<vRtrID>.<vRtrMplsLspIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-MPLS-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-MPLS-MIB::vRtrMplsLspDecrementTtl'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |