L2ForwarderStatistics

L2ForwarderStatistics
L2ForwarderStatistics
JSON Example
{
    "last_update_timestamp": 0,
    "logical_switch_id": "string",
    "rx": {},
    "tx": {}
}
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the l2 forwarder statistics was last updated.

string
logical_switch_id
Optional

Logical switch id on which the L2 forwarder is created.

rx
Optional

Provides the statistics of a port since the time it was created. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The statistics will be reset on edge reboot or edge dataplane restart.

tx
Optional

Provides the statistics of a port since the time it was created. It includes the number of incoming, outgoing and dropped packet counters and, the number of errors and failures causing the drops. The statistics will be reset on edge reboot or edge dataplane restart.