EdgeL2VpnTunnelStatistics

EdgeL2VpnTunnelStatistics
EdgeL2VpnTunnelStatistics

Specifies the statistics for the given L2 VPN Tunnel.

JSON Example
{
    "bumBytesIn": 0,
    "bumBytesOut": 0,
    "bumPacketsIn": 0,
    "bumPacketsOut": 0,
    "bytesIn": 0,
    "bytesOut": 0,
    "packetsIn": 0,
    "packetsOut": 0,
    "packetsReceiveError": 0,
    "packetsSentError": 0,
    "segmentPath": "string"
}
integer As int64 As int64
bumBytesIn
Optional

Broadcast, Unknown unicast, and Multicast (BUM) bytes in.

integer As int64 As int64
bumBytesOut
Optional

Broadcast, Unknown unicast, and Multicast (BUM) bytes out.

integer As int64 As int64
bumPacketsIn
Optional

Broadcast, Unknown unicast, and Multicast (BUM) packets in.

integer As int64 As int64
bumPacketsOut
Optional

Broadcast, Unknown unicast, and Multicast (BUM) packets out.

integer As int64 As int64
bytesIn
Optional

Total number of incoming bytes.

integer As int64 As int64
bytesOut
Optional

Total number of outgoing bytes.

integer As int64 As int64
packetsIn
Optional

Total number of incoming packets.

integer As int64 As int64
packetsOut
Optional

Total number of outgoing packets.

integer As int64 As int64
packetsReceiveError
Optional

Total number of incoming packets dropped.

integer As int64 As int64
packetsSentError
Optional

Total number of packets dropped while sending for any reason.

string
segmentPath
Optional

Policy path referencing the segment on which stats are gathered.

Availability
Added in 35.0