IPSecVpnTunnelTrafficStatistics
IPSec VPN tunnel traffic statistics.
{
"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"
}
Total number of incoming bytes on inbound Security association.
Total number of outgoing bytes on outbound Security association.
Total number of packets dropped due to decryption failures.
Total number of incoming packets dropped on inbound security association.
Total number of outgoing packets dropped on outbound security association.
Total number of packets dropped because of failure in encryption.
Total number of packets dropped due to integrity failures.
Local subnet to which a tunnel belongs.
Number of packets dropped because of no matching policy is available.
Total number of incoming packets on inbound Security association.
Total number of outgoing packets on outbound Security association.
Total number of incoming packets dropped on inbound Security association.
Total number of packets dropped while sending for any reason.
Peer subnet to which a tunnel belongs.
Total number of packets dropped due to replay check on that Security association.
Totoal number of security association mismatch errors on incoming packets.
Totoal number of security association mismatch errors on outgoing packets.
Total number of packets dropped while sending due to overflow in sequence number.
Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty.
Specifies the status of tunnel, if it is UP/DOWN.