IPSEC-TUN-MON-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: IPSEC-TUN-MON-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).
|
|||
Object Name | OID | Type | Access | Info |
ipsecTunMonModule | 1.3.6.1.3.1010 |
The MIB module to describe logical IPsec channel and tunnel objects, and entity level objects and events associated with these objects. |
||
ipsecTunnelMonitorMIB | 1.3.6.1.3.1010.1 |
This is the base object identifier for all branches. |
||
channelObjects | 1.3.6.1.3.1010.1.1 |
This is the base object identifier for all channel related objects. |
||
channelTables | 1.3.6.1.3.1010.1.1.1 |
This is the base object identifier for all objects which are tables for channels. |
||
ipsecChannelTable | 1.3.6.1.3.1010.1.1.1.1 | no-access |
The (conceptual) table containing information on control channels. The number of rows in this table is, at a minimum, the same as the number of IKE SAs that have the same phase 1 ID pairs. Additional rows for channels without active phase 1 SAs may also appear in the table. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.1.1.1.1 | no-access |
An entry (conceptual row) containing the information on a particular control channel. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecChannelType | 1.3.6.1.3.1010.1.1.1.1.1.1 | ipsecchanortuntype | no-access |
The type of control channel represented by this row. This is an implementation dependent value, used to assist in controlling how channels are sorted. |
ipsecChannelLocalEndpoint | 1.3.6.1.3.1010.1.1.1.1.1.2 | unsigned32 | no-access |
The index value of the row of the IKE Monitoring MIB's endpoint table corresponding to the local endpoint. |
ipsecChannelRemoteEndpoint | 1.3.6.1.3.1010.1.1.1.1.1.3 | unsigned32 | no-access |
The index value of the row of the IKE Monitoring MIB's endpoint table corresponding to the remote endpoint. |
ipsecChannelCurrentSAs | 1.3.6.1.3.1010.1.1.1.1.1.4 | gauge32 | read-only |
The number of IKE SAs that are currently active that make up this channel. This value may be 0 if the channel has not yet been set up, or the implementation does not require the existence of IKE SAs for the channel to exist, or if the channel is considered a permanent entry in the table by the implementation. This value should not include SA establishment attempts in progress. |
ipsecChannelTotalSAs | 1.3.6.1.3.1010.1.1.1.1.1.5 | counter32 | read-only |
The total number of IKE SAs that are part of this channel that have been created in the entity since boot time. This value should not include failed SA establishment attempts. |
ipsecChannelDeletedSAs | 1.3.6.1.3.1010.1.1.1.1.1.6 | counter32 | read-only |
The total number of IKE SAs that are part of this channel that have been deleted in the entity since boot time. The sum of 'ipsecChannelCurrentSAs' and this value should equal ipsecChannelTotalSAs. |
ipsecChannelTimeUpSeconds | 1.3.6.1.3.1010.1.1.1.1.1.7 | counter32 | read-only |
The total number of seconds since there has been at least one valid IKE SA supporting the channel. In other words, the number of seconds since the value of 'ipsecChannelCurrentSAs' changed from 0 to any other value. |
ipsecChannelTimeDownSeconds | 1.3.6.1.3.1010.1.1.1.1.1.8 | counter32 | read-only |
The total number of seconds since the last valid IKE SA supporting the channel was deleted. In other words, the number of seconds since the value of 'ipsecChannelCurrentSAs' changed to 0 from any other value. |
ipsecChannelInboundOctets | 1.3.6.1.3.1010.1.1.1.1.1.9 | counter32 | read-only |
The amount of traffic measured in bytes received by the channel. This is the sum of 'saInOctets' from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelOutboundOctets | 1.3.6.1.3.1010.1.1.1.1.1.10 | counter32 | read-only |
The amount of traffic measured in bytes sent by the channel. This is the sum of 'saOutOctets' from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelInboundPackets | 1.3.6.1.3.1010.1.1.1.1.1.11 | counter32 | read-only |
The total number of packets received by the channel. This is the sum of 'saInPackets' from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelOutboundPackets | 1.3.6.1.3.1010.1.1.1.1.1.12 | counter32 | read-only |
The total number of packets sent by the channel. This is the sum of 'saOutPackets' from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelReceiveErrors | 1.3.6.1.3.1010.1.1.1.1.1.13 | counter32 | read-only |
The total number of receive errors incurred in the channel. This is the sum of all receive errors from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelSendErrors | 1.3.6.1.3.1010.1.1.1.1.1.14 | counter32 | read-only |
The total number of send errors incurred in the channel. This is the sum of all send errors from the 'saEntry' of each IKE SA in 'saTable' that is part of this channel. |
ipsecChannelCurrentTunnels | 1.3.6.1.3.1010.1.1.1.1.1.15 | gauge32 | read-only |
The number of IPsec tunnels that are currently active that were created by this channel. This value should not include tunnel establishment attempts that are in progress. |
ipsecChannelTotalTunnels | 1.3.6.1.3.1010.1.1.1.1.1.16 | counter32 | read-only |
The total number of IPsec tunnels that have been created in the entity by this channel since boot time. This value should not include failed tunnel establishment attempts. |
ipsecChannelDeletedTunnels | 1.3.6.1.3.1010.1.1.1.1.1.17 | counter32 | read-only |
The total number of IPsec tunnels that have been deleted by this channel in the entity since boot time. The sum of 'ipsecChannelCurrentTunnels' and this value should equal 'ipsecChannelTotalTunnels'. |
ipsecChannelTunnelInboundOctets | 1.3.6.1.3.1010.1.1.1.1.1.18 | counter64 | read-only |
The amount of traffic measured in bytes received by all tunnels created by the channel. |
ipsecChannelTunnelOutboundOctets | 1.3.6.1.3.1010.1.1.1.1.1.19 | counter64 | read-only |
The amount of traffic measured in bytes sent by all tunnels created by the channel. |
ipsecChannelTunnelInboundPackets | 1.3.6.1.3.1010.1.1.1.1.1.20 | counter64 | read-only |
The total number of packets received by all tunnels created by the channel. |
ipsecChannelTunnelOutboundPackets | 1.3.6.1.3.1010.1.1.1.1.1.21 | counter64 | read-only |
The total number of packets sent by all tunnels created by the channel. |
ipsecChannelTunnelReceiveErrors | 1.3.6.1.3.1010.1.1.1.1.1.22 | counter32 | read-only |
The total number of receive errors incurred in all tunnels created by the channel. |
ipsecChannelTunnelSendErrors | 1.3.6.1.3.1010.1.1.1.1.1.23 | counter32 | read-only |
The total number of send errors incurred in all tunnels created the channel. |
ipsecChannelSaTable | 1.3.6.1.3.1010.1.1.1.2 | no-access |
The (conceptual) table containing information on which IKE SAs are used in channels. The number of rows is the same as the number of IKE SAs in the entity. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.1.1.2.1 | no-access |
An entry (conceptual row) containing the identifiers of a specific IKE SA. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecChannelSaIndex | 1.3.6.1.3.1010.1.1.1.2.1.1 | unsigned32 | no-access |
A unique value, greater than zero, for each IKE SA in the channel. It is recommended that values are assigned contiguously starting from 1. |
ipsecChannelSaLocalIpAddrType | 1.3.6.1.3.1010.1.1.1.2.1.2 | inetaddresstype | read-only |
The type of the local address used to negotiate the IKE SA in the channel. (The value of 'saIkeLocalIpAddressType' from 'ikeMonModule' for this row.) |
ipsecChannelSaLocalIpAddress | 1.3.6.1.3.1010.1.1.1.2.1.3 | inetaddress | read-only |
The local address used to negotiate the IKE SA in the channel. (The value of 'saIkeLocalIpAddress' from 'ikeMonModule' for this row.) |
ipsecChannelSaRemoteIpAddrType | 1.3.6.1.3.1010.1.1.1.2.1.4 | inetaddresstype | read-only |
The type of the remote address used to negotiate the IKE SA in the channel. (The value of 'saIkeRemoteIpAddressType' from 'ikeMonModule' for this row.) |
ipsecChannelSaRemoteIpAddress | 1.3.6.1.3.1010.1.1.1.2.1.5 | inetaddress | read-only |
The remote address used to negotiate the IKE SA in the channel. (The value of 'saIkeRemoteIpAddress' from 'ikeMonModule' for this row.) |
ipsecChannelSaInitiatorCookie | 1.3.6.1.3.1010.1.1.1.2.1.6 | isakmpcookie | read-only |
The value of the cookie used by the initiator for the IKE SA in the channel. (The value of 'saIkeInitiatorCookie' from 'ikeMonModule' for this row.) |
ipsecChannelSaResponderCookie | 1.3.6.1.3.1010.1.1.1.2.1.7 | isakmpcookie | read-only |
The value of the cookie used by the responder for the IKE SA in the channel. (The value of 'saIkeResponderCookie' from 'ikeMonModule' for this row.) |
ipsecChanAggTable | 1.3.6.1.3.1010.1.1.1.3 | no-access |
The optional (conceptual) table containing information on aggregate statistics for the channel types. The number of rows is the same as the number of channel types supported by the entity. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.1.1.3.1 | no-access |
An entry (conceptual row) containing the aggregate statistics for a specific channel type. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecChanAggType | 1.3.6.1.3.1010.1.1.1.3.1.1 | ipsecchanortuntype | no-access |
The type of control channel for which this row aggregrates statistics. |
ipsecChanAggCurrentChannels | 1.3.6.1.3.1010.1.1.1.3.1.2 | gauge32 | read-only |
The number of channels that are currently active that are of the specified type. This value should not include channel establishment attempts in progress. |
ipsecChanAggTotalChannels | 1.3.6.1.3.1010.1.1.1.3.1.3 | counter32 | read-only |
The total number of channels of this type that have been created in the entity since boot time. This value should not include failed channel establishment attempts. |
ipsecChanAggDeletedChannels | 1.3.6.1.3.1010.1.1.1.3.1.4 | counter32 | read-only |
The total number of channels of this type that have been deleted in the entity since boot time. The sum of 'ipsecChanAggCurrentChannels' and this value should equal 'ipsecChanAggTotalChannels'. |
ipsecChanAggInboundOctets | 1.3.6.1.3.1010.1.1.1.3.1.5 | counter64 | read-only |
The total amount of traffic measured in bytes received by all channels of this type. This is the sum of 'ipsecChannelInboundOctets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggOutboundOctets | 1.3.6.1.3.1010.1.1.1.3.1.6 | counter64 | read-only |
The total amount of traffic measured in bytes sent by all channels of this type. This is the sum of 'ipsecChannelOutboundOctets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggInboundPackets | 1.3.6.1.3.1010.1.1.1.3.1.7 | counter64 | read-only |
The total number of packets received by all channels of this type. This is the sum of 'ipsecChannelInboundPackets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggOutboundPackets | 1.3.6.1.3.1010.1.1.1.3.1.8 | counter64 | read-only |
The total number of packets sent by all channels of this type. This is the sum of 'ipsecChannelOutboundPackets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggReceiveErrors | 1.3.6.1.3.1010.1.1.1.3.1.9 | counter32 | read-only |
The total number of receive errors incurred by all channels of this type. This is the sum of 'ipsecChannelReceiveErrors' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggSendErrors | 1.3.6.1.3.1010.1.1.1.3.1.10 | counter32 | read-only |
The total number of send errors incurred by all channels of this type. This is the sum of 'ipsecChannelSendErrors' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggCurrentTunnels | 1.3.6.1.3.1010.1.1.1.3.1.11 | gauge32 | read-only |
The current number of active IPsec tunnels that have been created by all channels of this type. This is the sum of 'ipsecChannelCurrentTunnels' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTotalTunnels | 1.3.6.1.3.1010.1.1.1.3.1.12 | counter32 | read-only |
The total number of IPsec tunnels that have been created by all channels of this type. This is the sum of 'ipsecChannelTotalTunnels' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggDeletedTunnels | 1.3.6.1.3.1010.1.1.1.3.1.13 | counter32 | read-only |
The total number of IPsec tunnels that have been deleted by all channels of this type. This is the sum of 'ipsecChannelDeletedTunnels' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. The sum of 'ipsecChanAggCurrentTunnels' and this value should equal 'ipsecChanAggTotalTunnels'. |
ipsecChanAggTnlInboundOctets | 1.3.6.1.3.1010.1.1.1.3.1.14 | counter64 | read-only |
The amount of traffic measured in bytes received by all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelInboundOctets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTnlOutboundOctets | 1.3.6.1.3.1010.1.1.1.3.1.15 | counter64 | read-only |
The amount of traffic measured in bytes sent by all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelOutboundOctets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTnlInboundPackets | 1.3.6.1.3.1010.1.1.1.3.1.16 | counter64 | read-only |
The total number of packets received by all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelInboundPackets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTnlOutboundPackets | 1.3.6.1.3.1010.1.1.1.3.1.17 | counter64 | read-only |
The total number of packets sent by all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelOutboundPackets' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTnlReceiveErrors | 1.3.6.1.3.1010.1.1.1.3.1.18 | counter32 | read-only |
The total number of receive errors incurred in all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelReceiveErrors' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
ipsecChanAggTnlSendErrors | 1.3.6.1.3.1010.1.1.1.3.1.19 | counter32 | read-only |
The total number of send errors incurred in all tunnels created by all channels of this type. This is the sum of 'ipsecChannelTunnelSendErrors' from the 'ipsecChannelEntry' of each channel in 'ipsecChannelTable' that is of this type. |
channelStats | 1.3.6.1.3.1010.1.1.2 |
This is the base object identifier for all objects which are global (non-error) counters for channels. |
||
currentChannels | 1.3.6.1.3.1010.1.1.2.1 | gauge32 | read-only |
The total number of channels currently in existence in the entity. This is the same as the number of rows in the channel table, whether there are IKE SAs for each row or not. |
totalChannels | 1.3.6.1.3.1010.1.1.2.2 | counter32 | read-only |
The total number of channels created by the entity since system boot. Channel creation is defined as the addition of a row to the channel table, whether an IKE SA was created at the same time or not. |
deletedChannels | 1.3.6.1.3.1010.1.1.2.3 | counter32 | read-only |
The total number of channels deleted by the entity. Channel deletion is defined as the removal of a row from the channel table, independent of the existence of the IKE SAs that may have supported it. Note that the sum of 'currentChannels' and 'deletedChannels' is equal to 'totalChannels'. |
channelErrors | 1.3.6.1.3.1010.1.1.3 |
This is the base object identifier for all objects which are global error counters for channels. |
||
channelTraps | 1.3.6.1.3.1010.1.1.4 |
This is the base object identifier for all objects which are traps for channels. |
||
channelUp | 1.3.6.1.3.1010.1.1.4.1 |
The specified channel is now up. (In other words, the number of current IKE SAs supporting the channel has changed from zero to a non-zero value.) |
||
channelDown | 1.3.6.1.3.1010.1.1.4.2 |
The specified channel is now down. (In other words, the number of current IKE SAs supporting the channel has changed to zero from a non-zero value.) |
||
channelTrapObjects | 1.3.6.1.3.1010.1.1.5 |
This is the base object identifier for objects which are used as part of traps for channels. |
||
channelTrapLocalEndpoint | 1.3.6.1.3.1010.1.1.5.1 | unsigned32 | no-access |
The index to an endpoint that is the local endpoint of a channel in a trap. |
channelTrapRemoteEndpoint | 1.3.6.1.3.1010.1.1.5.2 | unsigned32 | no-access |
The index to an endpoint that is the remote endpoint of a channel in a trap. |
channelTrapControl | 1.3.6.1.3.1010.1.1.6 |
This is the base object identifier for all objects which are trap controls for channel traps. |
||
channelUpTrapEnable | 1.3.6.1.3.1010.1.1.6.1 | truthvalue | read-write |
Indicates whether channelUp traps should be generated. |
channelDownTrapEnable | 1.3.6.1.3.1010.1.1.6.2 | truthvalue | read-write |
Indicates whether channelDown traps should be generated. |
channelGroups | 1.3.6.1.3.1010.1.1.7 |
This is the base object identifier for all objects which describe the groups in the channel part of this MIB. |
||
channelConformance | 1.3.6.1.3.1010.1.1.8 |
This is the base object identifier for all objects which describe the conformance in the channel part of this MIB. |
||
tunnelObjects | 1.3.6.1.3.1010.1.2 |
This is the base object identifier for all tunnel related objects. |
||
tunnelTables | 1.3.6.1.3.1010.1.2.1 |
This is the base object identifier for all objects which are tables for tunnels. |
||
ipsecTunnelTable | 1.3.6.1.3.1010.1.2.1.1 | no-access |
The (conceptual) table containing information on IPsec SA suite-based tunnels. The number of rows is, at a minimum, the same as the number of IPsec SA suites in the entity that have identical selectors. Additional rows for tunnels without active IPsec SA suites may also appear in the table. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.2.1.1.1 | no-access |
An entry (conceptual row) containing the information on a particular tunnel. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecTunnelType | 1.3.6.1.3.1010.1.2.1.1.1.1 | ipsecchanortuntype | no-access |
The type of tunnel represented by this row. This is an implementation dependent value, used to assist in controlling how tunnels are sorted. |
ipsecTunnelId | 1.3.6.1.3.1010.1.2.1.1.1.2 | unsigned32 | no-access |
The index value of the selector table row that contains the selectors that are the identity of this tunnel. Specifically, this is the value of 'selectorIndex' from the appropriate row ('selectorEntry') from the table 'selectorTable' from the MIB 'ipsecMonModule'. (NOTE: Should this be an OBJECT IDENTIFIER instead?) |
ipsecTunnelLocalIpAddrType | 1.3.6.1.3.1010.1.2.1.1.1.3 | inetaddresstype | read-only |
The type of address used by the local endpoint of the tunnel. |
ipsecTunnelLocalIpAddress | 1.3.6.1.3.1010.1.2.1.1.1.4 | inetaddress | read-only |
The address used by the local endpoint of the tunnel. |
ipsecTunnelRemoteIpAddrType | 1.3.6.1.3.1010.1.2.1.1.1.5 | inetaddresstype | read-only |
The type of address used by the remote endpoint of the tunnel. |
ipsecTunnelRemoteIpAddress | 1.3.6.1.3.1010.1.2.1.1.1.6 | inetaddress | read-only |
The address used by the remote endpoint of the tunnel. |
ipsecTunnelLocalEndpoint | 1.3.6.1.3.1010.1.2.1.1.1.7 | unsigned32 | read-only |
The index of the local endpoint that negotiated this tunnel. It is the value of 'endpointIndex' from the correct row ('IkeEndpointEntry') of the 'ikeEndpointTable' from 'ikeMonModule'. (NOTE: Should this be an OBJECT IDENTIFIER instead?) |
ipsecTunnelRemoteEndpoint | 1.3.6.1.3.1010.1.2.1.1.1.8 | unsigned32 | read-only |
The index of the remote endpoint that negotiated this tunnel. It is the value of 'endpointIndex' from the correct row ('IkeEndpointEntry') of the 'ikeEndpointTable' from 'ikeMonModule'. |
ipsecTunnelCurrentSaSuites | 1.3.6.1.3.1010.1.2.1.1.1.9 | gauge32 | read-only |
The number of phase 2 SA suites that are currently active that make up this tunnel. This value may be 0 if the tunnel has not yet been set up, or the implementation does not require the existence of phase 2 SA suites for the tunnel to exist, or if the tunnel is considered a permanent entry in the table by the implementation. This value should not include phase 2 SA suite establishment attempts in progress. |
ipsecTunnelTotalSaSuites | 1.3.6.1.3.1010.1.2.1.1.1.10 | counter32 | read-only |
The total number of phase 2 SA suites that are part of this tunnel that have been created in the entity since boot time. This value should not include failed phase 2 SA suite establishment attempts. |
ipsecTunnelDeletedSaSuites | 1.3.6.1.3.1010.1.2.1.1.1.11 | counter32 | read-only |
The total number of phase 2 SA suites that are part of this channel that have been deleted in the entity since boot time. The sum of 'ipsecTunnelCurrentSaSuites' and this value should equal 'ipsecTunnelTotalSaSuites'. |
ipsecTunnelTimeUpSeconds | 1.3.6.1.3.1010.1.2.1.1.1.12 | counter32 | read-only |
The total number of seconds since there has been at least one valid phase 2 SA suite supporting the channel. In other words, the number of seconds since the value of 'ipsecTunnelCurrentSaSuites' changed from 0 to any other value. |
ipsecTunnelTimeDownSeconds | 1.3.6.1.3.1010.1.2.1.1.1.13 | counter32 | read-only |
The total number of seconds since the last valid phase 2 SA suite supporting the channel was deleted. In other words, the number of seconds since the value of 'ipsecTunnelCurrentSaSuites' changed to 0 from any other value. |
ipsecTunnelTotalInboundOctets | 1.3.6.1.3.1010.1.2.1.1.1.14 | counter64 | read-only |
The total amount of traffic measured in bytes received by the tunnel. This is the sum of 'suiteInUserOctets' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelTotalOutboundOctets | 1.3.6.1.3.1010.1.2.1.1.1.15 | counter64 | read-only |
The total amount of traffic measured in bytes sent by the tunnel. This is the sum of 'suiteOutUserOctets' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelTotalInboundPackets | 1.3.6.1.3.1010.1.2.1.1.1.16 | counter64 | read-only |
The total number of packets received by the tunnel. This is the sum of 'suiteInPackets' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelTotalOutboundPackets | 1.3.6.1.3.1010.1.2.1.1.1.17 | counter64 | read-only |
The total number of packets sent by the tunnel. This is the sum of 'suiteOutPackets' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelSendErrors | 1.3.6.1.3.1010.1.2.1.1.1.18 | counter32 | read-only |
The total number of send errors in the tunnel. This is the sum of 'suiteSendErrors' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelReceiveErrors | 1.3.6.1.3.1010.1.2.1.1.1.19 | counter32 | read-only |
The total number of receive errors in the tunnel. This is the sum of 'suiteReceiveErrors' from the 'suiteEntry' of each phase 2 SA suite in 'suiteTable' that is part of this tunnel. |
ipsecTunnelSuiteTable | 1.3.6.1.3.1010.1.2.1.2 | no-access |
The (conceptual) table containing information on IPsec SA suites. The number of rows is the same as the number of IPsec SA suites in the entity. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.2.1.2.1 | no-access |
An entry (conceptual row) containing the identifiers to a particular SA suite. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecTunnelSuiteIndex | 1.3.6.1.3.1010.1.2.1.2.1.1 | unsigned32 | no-access |
A unique value, greater than zero, for each SA suite in the tunnel. It is recommended that values are assigned contiguously starting from 1. |
ipsecTunnelSuiteReference | 1.3.6.1.3.1010.1.2.1.2.1.2 | object identifier | read-only |
The object identifier of the IPsec SA suite row that represents the IPsec SA suite in the tunnel. Specifically, the value of this object is the object identifier of 'suiteIndex' of the appropriate row ('SuiteEntry') in 'suiteTable' from 'ikeMonModule'. |
ipsecTunAggTable | 1.3.6.1.3.1010.1.2.1.3 | no-access |
The optional (conceptual) table containing information on aggregate statistics for the tunnel types. The number of rows is the same as the number of tunnel types supported by the entity. The maximum number of rows is implementation dependent. |
|
1.3.6.1.3.1010.1.2.1.3.1 | no-access |
An entry (conceptual row) containing the aggregate statistics for a specific tunnel type. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
ipsecTunAggCurrentTunnels | 1.3.6.1.3.1010.1.2.1.3.1.1 | gauge32 | read-only |
The number of tunnels that are currently active that are of the specified type. This value should not include tunnel establishment attempts in progress. |
ipsecTunAggTotalTunnels | 1.3.6.1.3.1010.1.2.1.3.1.2 | counter32 | read-only |
The total number of tunnels of this type that have been created in the entity since boot time. This value should not include failed tunnel establishment attempts. |
ipsecTunAggDeletedTunnels | 1.3.6.1.3.1010.1.2.1.3.1.3 | counter32 | read-only |
The total number of tunnels of this type that have been deleted in the entity since boot time. The sum of 'ipsecTunAggCurrentTunnels' and this value should equal 'ipsecTunAggTotalTunnels'. |
ipsecTunAggInboundOctets | 1.3.6.1.3.1010.1.2.1.3.1.4 | counter64 | read-only |
The total amount of traffic measured in bytes received by all tunnels of this type. This is the sum of 'ipsecTunnelInboundOctets' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
ipsecTunAggOutboundOctets | 1.3.6.1.3.1010.1.2.1.3.1.5 | counter64 | read-only |
The total amount of traffic measured in bytes sent by all tunnels of this type. This is the sum of 'ipsecTunnelOutboundOctets' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
ipsecTunAggInboundPackets | 1.3.6.1.3.1010.1.2.1.3.1.6 | counter64 | read-only |
The total number of packets received by all tunnels of this type. This is the sum of 'ipsecTunnelInboundPackets' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
ipsecTunAggOutboundPackets | 1.3.6.1.3.1010.1.2.1.3.1.7 | counter64 | read-only |
The total number of packets sent by all tunnels of this type. This is the sum of 'ipsecTunnelOutboundPackets' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
ipsecTunAggSendErrors | 1.3.6.1.3.1010.1.2.1.3.1.8 | counter32 | read-only |
The total number of send errors incurred by all tunnels of this type. This is the sum of 'ipsecTunnelSendErrors' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
ipsecTunAggReceiveErrors | 1.3.6.1.3.1010.1.2.1.3.1.9 | counter32 | read-only |
The total number of receive errors incurred by all tunnels of this type. This is the sum of 'ipsecTunnelReceiveErrors' from the 'ipsecTunnelEntry' of each tunnel in 'ipsecTunnelTable' that is of this type. |
tunnelBySelectorsTable | 1.3.6.1.3.1010.1.2.1.4 | no-access |
The (conceptual) table that sorts the tunnels by the selectors. The number of rows in this table is the same as the number of tunnels in the entity. |
|
1.3.6.1.3.1010.1.2.1.4.1 | no-access |
An entry (conceptual row) referencing a particular tunnel. A row in this table cannot be created or deleted by SNMP operations on columns of the table. |
||
tunnelBySelectorsHash | 1.3.6.1.3.1010.1.2.1.4.1.1 | octet string | no-access |
The hash result of the full identifer of the tunnel. Precise definition to be completed. |
tunnelBySelectorsIndex | 1.3.6.1.3.1010.1.2.1.4.1.2 | unsigned32 | no-access |
A unique value, greater than zero, for each tunnel in the table where the hash results of the tunnel identifiers collide. It is recommended that values are assigned contiguously starting from 1. |
tunnelBySelectorsId | 1.3.6.1.3.1010.1.2.1.4.1.3 | unsigned32 | read-only |
The identifier of the tunnel. The value of this object is the index of the selector ('selectorIndex') row ('SelectorEntry') from the 'selectorTable' that identifies this tunnel. |
tunnelBySelectorsType | 1.3.6.1.3.1010.1.2.1.4.1.4 | ipsecchanortuntype | read-only |
The type assigned to the tunnel for which this row refers. |
tunnelBySelectorsRef | 1.3.6.1.3.1010.1.2.1.4.1.5 | object identifier | read-only |
The object identifier of 'tunnelIndex' in the row ('tunnelEntry') of the 'tunnelTable' to which this row refers. |
tunnelStats | 1.3.6.1.3.1010.1.2.2 |
This is the base object identifier for all objects which are global (non-error) counters for tunnels. |
||
currentTunnels | 1.3.6.1.3.1010.1.2.2.1 | gauge32 | read-only |
The total number of tunnels currently in existence in the entity. This is the same as the number of rows in the tunnel table, whether there are IPsec SA suites for each row or not. |
totalTunnels | 1.3.6.1.3.1010.1.2.2.2 | counter32 | read-only |
The total number of tunnels created by the entity since system boot. Tunnel creation is defined as the addition of a row to the tunnel table, whether an IPsec SA was created at the same time or not. |
deletedTunnels | 1.3.6.1.3.1010.1.2.2.3 | counter32 | read-only |
The total number of tunnels deleted by the entity. Tunnel deletion is defined as the removal of a row from the tunnel table, independent of the existence of the phase 2 SA suites that may have supported it. Note that the sum of 'currentTunnels' and 'deletedTunnels' should is to 'totalTunnels'. |
tunnelErrors | 1.3.6.1.3.1010.1.2.3 |
This is the base object identifier for all objects which are global error counters for tunnels. |
||
tunnelTraps | 1.3.6.1.3.1010.1.2.4 |
This is the base object identifier for all objects which are traps for tunnels. |
||
tunnelUp | 1.3.6.1.3.1010.1.2.4.1 |
The specified tunnel is now up. (In other words, the number of current phase 2 SA suites supporting the tunnel has changed from zero to a non-zero value.) |
||
tunnelDown | 1.3.6.1.3.1010.1.2.4.2 |
The specified tunnel is now down. (In other words, the number of current phase 2 SA suites supporting the tunnel has changed to zero from a non-zero value.) |
||
tunnelTrapObjects | 1.3.6.1.3.1010.1.2.5 |
This is the base object identifier for objects which are used as part of traps for tunnels. |
||
tunnelTrapIdentifier | 1.3.6.1.3.1010.1.2.5.1 | unsigned32 | no-access |
The index to a selector that is the identifier of a tunnel in a trap. |
tunnelTrapControl | 1.3.6.1.3.1010.1.2.6 |
This is the base object identifier for all objects which are trap controls for tunnel traps. |
||
tunnelUpTrapEnable | 1.3.6.1.3.1010.1.2.6.1 | truthvalue | read-write |
Indicates whether tunnelUp traps should be generated. |
tunnelDownTrapEnable | 1.3.6.1.3.1010.1.2.6.2 | truthvalue | read-write |
Indicates whether tunnelDown traps should be generated. |
tunnelGroups | 1.3.6.1.3.1010.1.2.7 |
This is the base object identifier for all objects which describe the groups in the tunnel part of this MIB. |
||
tunnelConformance | 1.3.6.1.3.1010.1.2.8 |
This is the base object identifier for all objects which describe the conformance in the tunnel part of this MIB. |