NSX-T Data Center REST API
IPSecVpnIkeTrafficStatistics (schema)
IKE traffic statistics
Provides the following IKE control plane statistics for an IPSec VPN session:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
Note: IKE traffic statistics are not supported.
Name | Description | Type | Notes |
---|---|---|---|
bytes_in | Bytes in The total number of IKE packet bytes received. |
integer | Readonly |
bytes_out | Bytes out The total number of IKE packet bytes sent. |
integer | Readonly |
fail_count | Fail count The total number of IKE packets dropped. |
integer | Readonly |
packets_in | Packets in The total number of IKE packets received. |
integer | Readonly |
packets_out | Packets out The total number of IKE packets sent. |
integer | Readonly |