GatewayIpSecVpnTunnelStatistics

GatewayIpSecVpnTunnelStatistics
GatewayIpSecVpnTunnelStatistics

Specifies the statistics for the given IPSec VPN Tunnel.

JSON Example
{
    "localSubnet": "string",
    "peerSubnet": "string",
    "packetsIn": 0,
    "packetsOut": 0,
    "bytesIn": 0,
    "bytesOut": 0,
    "packetsSentError": 0,
    "packetsReceivedError": 0,
    "packetsInDropped": 0,
    "packetsOutDropped": 0,
    "encryptionErrors": 0,
    "decryptionErrors": 0,
    "overflowErrors": 0,
    "replayErrors": 0,
    "integrityErrors": 0,
    "saMismatchInErrors": 0,
    "saMismatchOutErrors": 0,
    "noMatchingPolicyErrors": 0
}
string
localSubnet
Optional

Local subnet to which a tunnel belongs.

string
peerSubnet
Optional

Peer subnet to which a tunnel belongs.

integer As int64 As int64
packetsIn
Optional

Number of packets received.

integer As int64 As int64
packetsOut
Optional

Number of packets sent.

integer As int64 As int64
bytesIn
Optional

Number of bytes received.

integer As int64 As int64
bytesOut
Optional

Number of bytes sent.

integer As int64 As int64
packetsSentError
Optional

Number of packets sent with errors.

integer As int64 As int64
packetsReceivedError
Optional

Number of packets received with errors.

integer As int64 As int64
packetsInDropped
Optional

Number of packets dropped while receiving.

integer As int64 As int64
packetsOutDropped
Optional

Number of packets dropped while sending.

integer As int64 As int64
encryptionErrors
Optional

Number of encryption errors.

integer As int64 As int64
decryptionErrors
Optional

Number of decryption errors.

integer As int64 As int64
overflowErrors
Optional

Number of errors due to overflow.

integer As int64 As int64
replayErrors
Optional

Number of replay errors.

integer As int64 As int64
integrityErrors
Optional

Number of integrity check errors.

integer As int64 As int64
saMismatchInErrors
Optional

Number of SA mismatch errors while receiving.

integer As int64 As int64
saMismatchOutErrors
Optional

Number of SA mismatch errors while sending.

integer As int64 As int64
noMatchingPolicyErrors
Optional

Number of packets dropped because of no matching policy is available.

Availability
Added in 38.1