User's Manual

205
29.2.3 Displaying MAC Address Table
Since debugging and management are required in operation process, we want to know content of the switch
MAC address table. Use the show command to display content of the switch MAC address table.
Command Purpose
show mac address-table
{
dynamic
[
interface
interface-id
| vlan
vlan-id]
| static
}
Displays content of the MAC address table.
Dynamic indicates the MAC address that
acquires dynamically.
Vlan-id indicates the VLAN number. Valid value
is from 1 to 4094.
Interface-id indicates the interface name.
Static indicates the static MAC address table.
29.2.4 Clearing Dynamic MAC Address
The acquired MAC addresses need to be cleared in some circumstances.
Use the following command to delete a dynamic MAC address in privileged mode:
Command Purpose
clear mac address-table dynamic [address
mac-addr |
interface
interface-id
| vlan
vlan-id]
Deletes a dynamic MAC address entry.
Dynamic indicates the MAC address that
dynamically acquires.
Mac-addr is the MAC address.
Interface-id indicates the interface name.
Vlan-id indicates the VLAN number. Valid value
is from 1 to 4094.