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.
Command Syntax
show nvo vxlan counters network-port (dst A.B.C.D | ALL)
Parameters
A.B.C.D
Tunnel IPv4 address
ALL
All addresses
Command Mode
Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show nvo vxlan counters network-port dst 2.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 : 0
bytes : 0
TX: packets : 3570006
bytes : 406980684
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
Table 1-9 explains the each network entry fields.
Table 1-9: 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. |
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. |
Tx Vxlan Arp Request count | Number of request ARP that is transmitted to peer. |
Tx Vxlan Arp Reply count | Number of replied ARP which is transmitted to peer. |
Tx Vxlan Neighbor Solicitation count | Number of replied ND 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