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.
The actual command output varies according to the device. The command output here is only an example.
<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
<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
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.
|
Out Vni ID | Outbound VNI ID identifying a segment VXLAN tunnel. |