7.3.7 Lab - View The Switch Mac Address Table
7.3.7 Lab - View The Switch Mac Address Table
Addressing Table
Device Interface IP Address Subnet Mask
Background / Scenario
The purpose of a Layer 2 LAN switch is to deliver Ethernet frames to host devices on the local network.
The switch records host MAC addresses that are visible on the network, and maps those MAC addresses to
its own Ethernet switch ports. This process is called building the MAC address table. When a switch receives
a frame from a PC, it examines the frame’s source and destination MAC addresses. The source MAC
address is recorded and mapped to the switch port from which it arrived. Then the destination MAC address
is looked up in the MAC address table. If the destination MAC address is a known address, then the frame is
forwarded out of the corresponding switch port associated with that MAC address. If the MAC address is
unknown, then the frame is broadcasted out of all switch ports, except the one from which it came. It is
important to observe and understand the function of a switch and how it delivers data on the network. The
way a switch operates has implications for network administrators whose job it is to ensure secure and
consistent network communication.
Switches are used to interconnect and deliver information to computers on local area networks. Switches
deliver Ethernet frames to host devices identified by network interface card MAC addresses.
Required Resources
• 2 Switches (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
• 2 PCs (Windows with terminal emulation program, such as Tera Term)
• Console cables to configure the Cisco IOS devices via the console ports
• Ethernet cables as shown in the topology
Note: The Fast Ethernet interfaces on Cisco 2960 switches are autosensing and an Ethernet
straight-through cable may be used between switches S1 and S2. If using another model Cisco switch, it may
be necessary to use an Ethernet crossover cable.
window
00-50-56-B3-27-D6.:
Type your answers here.
PC-B MAC Address:
00-50-56-B3-FF-54.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Lab - View the Switch MAC Address Table
Type your answers here.
Close Windows
command prompt
b. Console into switch S1 and S2 and type the show interface F0/1 command on each switch.
Open a configuration
window
Questions:
On the second line of command output, what is the hardware addresses (or burned-in address
[bia])?
S1 Fast Ethernet 0/1 MAC Address:
0cd9.96d2.3f81.
Type your answers here.
Close a configuration
window
b. In privileged EXEC mode, type the show mac address-table command and press Enter.
S2# show mac address-table
Even though there has been no network communication initiated across the network (i.e., no use of
ping), it is possible that the switch has learned MAC addresses from its connection to the PC and the
other switch.
Questions:
Are there any MAC addresses recorded in the MAC address table?
The switch may have one or more MAC addresses in its table, based on
whether or not the students entered a ping command when configuring the
network. The switch will most likely have learned MAC addresses through S1’s
F0/1 switch port. The switch will record multiple MAC addresses of hosts learned
through the connection to the other switch on F0/1.
What MAC addresses are recorded in the table? To which switch ports are they mapped and to
which devices do they belong? Ignore MAC addresses that are mapped to the CPU.
There may be multiple MAC addresses recorded in the MAC address table,
especially MAC addresses learned through S1’s F0/1 switch port. In the example
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Lab - View the Switch MAC Address Table
output above, the S1 F0/1 MAC address and PC-A MAC address are mapped to
S2 F0/1.
If you had not previously recorded MAC addresses of network devices in Step 1, how could you tell
which devices the MAC addresses belong to, using only the output from the show mac address-table
command? Does it work in all scenarios?
The output of the show mac address-table command shows the port that the
MAC address was learned on. In most cases this would identify which network
device the MAC address belongs to, except in the case of multiple MAC
addresses associated to the same port. This happens when switches are
connected to other switches and record all of the MAC addresses for devices
connected to the other switch.
Does the MAC address table have any addresses in it for VLAN 1? Are there other MAC addresses
listed?
No. The student will most likely discover that the MAC address for the other
switch’s F0/1 switch port has been quickly reinserted in the MAC address table.
Wait 10 seconds, type the show mac address-table command, and press Enter. Are there new
addresses in the MAC address table?
Answers will vary. There may be more MAC addresses in the table.
Type your answers here.
Close a configuration
window
Step 4: From PC-B, ping the devices on the network and observe the switch MAC address
table.
a. From PC-B, open a command prompt and type arp -a.
Open a command prompt
Question:
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Lab - View the Switch MAC Address Table
Not including multicast or broadcast addresses, how many device IP-to-MAC address pairs have
been learned by ARP?
Answers will vary. The ARP cache may have no entries in it, or it may have
the gateway IP address to MAC address mapping.
Type your answers here.
b. From the PC-B command prompt, ping PC-A, S1, and S2.
Question:
Did all devices have successful replies? If not, check your cabling and IP configurations.
Type your answers here.
If the network was cabled and configured correctly the answer should
be yes
Close a command prompt
c. From a console connection to S2, enter the show mac address-table command.
Open a configuration window Question:
Has the switch added additional MAC addresses to the MAC address table? If so, which addresses
and devices?
There may only be one additional MAC address mapping added to the table, most
likely the MAC address of PC-A.
window
Open a command prompt
Does the PC-B ARP cache have additional entries for all network devices that were sent pings?
Type your answers here.
Close a command prompt
Reflection Question
On Ethernet networks, data is delivered to devices by their MAC addresses. For this to happen, switches
and PCs dynamically build ARP caches and MAC address tables. With only a few computers on the network
this process seems fairly easy. What might be some of the challenges on larger networks?
ARP broadcasts could cause broadcast storms. Because ARP and switch MAC
tables do not authenticate or validate the IP addresses to MAC addresses it would
be easy to spoof a device on the network.
© 2013 - 2019 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com