You can view the statistics only after the VXLAN packet statistics function is enabled in the NVE view. To enable the statistics function, run the vxlan statistic enable command. By default, the packet statistics function is disabled.
# Display VXLAN packet statistics.
<sysname> system-view [sysname] display vxlan statistic Packets forward to vxlan for Decapsulation: input pkts :0 input bytes :0 input frag packets :0 input packets need reass :0 input after decapsulate :0 Packets forward to vxlan for Encapsulation: output packets :0 output bytes :0 output need flood :0 output need frag :0 output after encapsulate :0 physical direct output :0 physical direct output bytes:0
Item |
Description |
|---|---|
input pkts |
Number of packets to be processed in the VXLAN tunnel |
input bytes |
Number of bytes to be processed in the VXLAN tunnel |
input frag packets |
Number of fragments to be processed in the VXLAN tunnel |
input packets need reass |
Total number of packets to be processed in the VXLAN tunnel |
input after decapsulate |
Number of packets sent after VXLAN decapsulation |
output packets |
Number of packets to be sent in the VXLAN tunnel |
output bytes |
Number of bytes to be sent in the VXLAN tunnel |
output need flood |
Number of packets that need to be flooded |
output need frag |
Number of packets that need to be fragmented |
output after encapsulate |
Number of packets sent after VXLAN encapsulation |
physical direct output |
Number of packets sent by the Device |
physical direct output bytes |
Bytes of packets sent by the Device |