NSX-T Data Center REST API
IpSecVpnTunnelTrafficStatistics (schema)
IPSec VPN tunnel traffic statistics
Provides the following details for an IPSec VPN tunnel. The packet counters
gives statistics since the time the tunnel is UP:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
- Error/Failure reason of dropped packet.
- Tunnel status, if it is UP/DOWN.
- Tunnel down reason when the tunnel state is DOWN.
- Tunnel local subnet.
- Tunnel peer subnet.
- Policy ID.
Name | Description | Type | Notes |
---|---|---|---|
bytes_in | Bytes in The total number of incoming bytes on the inbound security association. |
integer | Readonly |
bytes_out | Bytes out The total number of outgoing bytes on the outbound security association. |
integer | Readonly |
decryption_failures | Decryption failures The total number of packets dropped due to decryption failures. |
integer | Readonly |
dropped_packets_in | Dropped incoming packets The total number of incoming packets dropped on the inbound security association. |
integer | Readonly |
dropped_packets_out | Dropped outgoing packets The total number of outgoing packets dropped on the outbound security association. |
integer | Readonly |
encryption_failures | Encryption failures The total number of packets dropped due to failure in encryption. |
integer | Readonly |
integrity_failures | Integrity failures The total number of packets dropped due to integrity failures. |
integer | Readonly |
local_subnet | Local subnet Tunnel local subnet in IPv4 CIDR Block format. |
string | Readonly |
nomatching_policy_errors | Nomatching Policy errors The total number of packets dropped because of no matching policy was available. |
integer | Readonly |
packets_in | Packets in The total number of incoming packets on the inbound security association. |
integer | Readonly |
packets_out | Packets out The total number of outgoing packets on the outbound security association. |
integer | Readonly |
packets_received_other_error | Packets received other error The total number of incoming packets dropped on the inbound security association due to miscellaneous errors . |
integer | Readonly |
packets_sent_other_error | Packets sent other error The total number of outgoing packets dropped due to miscellaneous errors. |
integer | Readonly |
peer_subnet | Peer subnet Tunnel peer subnet in IPv4 CIDR Block format. |
string | Readonly |
policy_id | Policy Identifier Policy UUID of IPSec Tunnel. |
string | Readonly |
replay_errors | Replay errors The total number of packets dropped due to replay check on that security association. |
integer | Readonly |
sa_mismatch_errors_in | Security association mismatch errors on incoming packets. The total number of security association mismatch errors on incoming packets. |
integer | Readonly |
sa_mismatch_errors_out | Security association mismatch errors on outgoing packets The total number of security association mismatch errors on outgoing packets. |
integer | Readonly |
seq_number_overflow_error | Sequence number overflow error The total number of packets dropped while sending due to overflow in sequence number. |
integer | Readonly |
tunnel_down_reason | Tunnel down reason Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty. |
string | Readonly |
tunnel_status | Tunnel Status Specifies the status of tunnel, if it is UP/DOWN. |
string | Readonly Enum: UP, DOWN |