display vxlan peer

Function

The display vxlan peer command displays ingress replication lists of a VNI or all VNIs.

Format

display vxlan peer [ vni vni-id ]

Parameters

Parameter Description Value
vni vni-id

Specifies a VNI.

The value is an integer ranging from 1 to 16777215.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
nvo3 read

Usage Guidelines

Usage Scenario

If you want to check the VNI and source and destination IP address in an ingress replication list after a VXLAN is configured, run the display vxlan peer command. The command output helps you determine whether the VXLAN is correctly configured.

Precautions

Before running the display vxlan peer command, ensure that the specified VNI exists. Otherwise, the information obtained will be inapplicable.

Example

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

# Display ingress replication lists of the VNI with the ID of 1.
<HUAWEI> display vxlan peer vni 1
Number of peers : 1
Vni ID    Source                  Destination            Type      Out Vni ID
-------------------------------------------------------------------------------
1         1.1.1.1                 2.2.2.2                static    1
# Display ingress replication lists of all VNIs.
<HUAWEI> display vxlan peer
Number of peers : 2
Vni ID    Source                  Destination            Type      Out Vni ID
-------------------------------------------------------------------------------
1         1.1.1.1                 2.2.2.2                static    1
2         1.1.1.1                 3.3.3.3                static    2
Table 1 Description of the display vxlan peer command output
Item Description
Number of peers

Number of ingress replication lists.

Vni ID

VNI ID, which is configured using the vxlan vni vni-id command.

Source

Source VTEP's IP address, which can be configured using the source ip-address command.

Destination

IP address of the remote VTEP with the Type of static, which can be configured using the vni vni-id head-end peer-list command.

Type

Method for configuring an ingress replication list.

  • static: The ingress replication list is configured using the vni head-end peer-list command.
  • dynamic: The ingress replication list is dynamically generated by BGP after the vni head-end peer-list protocol bgp command is run.
Out Vni ID

Outbound VNI ID identifying a segment VXLAN tunnel.

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