L2VPNTapStatistics
TAP (Terminal access point) traffic statistics for L2VPN.
Properties
integer
bytes_in
Optional
Total number of incoming bytes.
integer
bytes_out
Optional
Total number of outgoing bytes.
integer
packets_in
Optional
Total number of incoming packets.
integer
packets_out
Optional
Total number of outgoing packets.
integer
packets_receive_error
Optional
Total number of incoming packets dropped.
integer
packets_sent_error
Optional
Total number of packets dropped while sending for any reason.
JSON Example
{
"bytes_in": 0,
"bytes_out": 0,
"packets_in": 0,
"packets_out": 0,
"packets_receive_error": 0,
"packets_sent_error": 0
}