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