WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB: View SNMP OID List / Download MIB

VENDOR: WATCHGUARD TECHNOLOGIES INC.


 Home MIB: WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     wgIpsecEndpointPairMIB 1.3.6.1.4.1.3097.5.1
This is the base object identifier for all IPSec tunnel branches.
         wgIpsecEndpointPair 1.3.6.1.4.1.3097.5.1.1
This is the base object identifier for all IPSec tunnel information.
             wgIpsecEndpointPairNum 1.3.6.1.4.1.3097.5.1.1.1 unsigned32 read-only
The total number of entries in the wgIpsecEndpointPairTable.
             wgIpsecEndpointPairTable 1.3.6.1.4.1.3097.5.1.1.2 no-access
This is the connection table describing all current IPSec tunnels exist on this entity.
                 wgIpsecEndpointPairEntry 1.3.6.1.4.1.3097.5.1.1.2.1 no-access
An entry (conceptual row) containing the information on a IPSec tunnel between two IPSec security gateways.
                     wgIpsecEndpointPairIndex 1.3.6.1.4.1.3097.5.1.1.2.1.1 integer32 read-only
The running index of this IPSec endpoint pair.
                     wgIpsecEndpointPairLocalAddr 1.3.6.1.4.1.3097.5.1.1.2.1.2 ipaddress read-only
The local IP address of the current IPSec ednpoint pair.
                     wgIpsecEndpointPairPeerAddr 1.3.6.1.4.1.3097.5.1.1.2.1.3 ipaddress read-only
The remote IP address of the current IPSec endpoint pair.
                     wgIpsecEndpointPairInSAs 1.3.6.1.4.1.3097.5.1.1.2.1.4 unsigned32 read-only
The number of inbound IPSEC SA's within this IPSec endpoint pair.
                     wgIpsecEndpointPairOutSAs 1.3.6.1.4.1.3097.5.1.1.2.1.5 unsigned32 read-only
The number of outbound IPSEC SA's within this IPSec endpoint pair.
                     wgIpsecEndpointPairInAccKbytes 1.3.6.1.4.1.3097.5.1.1.2.1.6 counter32 read-only
Total inbound traffic in Kbytes since the establish of this connection.
                     wgIpsecEndpointPairOutAccKbytes 1.3.6.1.4.1.3097.5.1.1.2.1.7 counter32 read-only
Total outound traffic in Kbytes since the establish of this connection.
                     wgIpsecEndpointPairInPackets 1.3.6.1.4.1.3097.5.1.1.2.1.8 counter32 read-only
Total number of inbound packets since the establish of this connection.
                     wgIpsecEndpointPairOutPackets 1.3.6.1.4.1.3097.5.1.1.2.1.9 counter32 read-only
Total number of outound packets since the establish of this connection.
                     wgIpsecEndpointPairDecryptErrors 1.3.6.1.4.1.3097.5.1.1.2.1.10 counter32 read-only
Total number of packets discarded due to decryption error since the establish of this connection.
                     wgIpsecEndpointPairAuthErrors 1.3.6.1.4.1.3097.5.1.1.2.1.11 counter32 read-only
Total number of packets discarded due to authentication error since the establish of this connection.
                     wgIpsecEndpointPairReplayErrors 1.3.6.1.4.1.3097.5.1.1.2.1.12 counter32 read-only
Total number of packets discarded due to replay error since the establish of this connection.
                     wgIpsecEndpointPairPolicyErrors 1.3.6.1.4.1.3097.5.1.1.2.1.13 counter32 read-only
Total number of packets discarded due to policy error since the establish of this connection.
                     wgIpsecEndpointPairPadErrors 1.3.6.1.4.1.3097.5.1.1.2.1.14 counter32 read-only
Total number of packets discarded due to pad value error since the establish of this connection.
                     wgIpsecEndpointPairOtherReceiveErrors 1.3.6.1.4.1.3097.5.1.1.2.1.15 counter32 read-only
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.
                     wgIpsecEndpointPairSendErrors 1.3.6.1.4.1.3097.5.1.1.2.1.16 counter32 read-only
The number of packets discarded due to any error. This may include errors due to a lack of transmit buffers.
         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.
             wgIpsecEndpointPairTotalInSAs 1.3.6.1.4.1.3097.5.1.2.1 gauge32 read-only
The total number of active inbound SA's in the entity.
             wgIpsecEndpointPairTotalOutSAs 1.3.6.1.4.1.3097.5.1.2.2 gauge32 read-only
The total number of active outbound SA's in the entity.
             wgIpsecEndpointPairTotalInAccKbytes 1.3.6.1.4.1.3097.5.1.2.3 counter32 read-only
The total inbound IPsec traffic of this entity.
             wgIpsecEndpointPairTotalOutAccKbytes 1.3.6.1.4.1.3097.5.1.2.4 counter32 read-only
The total outbound IPsec traffic of this entity.
             wgIpsecEndpointPairTotalInPackets 1.3.6.1.4.1.3097.5.1.2.5 counter32 read-only
The total inbound IPsec packets of this entity.
             wgIpsecEndpointPairTotalOutPackets 1.3.6.1.4.1.3097.5.1.2.6 counter32 read-only
The total outbound IPsec packets of this entity.
             wgIpsecEndpointPairTotalDecryptErrors 1.3.6.1.4.1.3097.5.1.2.7 counter32 read-only
Total number of packets on this entity discarded due to encryption error.
             wgIpsecEndpointPairTotalAuthErrors 1.3.6.1.4.1.3097.5.1.2.8 counter32 read-only
Total number of packets on this entity discarded due to authentication errors.
             wgIpsecEndpointPairTotalReplayErrors 1.3.6.1.4.1.3097.5.1.2.9 counter32 read-only
Total number of packets discarded due to replay errors on this entity.
             wgIpsecEndpointPairTotalPolicyErrors 1.3.6.1.4.1.3097.5.1.2.10 counter32 read-only
Total number of packets discarded due to policy errors on this entity.
             wgIpsecEndpointPairTotalPadErrors 1.3.6.1.4.1.3097.5.1.2.11 counter32 read-only
Total number of packets on this entity discarded due to pad value error.
             wgIpsecEndpointPairTotalOtherReceiveErrors 1.3.6.1.4.1.3097.5.1.2.12 counter32 read-only
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.
             wgIpsecEndpointPairTotalSendErrors 1.3.6.1.4.1.3097.5.1.2.13 counter32 read-only
The total number of packets discarded due to any error on this entity.
         wgIpsecEndpointPairPeerIPToTunnel 1.3.6.1.4.1.3097.5.1.3
This is the base object identifier for all tunnels information of the policies.
             wgIpsecEndpointPairPeerIPToTunnelNum 1.3.6.1.4.1.3097.5.1.3.1 unsigned32 read-only
The total number of tunnels in the peeriptotunnel table.
             wgIpsecEndpointPairPeerIPToTunnelTable 1.3.6.1.4.1.3097.5.1.3.2 no-access
The peeriptotunnel table in the endpointpair mib.
                 wgIpsecEndpointPairPeerIPToTunnelEntry 1.3.6.1.4.1.3097.5.1.3.2.1 no-access
An entry (conceptual row) containing the peer ip and tunnel information.
                     wgIpsecEndpointPairPeerIPToTunnelPeerIP 1.3.6.1.4.1.3097.5.1.3.2.1.1 ipaddress read-only
The peer ip of the peeriptotunnel table.
                     wgIpsecEndpointPairPeerIPToTunnelTunnelID 1.3.6.1.4.1.3097.5.1.3.2.1.2 integer32 read-only
The tunnel id of the peeriptotunnel table.