Parameter | Description | Value |
---|---|---|
peer peer-ipv6 |
Displays IPv6 VXLAN packet statistics collected based on the IPv6 address of the peer virtualized edge node. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
vni vni-val |
Displays IPv6 VXLAN packets statistics collected based on a specified VNI ID. |
The value is an integer ranging from 1 to 16777215. |
source source-ipv6 |
Displays IPv6 VXLAN packets statistics collected based on the IPv6 source address. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
Usage Scenario
After the vxlan statistics peer vni enable command is run in the NVE interface view to enable IPv6 vxlan packet statistics collection, run The display vxlan statistics command to view IPv6 vxlan packet statistics collected by VNI and IPv6 vxlan tunnel.
Precautions
In the IPv6 VXLAN VNI statistics output, unknown-unicast-drops, unknown-multicast-drops, and broadcasts-drops are always displayed as 0.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display vxlan statistics source 2001:DB8:1::1 peer 2001:DB8:2::2 vni 1
Last 300 seconds input rate: 536 bits/sec, 0 packets/sec
Last 300 seconds output rate: 368 bits/sec, 0 packets/sec
1051720995 packets input, 134620265610 bytes
909549472 packets output, 116038062100 bytes
Input:1051720620 unicast packets, 0 multicast packets
375 broadcasts
0 unknown-unicast-drops
0 unknown-multicast-drops
0 broadcasts-drops
Output:909549097 unicast packets, 0 multicast packets
375 broadcasts
Item | Description |
---|---|
Last 300 seconds input rate: 536 bits/sec, 0 packets/sec | 536 indicates the number of received bits per second in last 300 seconds; 0 indicates the number of received packets per second in 300 seconds. |
Last 300 seconds output rate: 368 bits/sec, 0 packets/sec | 368 indicates the number of sent bits per second in last 300 seconds; 0 indicates the number of sent packets per second in 300 seconds. |
0 unknown-unicast-drops | Number of discarded unknown unicast packets. |
0 unknown-multicast-drops | Number of discarded unknown multicast packets. |
0 broadcasts-drops | Number of discarded broadcast packets. |
1051720995 packets input, 134620265610 bytes | 1051720995 indicates the number of received packets; 134620265610 indicates the number of bytes of received packets. |
909549472 packets output, 116038062100 bytes | 909549472 indicates the number of sent packets; 116038062100 indicates the number of bytes of sent packets. |
Input:1051720620 unicast packets, 0 multicast packets 375 broadcasts | 1051720620 indicates the number of received unicast packets; 0 indicates the number of received multicast packets; 375 indicates the number of received broadcast packets. |
Output:909549097 unicast packets, 0 multicast packets 375 broadcasts | 909549097 indicates the number of sent unicast packets; 0 indicates the number of sent multicast packets; 375 indicates the number of sent broadcast packets. |