Chapter 5 Flashcards
Shows all MAC table entries of all types
show mac address-table
Shows all dynamically learned MAC table entries
show mac address-table dynamic
Shows all dynamically learned MAC table entries in that VLAN
show mac address-table dynamic vlan vlan-id
Shows the dynamically learned MAC table entries with that MAC address
show mac address-table dynamic address mac-address
Shows all dynamically learned MAC table entries associated with that interface
show mac address-table dynamic interface interface-id
Shows the number of entries in the MAC table and the total number of remaining empty slots in the MAC table
show mac address-table count
Shows the global and per-VLAN aging timeout for inactive MAC table entries
show mac address-table aging-time
Lists packet counters for the listed interface ID
show interfaces id counters
Lists one line per interface on the switch, with basic status and operating/ information for each
show interfaces status
Clears (removes) dynamic MAC table entries: either all (with no parameters), or a subset based on VLAN ID, interface ID, or a specific MAC address
clear mac address-table dynamic [vlan vlan-number] [interface interface-id] [address mac-address]
Note that this chapter also includes reference to one configuration command, so it does not call for the use of a separate table.
For review, the command is
mac address-table aging-time time-in-seconds [vlan vlan-number]
An Ethernet frame sent to destination address FFFF.FFFF.FFFF, meaning that the frame should be delivered to all hosts on that LAN.
broadcast frame
The result of the LAN switch forwarding process for broadcasts and unknown unicast frames. Switches forward these frames out all interfaces, except the interface in which the frame arrived. Switches also flood multicasts by default, although this behavior can be changed.
flood/flooding
To send a frame received in one interface out another interface, toward its ultimate destination.
forward
An Ethernet frame whose destination MAC address is listed in a switch’s MAC address table, so the switch will forward the frame out the one port associated with that entry in the MAC address table.
known unicast frame