IPSecVPNTunnelTrafficStatistics

IPSecVPNTunnelTrafficStatistics
IPSecVPNTunnelTrafficStatistics

IPSec VPN tunnel traffic statistics.

JSON Example
{
    "packets_sent_other_error": 0,
    "packets_out": 0,
    "dropped_packets_out": 0,
    "integrity_failures": 0,
    "nomatching_policy_errors": 0,
    "sa_mismatch_errors_in": 0,
    "peer_subnet": "string",
    "replay_errors": 0,
    "bytes_out": 0,
    "local_subnet": "string",
    "dropped_packets_in": 0,
    "encryption_failures": 0,
    "sa_mismatch_errors_out": 0,
    "tunnel_down_reason": "string",
    "packets_receive_other_error": 0,
    "bytes_in": 0,
    "decryption_failures": 0,
    "seq_number_overflow_error": 0,
    "packets_in": 0,
    "tunnel_status": "string"
}
integer As int64 As int64
packets_sent_other_error
Optional

Total number of packets dropped while sending for any reason.

integer As int64 As int64
packets_out
Optional

Total number of outgoing packets on outbound Security association (SA).

integer As int64 As int64
dropped_packets_out
Optional

Total number of outgoing packets dropped on outbound security association.

integer As int64 As int64
integrity_failures
Optional

Total number of packets dropped due to integrity failures.

integer As int64 As int64
nomatching_policy_errors
Optional

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

integer As int64 As int64
sa_mismatch_errors_in
Optional

Totoal number of security association (SA) mismatch errors on incoming packets.

string
peer_subnet
Optional

Peer subnet to which a tunnel belongs.

integer As int64 As int64
replay_errors
Optional

Total number of packets dropped due to replay check on that Security association (SA).

integer As int64 As int64
bytes_out
Optional

Total number of outgoing bytes on outbound Security association (SA).

string
local_subnet
Optional

Local subnet to which a tunnel belongs.

integer As int64 As int64
dropped_packets_in
Optional

Total number of incoming packets dropped on inbound security association.

integer As int64 As int64
encryption_failures
Optional

Total number of packets dropped because of failure in encryption.

integer As int64 As int64
sa_mismatch_errors_out
Optional

Totoal number of security association (SA) mismatch errors on outgoing packets.

string
tunnel_down_reason
Optional

Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty.

integer As int64 As int64
packets_receive_other_error
Optional

Total number of incoming packets dropped on inbound Security association (SA)(misc).

integer As int64 As int64
bytes_in
Optional

Total number of incoming bytes on inbound Security association (SA).

integer As int64 As int64
decryption_failures
Optional

Total number of packets dropped due to decryption failures.

integer As int64 As int64
seq_number_overflow_error
Optional

Total number of packets dropped while sending due to overflow in sequence number.

integer As int64 As int64
packets_in
Optional

Total number of incoming packets on inbound Security association (SA).

string
tunnel_status
Optional

Specifies the status of tunnel. If all the SA (Security association) are negotiated then tunnels status will be UP. If negotiation fails for the SAs status will be DOWN, if SAs are in negotiating phase tunnels status will be NEGOTIATING.

Possible values are : UP, DOWN, NEGOTIATING,