IPSecVPNTrafficCounters
IPSecVPNTrafficCounters
Provides the following traffic statistics for IPSec VPN tunnels since the time the tunnels are UP:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
JSON Example
{
"bytes_in": 0,
"bytes_out": 0,
"dropped_packets_in": 0,
"dropped_packets_out": 0,
"packets_in": 0,
"packets_out": 0
}
integer As int64
As int64
bytes_in
Optional
Total number of traffic bytes received on inbound security association.
integer As int64
As int64
bytes_out
Optional
Total number of traffic bytes sent on outbound security association.
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
packets_in
Optional
Total number of packets received on inbound security association.
integer As int64
As int64
packets_out
Optional
Total number of packets sent on outbound security association.