[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

IpSecVpnTunnelTrafficStatistics

IPSec VPN tunnel traffic statistics.


Properties

integer as int64
bytes_in Optional

Total number of incoming bytes on inbound Security association.


integer as int64
bytes_out Optional

Total number of outgoing bytes on outbound Security association.


integer as int64
decryption_failures Optional

Total number of packets dropped due to decryption failures.


integer as int64
dropped_packets_in Optional

Total number of incoming packets dropped on inbound security association.


integer as int64
dropped_packets_out Optional

Total number of outgoing packets dropped on outbound security association.


integer as int64
encryption_failures Optional

Total number of packets dropped because of failure in encryption.


integer as int64
integrity_failures Optional

Total number of packets dropped due to integrity failures.


string
local_subnet Optional

Tunnel local subnet in IPv4 CIDR Block format.


integer as int64
nomatching_policy_errors Optional

Number of packets dropped because of no matching policy is available.


integer as int64
packets_in Optional

Total number of incoming packets on inbound Security association.


integer as int64
packets_out Optional

Total number of outgoing packets on outbound Security association.


integer as int64
packets_received_other_error Optional

Total number of incoming packets dropped on inbound Security association.


integer as int64
packets_sent_other_error Optional

Total number of packets dropped while sending for any reason.


string
peer_subnet Optional

Tunnel peer subnet in IPv4 CIDR Block format.


integer as int64
replay_errors Optional

Total number of packets dropped due to replay check on that Security association.


integer as int64
sa_mismatch_errors_in Optional

Totoal number of security association mismatch errors on incoming packets.


integer as int64
sa_mismatch_errors_out Optional

Totoal number of security association mismatch errors on outgoing packets.


integer as int64
seq_number_overflow_error Optional

Total number of packets dropped while sending due to overflow in sequence number.


string
tunnel_down_reason Optional

Gives the detailed reason about the tunnel when it is down. If tunnel is UP tunnel down reason will be empty.


string
tunnel_status Optional

Specifies the status of tunnel, if it is UP/DOWN.

Possible values are: UPDOWN

JSON Example

{
	"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,
	"peer_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": "UP"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyVpnStats
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

IpSecVpnPolicyTrafficStatistics

Feedback

Was this page helpful?