apsConfigRevert
JNX-APS-MIB ·
.1.3.6.1.4.1.2636.3.24.1.1.2.1.4
Object
column Enumeration
The revertive mode of the APS group.
nonrevertive
Traffic remains on the protection line until another switch
request is received.
revertive
When the condition that caused a switch to the protection
line has been cleared the signal is switched back to the
working line. Since switching is revertive with the 1:n
architecture, apsConfigRevert must be set to revertive if
apsConfigMode is set to oneToN.
Switching may optionally be revertive with the 1+1 architecture.
This object may not be modified if the associated
apsConfigRowStatus object is equal to active(1).
Context
- MIB
- JNX-APS-MIB
- OID
.1.3.6.1.4.1.2636.3.24.1.1.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- apsConfigEntry
- 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 'JNX-APS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-APS-MIB::apsConfigRevert'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JNX-APS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-APS-MIB::apsConfigRevert.<apsConfigName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JNX-APS-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JNX-APS-MIB::apsConfigRevert'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | nonrevertive |
2 | revertive |
Conformance
Member of
Compliance refinements
apsReadOnlyCompliance
readonly
Write access is not required.