display vxlan statistics l3-mode

Function

The display vxlan statistics l3-mode command displays Layer 3 VXLAN traffic statistics.

Format

display vxlan statistics l3-mode source source-ip peer peer-ip local-vni vni-id

display vxlan statistics l3-mode source source-ip peer peer-ip remote-vni vni-id

Parameters

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.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
nvo3 read

Usage Guidelines

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.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display statistics about downstream VXLAN traffic, with source VTEP IP address 1.1.1.1, peer VTEP IP address 2.2.2.2, and remote VNI 1.
<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
# Display statistics about upstream VXLAN traffic, with source VTEP IP address 1.1.1.1, peer VTEP IP address 2.2.2.2, and local VNI 1.
<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
Table 1 Description of the display vxlan statistics l3-mode command output
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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >