NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
L2VPNTrafficStatisticsPerSegment (schema)
L2VPN traffic statistics per segment
Provides the following traffic statistics of an L2VPN stretched segment since the time
the segment is associated with the L2VPN session:
- Incoming packet count.
- Outgoing packet count.
- Dropped packet count.
Name | Description | Type | Notes |
---|---|---|---|
bum_bytes_in | Broadcast, Unknown unicast and Multicast (BUM) bytes in Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. |
integer | Readonly |
bum_bytes_out | Broadcast, Unknown unicast and Multicast (BUM) bytes out Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) bytes. Note: BUM statistics are not supported. |
integer | Readonly |
bum_packets_in | Broadcast, Unknown unicast and Multicast (BUM) packets in Total number of incoming Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. |
integer | Readonly |
bum_packets_out | Broadcast, Unknown unicast and Multicast (BUM) packets out Total number of outgoing Broadcast, Unknown unicast and Multicast (BUM) packets. Note: BUM statistics are not supported. |
integer | Readonly |
bytes_in | Bytes in The total number of traffic bytes received on an L2VPN segment. |
integer | Readonly |
bytes_out | Bytes out The total number of traffic bytes sent on an L2VPN segment. |
integer | Readonly |
packets_in | Packets in The total number of incoming packets on an L2VPN segment. |
integer | Readonly |
packets_out | Packets out The total number of outgoing packets on an L2VPN segment. |
integer | Readonly |
packets_receive_error | Packets received error The total number of incoming packets dropped on an L2VPN segment. |
integer | Readonly |
packets_sent_error | Packets sent error The total number of outgoing packets dropped on an L2VPN segment |
integer | Readonly |
segment_path | Segment Path Policy path referencing the segment on which stats are gathered. |
string | Readonly |