vRtrMplsGeneralPropagateTtl
TIMETRA-MPLS-MIB ·
.1.3.6.1.4.1.6527.3.1.2.6.7.1.4
Object
When vRtrMplsGeneralPropagateTtl is set to 'true', for all LSPs,
the ingress ESR writes the TTL of the IP packet in 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 vRtrMplsGeneralPropagateTtl is set to 'false', the ingress
ESR ignores the IP packet TTl and writes the value of 255 into
the label, while the egress ESR does not write the label TTL
into the IP packet. This assumes that all ESRs have been
configured to have vRtrMplsGeneralPropagateTtl set to 'false',
or this may result in unpredictable behavior.
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.7.1.4- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- vRtrMplsGeneralEntry
- Groups
- 4
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::vRtrMplsGeneralPropagateTtl'
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::vRtrMplsGeneralPropagateTtl.<vRtrID>'
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::vRtrMplsGeneralPropagateTtl'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |