The display mac-address evpn command displays information about MAC address entries of the EVPN type.
Parameter | Description | Value |
---|---|---|
bridge-domain bd-id |
Displays information about MAC address entries of the EVPN type in a specified BD. |
The value is an integer that ranges from 1 to 16777215. |
verbose |
Displays detailed information about MAC address entries of the EVPN type. |
- |
Usage Scenario
A device stores other devices' MAC addresses learned by itself into the MAC address table. The device queries the MAC address table to quickly locate the outbound interface for data forwarding.
Follow-up Task
You can run this command to check information about MAC address entries of the EVPN type. If any learned MAC address entry in the command output is incorrect, run the undo mac-address command to delete the entry or run the mac-address static command to add a correct one.
# Display information about MAC address entries in BD 10.
<HUAWEI> display mac-address evpn bridge-domain 10
------------------------------------------------------------------------------
MAC Address VLAN/VSI/BD Learned-From Type
-------------------------------------------------------------------------------
0000-5e00-5311 -/-/10 10.3.3.3 evpn
-------------------------------------------------------------------------------
Total items displayed = 1
# Display detailed information about MAC address entries in BD 10.
<HUAWEI> display mac-address evpn bridge-domain 10 verbose
-------------------------------------------------------------------------------
MAC Address : 0000-5e00-5311 BD : 10
Learned-From: 10.3.3.3 Type : evpn
-------------------------------------------------------------------------------
Total items displayed = 1
Item |
Description |
---|---|
MAC Address |
MAC address information. |
BD |
Number of the BD to which an entry belongs. |
Learned-From |
Remote VTEP IP address of a VXLAN tunnel that learns the MAC address entry of the EVPN type. |
Type |
MAC address entry type. |