Exercise 06 - View The Switch MAC Address Table
Exercise 06 - View The Switch MAC Address Table
Topology
Addressing Table
Objectives
Part 1: Build and Configure the Network
Part 2: Examine the Switch MAC Address Table
Background
When 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.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 4
Navigating the OS
In Part 1, you will build a multi-switch topology with a trunk linking the two switches. In Part 2, you will ping various
devices and observe how the two switches build their MAC address tables.
Note: The switches used are Cisco Catalyst 2960s with Cisco IOS Release 15.2(2) (lanbasek9 image). Other
switches and Cisco IOS versions can be used. Depending on the model and Cisco IOS version, the commands
available and output produced might vary from what is shown in the labs.
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Navigating the OS
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.
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 port where the MAC address was learned is displayed in the output of the show mac address-table
command. With the exception of situations where numerous MAC addresses are connected to the same
port, this will typically reveal which network device the MAC address belongs to. When switches are
interconnected, the other switches' MAC addresses are all recorded, which causes this to occur.
Step 3: Clear the S2 MAC address table and display the MAC address table again.
a. In privileged EXEC mode, type the clear mac address-table dynamic command and press Enter.
In my case, there are no other MAC Addresses listed aside from the one that I have configured earlier.
Wait 10 seconds, type the show mac address-table command, and press Enter. Are there new addresses in
the MAC address table?
In my case, there are no new MAC addresses added to the table.
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.
Not including multicast or broadcast addresses, how many device IP-to-MAC address pairs have been
learned by ARP?
C:\Users\PC-B> arp –a
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Navigating the OS
b. From the PC-B command prompt, ping PC-A, S1, and S2.
Did all devices have successful replies? If not, check your cabling and IP configurations.
C:\Users\PC-B> arp –a
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4