WATCHGUARD-HA-MIB

File: WATCHGUARD-HA-MIB.mib (13957 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WATCHGUARD-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter64 Gauge32
OBJECT-IDENTITY enterprises IpAddress
TimeTicks DateAndTime watchguard

Defined Types

WGHAPeerIfEntry  
SEQUENCE    
  wgHAPeerIfIndex Unsigned32
  wgHAPeerIfIpAddr IpAddress
  wgHAPeerIfLinkStatus INTEGER

Defined Values

wgInfoModule 1.3.6.1.4.1.3097.6
The MIB module describes general information of WatchGuard system. Mainly, the information obtained from this MIB is used by wgInfoSystemMIB, wgClientMIB, wgSystemStatisticsMIB, wgIpsecTunnelMIB, wgHAMIB.
MODULE-IDENTITY    

wgHAMIB 1.3.6.1.4.1.3097.6.6
This is the base object identifier for all HA related branches.
Status: current Access: read-only
OBJECT-IDENTITY    

wgHALocal 1.3.6.1.4.1.3097.6.6.1
This is the base object identifier for all objects which are belong to local appliance.
Status: current Access: read-only
OBJECT-IDENTITY    

wgHAPeer 1.3.6.1.4.1.3097.6.6.2
This is the base object identifier for all objects which are belong to peer appliance.
Status: current Access: read-only
OBJECT-IDENTITY    

wgHAStatus 1.3.6.1.4.1.3097.6.6.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), unknown(1), as-primary-active(2), as-secondary-active(3), aa-primary-ative(4), aa-secondary-active(5), aa-primary-takeover(6), aa-secondary-takeover(7), standby(8), admin(9), failed(10), unavailable(11)  

wgHAPeerStatus 1.3.6.1.4.1.3097.6.6.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unavailable(0), active(1), standby(2), admin(3), failed(4)  

wgHALastDBSyncTime 1.3.6.1.4.1.3097.6.6.1.3
The last DB synchronized time of local appliance.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wgHAError 1.3.6.1.4.1.3097.6.6.1.4
Reports the current error that occurred in local appliance .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-error(0), mismatched-ha-id(1), mismatched-software(2), mismatched-database(3), mismatched-hardware(4), forced-fail(5), invalid-ha-role(6), link-down(7), lost-mia-heartbeat(8), mia-not-responding(9), admin-command-failed(10), detect-ha-error(11), unavailable(12), hotsync-failed(13), config-sync-failed(14)  

wgHAPeerError 1.3.6.1.4.1.3097.6.6.1.5
Reports the current error that occurred in peer appliance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no-error(0), mismatched-ha-id(1), mismatched-software(2), mismatched-database(3), mismatched-hardware(4), forced-fail(5), invalid-ha-role(6), link-down(7), lost-mia-heartbeat(8), mia-not-responding(9), admin-command-failed(10), detect-ha-error(11), unavailable(12), hotsync-failed(13), config-sync-failed(14)  

wgHAPeerSerialNumber 1.3.6.1.4.1.3097.6.6.2.1
The serial number of peer appliance.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wgHAPeerLastDBSyncTime 1.3.6.1.4.1.3097.6.6.2.2
The last DB synchronized time of peer appliance.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wgHAPeerDevice 1.3.6.1.4.1.3097.6.6.2.3
This is the base object for parameters and configuration data of devices in this entity.
Status: current Access: read-only
OBJECT-IDENTITY    

wgHAPeerCounters 1.3.6.1.4.1.3097.6.6.2.4
This is the base object for parameters and configuration data of devices in this entity.
Status: current Access: read-only
OBJECT-IDENTITY    

wgHAPeerIfNumber 1.3.6.1.4.1.3097.6.6.2.3.1
The number of RapidCard installed in this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgHAPeerIfTable 1.3.6.1.4.1.3097.6.6.2.3.2
A list of RapidCard entries. The number of entries is given by the value of wgHAPeerDeviceNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WGHAPeerIfEntry

wgHAPeerIfEntry 1.3.6.1.4.1.3097.6.6.2.3.2.1
A RapidCard entry containing objects for a particular RapidCard.
Status: current Access: not-accessible
OBJECT-TYPE    
  WGHAPeerIfEntry  

wgHAPeerIfIndex 1.3.6.1.4.1.3097.6.6.2.3.2.1.1
The unique value for each interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgHAPeerIfIpAddr 1.3.6.1.4.1.3097.6.6.2.3.2.1.4
The ip address of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgHAPeerIfLinkStatus 1.3.6.1.4.1.3097.6.6.2.3.2.1.9
The current state of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(0), up(1), other(2)  

wgHAPeerSystemCpuUtil 1.3.6.1.4.1.3097.6.6.2.4.1
The CPU utilization of the peer system in last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wgHAPeerSystemTotalSendBytes 1.3.6.1.4.1.3097.6.6.2.4.2
The total number of bytes sent since peer system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemTotalRecvBytes 1.3.6.1.4.1.3097.6.6.2.4.3
The total number of bytes received since peer system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemTotalSendPackets 1.3.6.1.4.1.3097.6.6.2.4.4
The total number of packets sent since peer system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemTotalRecvPackets 1.3.6.1.4.1.3097.6.6.2.4.5
The total number of packets received since peer system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemStreamReqTotal 1.3.6.1.4.1.3097.6.6.2.4.6
The total number of the connection requests since system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemStreamReqDrop 1.3.6.1.4.1.3097.6.6.2.4.7
The total number of the connection requests being dropped since system is up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemCurrIpsecTunnels 1.3.6.1.4.1.3097.6.6.2.4.8
The number of ipsec tunnels in the peer system currently.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wgHAPeerSystemCpuUtil1 1.3.6.1.4.1.3097.6.6.2.4.9
The CPU utilization of the peer system in last 1 minute.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wgHAPeerSystemCpuUtil5 1.3.6.1.4.1.3097.6.6.2.4.10
The CPU utilization of the peer system in last 5 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wgHAPeerSystemCpuUtil15 1.3.6.1.4.1.3097.6.6.2.4.11
The CPU utilization of the peer system in last 15 minutes.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32