show nvo vxlan counters access-port
Use this command to display the receive and transmit counters of an access port.
Note: Due to a limitation in the hardware, the transmit packet counters includes the BUM traffic received on that port.
Note: To see the statistics, you must enable the hardware profile for the access-port with the
hardware-profile filter command with the
ac-lif parameter.
Note: All the expected packets might not be seen in the output of this command.
Command Syntax
show nvo vxlan counters access-port (port IFNAME | port-vlan IFNAME VLAN_ID_RANGE (| inner-vlan INNER_VLAN_ID) | all)
Parameters
port
Port Mapping
IFNAME
Access port name
port-vlan
Port-VLAN Mapping
IFNAME
Access port name
VLAN_ID_RANGE
VLAN Id or VLAN Range <2-4094>
INNER_VLAN_ID
Inner-VLAN Id
all
All ports and VLANs
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 1.3 and VLAN_RANGE option is introduced in OcNOS version 5.0.
Example
#show nvo vxlan counters access-port port-vlan xe13 10
Data packets:
*If ARP/ND cache is enabled, TX doesn't count ARP/ND replies
from ARP/ND cache and ARP/ND forwarded after uplifting to
the control plane.
RX: packets : 2774939
bytes : 210553516
TX: packets : 4322274
bytes : 326026474
Control Packets:
*ARP/ND uplifted and sent/replied from control plane:
Rx Vxlan Arp discard count : 0
Rx Vxlan Nd discard count : 0
Tx Vxlan Arp discard count : 0
Tx Vxlan Nd discard count : 0
Rx Vxlan Arp Request count : 0
Tx Vxlan Arp Request count : 0
Rx Vxlan Arp Reply count : 5
Tx Vxlan Arp Reply count : 1
Rx Vxlan Neighbor Solicitation count : 0
Tx Vxlan Neighbor Solicitation count : 0
Rx Vxlan Neighbor Advertisement count: 3
Tx Vxlan Neighbor Advertisement count: 0
Table 1-8 explains the fields in the output.
Table 1-8: access port counters
Field | Description |
---|
RX: packets | Number of packets received on an access-interface. |
RX: bytes | Number of bytes received. |
TX: packets | Number of packets transmitted. |
TX: bytes | Number of bytes transmitted. |
Rx Vxlan Nd discard count | Number of discarded ND that is received from neighbor. |
Tx Vxlan Arp discard count | Number of discarded Arp that is transmitted to peer. |
Tx Vxlan Nd discard count | Number of discarded ND that is transmitted to peer. |
Rx Vxlan Arp Request count | Number of request ARP that is received from neighbor. |
Tx Vxlan Arp Request count | Number of request ARP that is transmitted to peer. |
Rx Vxlan Arp Reply count | Number of replied ARP that is received from neighbor. |
Tx Vxlan Arp Reply count | Number of replied ARP which is transmitted to peer. |
Rx Vxlan Neighbor Solicitation count | Number of request ND that is received from neighbor. |
Tx Vxlan Neighbor Solicitation count | Number of replied ND that is received from neighbor. |
Rx Vxlan Neighbor Advertisement count | Number of Neighbor Advertisement that is received from neighbor. |
Tx Vxlan Neighbor Advertisement count | Number of Neighbor Advertisement which is transmitted to peer. |
Last modified date: 08/29/2023