NSX-T Data Center REST API
L2VPNTapStatistics (schema)
L2VPN tunnel statistics
Provides the following traffic statistics of an L2VPN tunnel since the time the
L2VPN session is UP:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
Name | Description | Type | Notes |
---|---|---|---|
bytes_in | Bytes in The total number of traffic bytes received on an L2VPN tunnel. |
integer | Readonly |
bytes_out | Bytes out The total number of traffic bytes sent on an L2VPN tunnel. |
integer | Readonly |
packets_in | Packets in The total number of incoming data packets on an L2VPN tunnel. |
integer | Readonly |
packets_out | Packets out The total number of outgoing data packets on an L2VPN tunnel. |
integer | Readonly |
packets_receive_error | packets recieved error The total number of incoming packets dropped on an L2VPN tunnel. |
integer | Readonly |
packets_sent_error | Packets sent error The total number of outgoing packets dropped on an L2VPN tunnel. |
integer | Readonly |