rsHAPeerStatus
RAPID-HA-MIB ·
.1.3.6.1.4.1.4355.6.6.1.2
Object
scalar Enumeration
Indicates current status of peer appliance.
unavailable: It's reported when peer appliance of HA system is unabled
to get status information.
active: The peer applicance of HA system is in active mode.
standby: The peer applicance of HA system is in standby mode.
admin: The peer applicance of HA system dectects an mismatched
configuration and waits for system administrator to reslove the conflict.
failed: The peer appliance of HA system is down due to forced failover or other reasons.
Context
- MIB
- RAPID-HA-MIB
- OID
.1.3.6.1.4.1.4355.6.6.1.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rsHALocal
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 'RAPID-HA-MIB' -M '/opt/observium/mibs/watchguard:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPID-HA-MIB::rsHAPeerStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAPID-HA-MIB' -M '/opt/observium/mibs/watchguard:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAPID-HA-MIB::rsHAPeerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unavailable |
1 | active |
2 | standby |
3 | admin |
4 | failed |