juniSystemModuleRedundancyRevertControl
Juniper-System-MIB ·
.1.3.6.1.4.1.4874.2.2.2.1.3.6.1.5
Object
column r/w
Enumeration
Per-module control for reverting a primary module back from its active
redundant spare module:
off - Disable reverting to the primary module.
immediate - Revert as soon as this primary module is ready to
enter the online state.
timeAndDate - Revert to this primary module at time specified by
juniSystemModuleRedundancyRevertTime, provided it is
in the inactive state.
This control only applies to primary modules; spare modules can only be
set to off(0).
Context
- MIB
- Juniper-System-MIB
- OID
.1.3.6.1.4.1.4874.2.2.2.1.3.6.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- juniSystemModuleRedundancyEntry
- 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 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemModuleRedundancyRevertControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemModuleRedundancyRevertControl.<juniSystemSlotNumber>.<juniSystemSlotLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-System-MIB::juniSystemModuleRedundancyRevertControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | off |
1 | immediate |
2 | timeAndDate |