OcNOS-RON : Virtual Extensible LAN Guide : Virtual eXtensible Local Area Network Command Reference : VXLAN Commands : show nvo vxlan counters network-port
show nvo vxlan counters network-port
Use this command to display the receive and transmit counters of a network port including ARP, ND and GARP counters in the same command.
Command Syntax
show nvo vxlan counters network-port dst A.B.C.D
Parameters
A.B.C.D
Tunnel IPv4 address
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 1.3 and added control packets (ARP, ND, and GARP) counters in OcNOS version 1.3.5.
Example
VTEP1#sh nvo vxlan counters network-port dst 100.2.2.2
 
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 : 814327
bytes : 92833544
TX: packets : 1508023
bytes : 171914622
 
Control Packets:
*ARP/ND uplifted and sent/replied from control plane:
TX VXLAN Arp discard count : 0
TX VXLAN ND discard count : 0
Tx Vxlan Arp Request count : 0
Tx Vxlan Arp Reply count : 0
Tx Vxlan Neighbor Solicitation count : 0
Tx Vxlan Neighbor Advertisement count: 0
Rx Vxlan Gratuitous ARP count: 0
Tx Vxlan Gratuitous ARP count: 0
Rx Vxlan Gratuitous Neighbor Advertisement count: 0
Tx Vxlan Gratuitous Neighbor Advertisement count: 0
 
Table 1-8 explains each network entry fields.
 
Table 1-8: show nvo vxlan counters network-port output fields 
Field
Description
RX: packets
Number of hello packets received from neighbor.
RX: bytes
Number of hello packets received from neighbor in bytes received.
TX: packets
Number of hello packets transmitted to neighbor.
TX: bytes
Number of hello packets transmitted to neighbor in 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.
Rx 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 transmitted to peer.
Rx Vxlan Neighbor Advertisement count
Number of Neighbor Advertisement that is received from neighbor.
Tx Vxlan Neighbor Advertisement count
 
Number of Neighbor Advertisement that is transmitted to peer.
Rx Vxlan Gratuitous ARP count
Number of Gratuitous ARP that is received from neighbor.
Tx Vxlan Gratuitous ARP count
Number of Gratuitous ARP which is transmitted to peer.
Rx Vxlan Gratuitous Neighbor Advertisement count
Number of Gratuitous Neighbor Advertisement that is received from neighbor.
Tx Vxlan Neighbor Gratuitous Advertisement count
Number of Gratuitous Neighbor Advertisement which is transmitted to peer.
 
Last modified date: 08/28/2023