WATCHGUARD-IPSEC-TUNNEL-MIB

File: WATCHGUARD-IPSEC-TUNNEL-MIB.mib (20429 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WATCHGUARD-MIB

Imported symbols

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

Defined Types

WGIpsecTunnelEntry  
SEQUENCE    
  wgIpsecTunnelID Integer32
  wgIpsecTunnelLocalAddr IpAddress
  wgIpsecTunnelPeerAddr IpAddress
  wgIpsecTunnelInSpi Integer32
  wgIpsecTunnelOutSpi Integer32
  wgIpsecTunnelCreateTime DateAndTime
  wgIpsecTunnelDeviceID Unsigned32
  wgIpsecTunnelEspEncryptAlg INTEGER
  wgIpsecTunnelEspAuthAlg INTEGER
  wgIpsecTunnelAhAuthAlg INTEGER
  wgIpsecTunnelMode INTEGER
  wgIpsecTunnelKeyMode INTEGER
  wgIpsecTunnelLifeTime TimeTicks
  wgIpsecTunnelLifeLength Counter32
  wgIpsecTunnelInSaBytes Counter32
  wgIpsecTunnelOutSaBytes Counter32
  wgIpsecTunnelAccSecs Counter32
  wgIpsecTunnelSelectorProtocol INTEGER
  wgIpsecTunnelSelectorRemoteIPType INTEGER
  wgIpsecTunnelSelectorRemoteIPOne IpAddress
  wgIpsecTunnelSelectorRemoteIPTwo IpAddress
  wgIpsecTunnelSelectorRemotePort INTEGER
  wgIpsecTunnelSelectorLocalIPType INTEGER
  wgIpsecTunnelSelectorLocalIPOne IpAddress
  wgIpsecTunnelSelectorLocalIPTwo IpAddress
  wgIpsecTunnelSelectorLocalPort INTEGER
  wgIpsecTunnelNumRekey Counter32
  wgIpsecTunnelInKbytes Counter32
  wgIpsecTunnelOutKbytes Counter32
  wgIpsecTunnelInPackets Counter32
  wgIpsecTunnelOutPackets Counter32
  wgIpsecTunnelInDecryptErrors Counter32
  wgIpsecTunnelInAuthErrors Counter32
  wgIpsecTunnelInReplayErrors Counter32
  wgIpsecTunnelInOtherErrors Counter32
  wgIpsecTunnelOutDecryptErrors Counter32
  wgIpsecTunnelOutAuthErrors Counter32
  wgIpsecTunnelOutReplayErrors Counter32
  wgIpsecTunnelOutOtherErrors Counter32
  wgIpsecTunnelUdpEncap INTEGER
  wgIpsecTunnelPeerUdpPort INTEGER
  wgIpsecTunnelOrigPeerAddr IpAddress

Defined Values

wgInfoModule 1.3.6.1.4.1.3097.6
The MIB module describes various tunnel objects of WatchGuard system.
MODULE-IDENTITY    

wgIpsecTunnelMIB 1.3.6.1.4.1.3097.6.5
This is the base object identifier for all tunnel branches.
Status: current Access: read-write
OBJECT-IDENTITY    

wgIpsecTunnel 1.3.6.1.4.1.3097.6.5.1
This is the base object identifier for all tunnel information.
Status: current Access: read-write
OBJECT-IDENTITY    

wgIpsecTunnelNum 1.3.6.1.4.1.3097.6.5.1.1
The total number of entries in the wgIpsecTunnelTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecTunnelTable 1.3.6.1.4.1.3097.6.5.1.2
This is the connection table describing all current tunnels exist on this entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WGIpsecTunnelEntry

wgIpsecTunnelEntry 1.3.6.1.4.1.3097.6.5.1.2.1
An entry (conceptual row) containing the information on a tunnel between two security gateways.
Status: current Access: not-accessible
OBJECT-TYPE    
  WGIpsecTunnelEntry  

wgIpsecTunnelID 1.3.6.1.4.1.3097.6.5.1.2.1.1
The running index of this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wgIpsecTunnelLocalAddr 1.3.6.1.4.1.3097.6.5.1.2.1.2
The local IP address of the current tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelPeerAddr 1.3.6.1.4.1.3097.6.5.1.2.1.3
The remote IP address of the current tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelInSpi 1.3.6.1.4.1.3097.6.5.1.2.1.4
The security parameters index of inbound SA's within this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wgIpsecTunnelOutSpi 1.3.6.1.4.1.3097.6.5.1.2.1.5
The security parameters index of outbound SA's within this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

wgIpsecTunnelCreateTime 1.3.6.1.4.1.3097.6.5.1.2.1.6
The date and time when the tunnel is created.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wgIpsecTunnelDeviceID 1.3.6.1.4.1.3097.6.5.1.2.1.7
The identifier of target device where the SA resides.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wgIpsecTunnelEspEncryptAlg 1.3.6.1.4.1.3097.6.5.1.2.1.8
The encryption algorithm used in the tunnel. It's 0 if ESP is not used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), des(2), three-des(3)  

wgIpsecTunnelEspAuthAlg 1.3.6.1.4.1.3097.6.5.1.2.1.9
The authentication algorithm used in the tunnel. It's 0 if ESP is not used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), md5(2), sha(3)  

wgIpsecTunnelAhAuthAlg 1.3.6.1.4.1.3097.6.5.1.2.1.10
The AH authentication algorithm used in the tunnel. It's 0 if AH is not used.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), md5(2), sha(3)  

wgIpsecTunnelMode 1.3.6.1.4.1.3097.6.5.1.2.1.11
The tunnel/transport mode of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), tunnel(1), transport(2)  

wgIpsecTunnelKeyMode 1.3.6.1.4.1.3097.6.5.1.2.1.12
The key mode of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), manual(1), auto-ike(2), other(3)  

wgIpsecTunnelLifeTime 1.3.6.1.4.1.3097.6.5.1.2.1.13
The life time (in hundredths of a second) of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

wgIpsecTunnelLifeLength 1.3.6.1.4.1.3097.6.5.1.2.1.14
The maximum traffic in bytes that the tunnel is allowed to support.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecTunnelInSaBytes 1.3.6.1.4.1.3097.6.5.1.2.1.15
Current active inbound SA bytes of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecTunnelOutSaBytes 1.3.6.1.4.1.3097.6.5.1.2.1.16
Current active outbound SA bytes of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecTunnelAccSecs 1.3.6.1.4.1.3097.6.5.1.2.1.17
The number of seconds that the tunnel has existed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecTunnelSelectorProtocol 1.3.6.1.4.1.3097.6.5.1.2.1.18
The ip protocol number that this SA selector carries, or 0 if it carries any protocol.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER any(0), icmp(1), igmp(2), ipip(4), tcp(6), egp(8), pup(12), udp(17), idp(22), tp(29), ipv6(41), ipv6-routing(43), ipv6-fragmentation(44), rsvp(46), gre(47), esp(50), ah(51), icmpv6(58), none(59), dstopts(60), mtp(92), encap(98), pim(103), raw(255)  

wgIpsecTunnelSelectorRemoteIPType 1.3.6.1.4.1.3097.6.5.1.2.1.19
The type of remote IP address of the SA selector in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ip-addr-single(1), ip-addr-subnet(2), ip-addr-range(3)  

wgIpsecTunnelSelectorRemoteIPOne 1.3.6.1.4.1.3097.6.5.1.2.1.20
The first remote IP address of the SA selector in the entity. It's IP address if remote IP of this selector only has one address. It's IP address of subnet if the remote IP of this selector is IP subnet. It's the start IP address if the remote IP of this selector has a range of addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelSelectorRemoteIPTwo 1.3.6.1.4.1.3097.6.5.1.2.1.21
The second remote IP address of the SA selector in the entity. It's 0 if remote IP of this selector only has one address. It's netmask of subnet if the remote IP of this selector is IP subnet. It's the end IP address if the remote IP of this selector has a range of addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelSelectorRemotePort 1.3.6.1.4.1.3097.6.5.1.2.1.22
The remote port used by this selector in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wgIpsecTunnelSelectorLocalIPType 1.3.6.1.4.1.3097.6.5.1.2.1.23
The type of local IP address of the SA selector in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ip-addr-single(1), ip-addr-subnet(2), ip-addr-range(3)  

wgIpsecTunnelSelectorLocalIPOne 1.3.6.1.4.1.3097.6.5.1.2.1.24
The first local IP address of the SA selector in the entity. It's IP address if local IP of this selector only has one address. It's IP address of subnet if the local IP of this selector is IP subnet. It's the start IP address if the local IP of this selector has a range of IP addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelSelectorLocalIPTwo 1.3.6.1.4.1.3097.6.5.1.2.1.25
The second local IP address of the SA selector in the entity. It's 0 if local IP of this selector only has one address. It's netmask of subnet if the local IP of this selector is IP subnet. It's the end IP address if the local IP of this selector has a range of IP addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

wgIpsecTunnelSelectorLocalPort 1.3.6.1.4.1.3097.6.5.1.2.1.26
The local port used by this selector in the entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wgIpsecTunnelNumRekey 1.3.6.1.4.1.3097.6.5.1.2.1.27
The number of rekeys of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wgIpsecTunnelInKbytes 1.3.6.1.4.1.3097.6.5.1.2.1.28
Total inbound traffic in Kbytes since the establish of this tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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

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

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

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

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

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

wgIpsecTunnelInOtherErrors 1.3.6.1.4.1.3097.6.5.1.2.1.35
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  

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

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

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

wgIpsecTunnelOutOtherErrors 1.3.6.1.4.1.3097.6.5.1.2.1.39
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  

wgIpsecTunnelUdpEncap 1.3.6.1.4.1.3097.6.5.1.2.1.40
Indicates whether if UDP encapsulated IPSec has been enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

wgIpsecTunnelPeerUdpPort 1.3.6.1.4.1.3097.6.5.1.2.1.41
The peer's UDP port of current tunnel when UDP encapsulated IPSec is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wgIpsecTunnelOrigPeerAddr 1.3.6.1.4.1.3097.6.5.1.2.1.42
The original peer ip address of current tunnel when UDP encapsulated IPSec is enabled
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress