mplsLpsConfigRevertive
MPLS-LPS-MIB ·
.1.3.6.1.2.1.10.166.22.1.2.1.5
Object
column r/w
Enumeration
This object represents the reversion mode of the linear
protection domain. The reversion mode of the protection
mechanism may be either revertive or non-revertive.
nonrevertive
In the non-revertive mode, after a service has been recovered,
traffic will be forwarded on the protection path.
revertive
In the revertive mode, after a service has been recovered,
traffic will be redirected back onto the original working
path.
This object may not be modified if the associated
mplsLpsConfigRowStatus object is equal to active(1).
Context
- MIB
- MPLS-LPS-MIB
- OID
.1.3.6.1.2.1.10.166.22.1.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mplsLpsConfigEntry
- 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 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigRevertive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPLS-LPS-MIB::mplsLpsConfigRevertive.<mplsLpsConfigDomainIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPLS-LPS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPLS-LPS-MIB::mplsLpsConfigRevertive'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | nonrevertive |
2 | revertive |
Conformance
Member of
Compliance refinements
mplsLpsModuleReadOnlyCompliance
readonly
Write access is not required.