The display vxlan statistics l3-mode command displays IPv6 VXLAN Layer 3 traffic statistics.
Parameter | Description | Value |
---|---|---|
peer peer-ipv6 |
Displays statistics about Layer 3 IPv6 VXLAN traffic with the peer VTEP IPv6 address specified. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
local-vni |
Displays statistics about Layer 3 IPv6 VXLAN traffic with the local VNI ID specified. |
- |
vni-val |
Specifies a VNI ID. |
The value is an integer ranging from 1 to 16777215. |
source source-ipv6 |
Displays statistics about Layer 3 IPv6 VXLAN traffic with the source IPv6 address specified. |
The address is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
remote-vni |
Displays statistics about Layer 3 IPv6 VXLAN traffic with a remote VNI ID. |
- |
Usage Scenario
After Layer 3 IPv6 VXLAN statistics collection is enabled using the vxlan statistics l3-mode enable command run in the NVE interface view, you can run the display vxlan statistics l3-mode command to check the statistics collected by VNI and IPv6 VXLAN tunnel.
If you want to check the upstream traffic statistics, specify local-vni. If you want to check the downstream traffic statistics, specify remote-vni.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display vxlan statistics l3-mode source 2001:DB8:1::1 peer 2001:DB8:2::2 remote-vni 1
6948 packets output, 708696 bytes
Output:0 unicast, 0 multicast
6948 broadcast
<HUAWEI> display vxlan statistics l3-mode source 2001:DB8:1::1 peer 2001:DB8:2::2 local-vni 1
1195 packets input, 121890 bytes
Input:0 unicast, 0 multicast
1195 broadcast
0 unknown-unicast-drops
0 unknown-multicast-drops
0 broadcast-drops
Item | Description |
---|---|
6948 packets output, 708696 bytes | 6948 and 708696 indicate the number of sent packets and bytes, respectively. |
Output:0 unicast, 0 multicast 6948 broadcast | 0, 0, and 6948 indicate the number of sent unicast, multicast, and broadcast packets, respectively. |
0 unknown-unicast-drops | Number of discarded unknown unicast packets. |
0 unknown-multicast-drops | Number of discarded unknown multicast packets. |
0 broadcast-drops | Number of discarded broadcast packets. |
1195 packets input, 121890 bytes | 1195 and 121890 indicate the number of received packets and bytes, respectively. |
Input:0 unicast, 0 multicast 1195 broadcast | 0, 0, and 1195 indicate the number of received unicast, multicast, and broadcast packets, respectively. |