wgHAStatus
WATCHGUARD-HA-MIB ·
.1.3.6.1.4.1.3097.6.6.1.1
Object
scalar Enumeration
Indicates current status of local appliance.
disabled: The local appliance of HA system is not enabled.
unknown: The local appliance of HA system is in initialization
as-primary-active: The local appliance that is the primary appliance of
HA/AS system is in active mode. This status is also called
MASTER in some systems.
as-secondary-active: The local appliance that is the secondary appliance of
HA/AS system is in active mode. This status is also called
BACKUP in some systems.
aa-primary-ative: The local appliance that is the primary appliance of
HA/AA system is in active mode.
aa-secondary-active: The local appliance that is the secondary appliance of
HA/AA system is in active mode.
aa-primary-takeover: The local appliance that is the primary appliance of
HA/AA system has taken over the peer's duty.
aa-secondary-takeover: The local appliance of the secondary appliance of
HA/AA system has taken over the peer's duty.
standby: The local appliance of HA/AS system is in standby mode.
admin: The local appliance of HA system detects an mismatched
configuration and waits for system administrator to reslove
the conflict.
failed: The local appliance of the HA system is down due to forced failover
or other reasons.
unavailable: It's reported when local appliance of HA system is unabled
to get status information.
Context
- MIB
- WATCHGUARD-HA-MIB
- OID
.1.3.6.1.4.1.3097.6.6.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- wgHALocal
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 'WATCHGUARD-HA-MIB' -M '/opt/observium/mibs/watchguard:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WATCHGUARD-HA-MIB::wgHAStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WATCHGUARD-HA-MIB' -M '/opt/observium/mibs/watchguard:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WATCHGUARD-HA-MIB::wgHAStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | unknown |
2 | as-primary-active |
3 | as-secondary-active |
4 | aa-primary-ative |
5 | aa-secondary-active |
6 | aa-primary-takeover |
7 | aa-secondary-takeover |
8 | standby |
9 | admin |
10 | failed |
11 | unavailable |