WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB

File: WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB.mib (16277 bytes)

Imported modules

SNMPv2-SMI WATCHGUARD-MIB

Imported symbols

Counter32 Integer32 MODULE-IDENTITY
OBJECT-TYPE Unsigned32 Gauge32
OBJECT-IDENTITY enterprises IpAddress
watchguard

Defined Types

WGIpsecEndpointPairEntry  
SEQUENCE    
  wgIpsecEndpointPairIndex Integer32
  wgIpsecEndpointPairLocalAddr IpAddress
  wgIpsecEndpointPairPeerAddr IpAddress
  wgIpsecEndpointPairInSAs Unsigned32
  wgIpsecEndpointPairOutSAs Unsigned32
  wgIpsecEndpointPairInAccKbytes Counter32
  wgIpsecEndpointPairOutAccKbytes Counter32
  wgIpsecEndpointPairInPackets Counter32
  wgIpsecEndpointPairOutPackets Counter32
  wgIpsecEndpointPairDecryptErrors Counter32
  wgIpsecEndpointPairAuthErrors Counter32
  wgIpsecEndpointPairReplayErrors Counter32
  wgIpsecEndpointPairPolicyErrors Counter32
  wgIpsecEndpointPairPadErrors Counter32
  wgIpsecEndpointPairOtherReceiveErrors Counter32
  wgIpsecEndpointPairSendErrors Counter32

WGIpsecEndpointPairPeerIPToTunnelEntry  
SEQUENCE    
  wgIpsecEndpointPairPeerIPToTunnelPeerIP IpAddress
  wgIpsecEndpointPairPeerIPToTunnelTunnelID Integer32

Defined Values

wgIpsecEndpointPairModule 1.3.6.1.4.1.3097.5
The MIB module describes generic Ipsec Endpoint Pair information of WatchGuard system. Mainly, the information obtained from this MIB is used to constructed topological view of IPSec security gateways that are connected by IPSec tunnels. An IPSec Endpoint Pair is a pair of security gateways that are connected with 0 or more IPSec SA's in tunnel mode. It contains information of aggregated information of tunnel mode SA's between two security gateways. An IPSec Endpoint Pair is identified by a pair of IP addresses. Therefore, if an IPSec security gateway X has 2 external IP addresses while IPsec secruity gateway Y has 3 external IP addresses, there are potentially 6 IPsec Endpoint Pairs between X and Y.
MODULE-IDENTITY    

wgIpsecEndpointPairMIB 1.3.6.1.4.1.3097.5.1
This is the base object identifier for all IPSec tunnel branches.
Status: current Access: read-only
OBJECT-IDENTITY    

wgIpsecEndpointPair 1.3.6.1.4.1.3097.5.1.1
This is the base object identifier for all IPSec tunnel information.
Status: current Access: read-only
OBJECT-IDENTITY    

wgIpsecEndpointPairStatistics 1.3.6.1.4.1.3097.5.1.2
This is the base object identifier for all objects which are global counters for IPSec tunnels.
Status: current Access: read-only
OBJECT-IDENTITY    

wgIpsecEndpointPairNum 1.3.6.1.4.1.3097.5.1.1.1
The total number of entries in the wgIpsecEndpointPairTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecEndpointPairTable 1.3.6.1.4.1.3097.5.1.1.2
This is the connection table describing all current IPSec tunnels exist on this entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WGIpsecEndpointPairEntry

wgIpsecEndpointPairEntry 1.3.6.1.4.1.3097.5.1.1.2.1
An entry (conceptual row) containing the information on a IPSec tunnel between two IPSec security gateways.
Status: current Access: not-accessible
OBJECT-TYPE    
  WGIpsecEndpointPairEntry  

wgIpsecEndpointPairIndex 1.3.6.1.4.1.3097.5.1.1.2.1.1
The running index of this IPSec endpoint pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wgIpsecEndpointPairLocalAddr 1.3.6.1.4.1.3097.5.1.1.2.1.2
The local IP address of the current IPSec ednpoint pair.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecEndpointPairPeerAddr 1.3.6.1.4.1.3097.5.1.1.2.1.3
The remote IP address of the current IPSec endpoint pair.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecEndpointPairInSAs 1.3.6.1.4.1.3097.5.1.1.2.1.4
The number of inbound IPSEC SA's within this IPSec endpoint pair.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecEndpointPairOutSAs 1.3.6.1.4.1.3097.5.1.1.2.1.5
The number of outbound IPSEC SA's within this IPSec endpoint pair.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecEndpointPairInAccKbytes 1.3.6.1.4.1.3097.5.1.1.2.1.6
Total inbound traffic in Kbytes since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairOutAccKbytes 1.3.6.1.4.1.3097.5.1.1.2.1.7
Total outound traffic in Kbytes since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairInPackets 1.3.6.1.4.1.3097.5.1.1.2.1.8
Total number of inbound packets since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairOutPackets 1.3.6.1.4.1.3097.5.1.1.2.1.9
Total number of outound packets since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairDecryptErrors 1.3.6.1.4.1.3097.5.1.1.2.1.10
Total number of packets discarded due to decryption error since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairAuthErrors 1.3.6.1.4.1.3097.5.1.1.2.1.11
Total number of packets discarded due to authentication error since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairReplayErrors 1.3.6.1.4.1.3097.5.1.1.2.1.12
Total number of packets discarded due to replay error since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairPolicyErrors 1.3.6.1.4.1.3097.5.1.1.2.1.13
Total number of packets discarded due to policy error since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairPadErrors 1.3.6.1.4.1.3097.5.1.1.2.1.14
Total number of packets discarded due to pad value error since the establish of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairOtherReceiveErrors 1.3.6.1.4.1.3097.5.1.1.2.1.15
The number of packets discarded due to errors other than decryption, authentication or replay errors. This may include packets dropped due to a lack of receive buffers, and may include packets dropped due to congestion at the decryption element.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairSendErrors 1.3.6.1.4.1.3097.5.1.1.2.1.16
The number of packets discarded due to any error. This may include errors due to a lack of transmit buffers.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalInSAs 1.3.6.1.4.1.3097.5.1.2.1
The total number of active inbound SA's in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wgIpsecEndpointPairTotalOutSAs 1.3.6.1.4.1.3097.5.1.2.2
The total number of active outbound SA's in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

wgIpsecEndpointPairTotalInAccKbytes 1.3.6.1.4.1.3097.5.1.2.3
The total inbound IPsec traffic of this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalOutAccKbytes 1.3.6.1.4.1.3097.5.1.2.4
The total outbound IPsec traffic of this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalInPackets 1.3.6.1.4.1.3097.5.1.2.5
The total inbound IPsec packets of this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalOutPackets 1.3.6.1.4.1.3097.5.1.2.6
The total outbound IPsec packets of this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalDecryptErrors 1.3.6.1.4.1.3097.5.1.2.7
Total number of packets on this entity discarded due to encryption error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalAuthErrors 1.3.6.1.4.1.3097.5.1.2.8
Total number of packets on this entity discarded due to authentication errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalReplayErrors 1.3.6.1.4.1.3097.5.1.2.9
Total number of packets discarded due to replay errors on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalPolicyErrors 1.3.6.1.4.1.3097.5.1.2.10
Total number of packets discarded due to policy errors on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalPadErrors 1.3.6.1.4.1.3097.5.1.2.11
Total number of packets on this entity discarded due to pad value error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalOtherReceiveErrors 1.3.6.1.4.1.3097.5.1.2.12
The total number of packets on this entity discarded due to errors other than decryption, authentication or replay errors. This may include packets dropped due to a lack of receive buffers, and may include packets dropped due to congestion at the decryption element.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairTotalSendErrors 1.3.6.1.4.1.3097.5.1.2.13
The total number of packets discarded due to any error on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecEndpointPairPeerIPToTunnel 1.3.6.1.4.1.3097.5.1.3
This is the base object identifier for all tunnels information of the policies.
Status: current Access: read-only
OBJECT-IDENTITY    

wgIpsecEndpointPairPeerIPToTunnelNum 1.3.6.1.4.1.3097.5.1.3.1
The total number of tunnels in the peeriptotunnel table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecEndpointPairPeerIPToTunnelTable 1.3.6.1.4.1.3097.5.1.3.2
The peeriptotunnel table in the endpointpair mib.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WGIpsecEndpointPairPeerIPToTunnelEntry

wgIpsecEndpointPairPeerIPToTunnelEntry 1.3.6.1.4.1.3097.5.1.3.2.1
An entry (conceptual row) containing the peer ip and tunnel information.
Status: current Access: not-accessible
OBJECT-TYPE    
  WGIpsecEndpointPairPeerIPToTunnelEntry  

wgIpsecEndpointPairPeerIPToTunnelPeerIP 1.3.6.1.4.1.3097.5.1.3.2.1.1
The peer ip of the peeriptotunnel table.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecEndpointPairPeerIPToTunnelTunnelID 1.3.6.1.4.1.3097.5.1.3.2.1.2
The tunnel id of the peeriptotunnel table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32