Which of the following commands will show the mac-address to VTEP table on an Arista switch?
Which of the following commands will show the mac-address to VTEP table on an Arista switch?
The correct command to display the mac-address to VTEP table on an Arista switch is 'show vxlan address-table'. This command specifically shows the VXLAN Mac Address Table, which includes mappings between MAC addresses and their corresponding VTEPs (Virtual Tunnel Endpoints). Other options either do not show VXLAN-specific information or provide summaries rather than detailed address information.
leaf-01#show vxlan address-table Vxlan Mac Address Table ---------------------------------------------------------------------- VLAN Mac Address Type Prt VTEP Moves Last Move ---- ----------- ---- --- ---- ----- --------- 4094 5010.002b.766c EVPN Vx1 10.0.255.14 1 73 days, 1:06:29 ago 4094 5010.00b0.af03 EVPN Vx1 10.0.255.12 1 73 days, 1:45:28 ago Total Remote Mac Addresses for this criterion: 2
Answer is A
This command displays the VXLAN address table. switch>show vxlan address-table Vxlan Mac Address Table ---------------------------------------------------------------------- Vlan Mac Address Type Prt Vtep Moves Last Move ---- ----------- ---- --- ---- ----- --------- 51 0000.0051.0101 DYNAMIC Vx1 10.25.2.12 1 4 days, 0:37:14 ago 51 0000.0051.0102 DYNAMIC Vx1 10.25.2.12 1 4 days, 0:37:14 ago 51 0000.0051.0103 DYNAMIC Vx1 10.25.2.12 1 4 days, 0:37:14 ago
there is no show mac-address-table,but show mac address-table.