IPSecVpnTunnelTrafficStatistics

IPSecVpnTunnelTrafficStatistics
IPSecVpnTunnelTrafficStatistics

IPSec VPN tunnel traffic statistics.

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

Total number of incoming bytes on inbound Security association.

integer As int64 As int64
bytes_out
Optional

Total number of outgoing bytes on outbound Security association.

integer As int64 As int64
decryption_failures
Optional

Total number of packets dropped due to decryption failures.

integer As int64 As int64
dropped_packets_in
Optional

Total number of incoming packets dropped on inbound security association.

integer As int64 As int64
dropped_packets_out
Optional

Total number of outgoing packets dropped on outbound 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
integrity_failures
Optional

Total number of packets dropped due to integrity failures.

string
local_subnet
Optional

Local subnet to which a tunnel belongs.

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
packets_in
Optional

Total number of incoming packets on inbound Security association.

integer As int64 As int64
packets_out
Optional

Total number of outgoing packets on outbound Security association.

integer As int64 As int64
packets_received_other_error
Optional

Total number of incoming packets dropped on inbound Security association.

integer As int64 As int64
packets_sent_other_error
Optional

Total number of packets dropped while sending for any reason.

string
remote_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.

integer As int64 As int64
sa_mismatch_errors_in
Optional

Totoal number of security association mismatch errors on incoming packets.

integer As int64 As int64
sa_mismatch_errors_out
Optional

Totoal number of security association mismatch errors on outgoing packets.

integer As int64 As int64
seq_number_overflow_error
Optional

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

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.

string
tunnel_status
Optional

Specifies the status of tunnel, if it is UP/DOWN.

Possible values are : UP, DOWN,