ipRedundancyStatus
CROUTE-MIB ·
.1.3.6.1.4.1.81.31.1.9.1
Object
scalar r/w
Enumeration
Whenever to activate the IP
REDUNDANCY mechanism on the device.
enable - set by the user, means
activate the IP REDUNDANCY mechanism
over the defined IP interfaces.
disable - set by the user, means don't
activate the IP REDUNDANCY mechanism
over the defined IP interfaces.
inactive - set by the device (status),
means the backup interface is in
stand-by (after enable operation).
active - set by the device (status),
means the backup interface is
working (after time-out).
Context
- MIB
- CROUTE-MIB
- OID
.1.3.6.1.4.1.81.31.1.9.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipRedundancyGlobals
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ipRedundancyStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ipRedundancyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | inactive |
4 | active |