Parameter | Description | Value |
---|---|---|
peer peer-ip |
Displays statistics about Layer 3 VXLAN traffic with a specified peer VTEP IP address. |
The value is in dotted decimal notation. |
local-vni |
Displays statistics about Layer 3 VXLAN traffic with a local VNI. |
- |
vni-id |
Specifies the value of VNI ID. |
The value is an integer ranging from 1 to 16777215. |
source source-ip |
Displays statistics about Layer 3 VXLAN traffic with a specified source VTEP IP address. |
The value is in dotted decimal notation. |
remote-vni |
Displays statistics about Layer 3 VXLAN traffic with a remote VNI. |
- |
Usage Scenario
After Layer 3 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 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 1.1.1.1 peer 1.1.1.2 remote-vni 1
6948 packets output, 708696 bytes
Output:0 unicast, 0 multicast
6948 broadcast
<HUAWEI> display vxlan statistics l3-mode source 1.1.1.1 peer 2.2.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. |