L2VPNPerLSTrafficStatistics

L2VPNPerLSTrafficStatistics
L2VPNPerLSTrafficStatistics

Traffic statistics for a logical switch.

JSON Example
{
    "packets_out": 0,
    "packets_receive_error": 0,
    "bytes_in": 0,
    "bum_packets_in": 0,
    "bum_bytes_out": 0,
    "logical_switch": {
        "target_display_name": "string",
        "is_valid": false,
        "target_id": "string",
        "target_type": "string"
    },
    "bytes_out": 0,
    "packets_sent_error": 0,
    "bum_packets_out": 0,
    "packets_in": 0,
    "bum_bytes_in": 0
}
integer As int64 As int64
packets_out
Optional

Total number of outgoing packets.

integer As int64 As int64
packets_receive_error
Optional

Total number of incoming packets dropped.

integer As int64 As int64
bytes_in
Optional

Total number of incoming bytes.

integer As int64 As int64
bum_packets_in
Optional

Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets.

integer As int64 As int64
bum_bytes_out
Optional

Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes.

logical_switch
Optional

logical_switch

integer As int64 As int64
bytes_out
Optional

Total number of outgoing bytes.

integer As int64 As int64
packets_sent_error
Optional

Total number of packets dropped while sending for any reason.

integer As int64 As int64
bum_packets_out
Optional

Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets.

integer As int64 As int64
packets_in
Optional

Total number of incoming packets.

integer As int64 As int64
bum_bytes_in
Optional

Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes.