protectGroupRevertMode
RAD-Protection-MIB ·
.1.3.6.1.4.1.164.6.2.72.1.1.6
Object
column r/w
Enumeration
The revertive mode of the specific protection group type.
nonRevertive
Traffic remains on the protection until another switch
request is received.
revertive
When the condition that caused a switch to the protection
has been cleared the signal is switched back to the
working member.
Context
- MIB
- RAD-Protection-MIB
- OID
.1.3.6.1.4.1.164.6.2.72.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- protectGroupEntry
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 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Protection-MIB::protectGroupRevertMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Protection-MIB::protectGroupRevertMode.<protectGroupClass>.<protectGroupIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Protection-MIB::protectGroupRevertMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | nonRevertive |
2 | revertive |