7.2.7 Lab - View Network Device MAC Addresses
7.2.7 Lab - View Network Device MAC Addresses
Topology
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Objectives
Part 1: Configure Devices and Verify Connectivity
Part 2: Display, Describe, and Analyze Ethernet MAC Addresses
Background / Scenario
Every device on an Ethernet LAN is identified by a Layer 2 MAC address. This address is assigned by the
manufacturer and stored in the firmware of the NIC. This lab will explore and analyze the components that
make up a MAC address, and how you can find this information on a switch and a PC.
You will cable the equipment as shown in the topology. You will configure the switch and PC to match the
addressing table. You will verify your configurations by testing for network connectivity.
After the devices have been configured and network connectivity has been verified, you will use various
commands to retrieve information from the devices to answer questions about your network equipment.
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 the output produced might vary from what is shown in the labs.
Note: Make sure that the switches have been erased and have no startup configurations. If you are unsure,
ask your instructor.
Required Resources
1 Switch (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
1 PC (Windows with a terminal emulation program, such as Tera Term)
Console cable to configure the Cisco switch via the console ports
Ethernet cables as shown in the topology
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 6 www.netacad.com
Lab - View Network Device MAC Addresses
Instructions
Part 1: Configure Devices and Verify Connectivity
In this part, you will set up the network topology and configure basic settings, such as the interface IP
addresses and device name. For device name and address information, refer to the Topology and Addressing
Table.
Switch> enable
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
b. Assign a hostname to the switch based on the Addressing Table.
Switch(config)# hostname S1
c. Disable DNS lookup.
S1(config)# no ip domain-lookup
d. Configure and enable the SVI interface for VLAN 1.
S1(config)# interface vlan 1
S1(config-if)# ip address 192.168.1.2 255.255.255.0
S1(config-if)# no shutdown
S1(config-if)# end
*Mar 1 00:07:59.048: %SYS-5-CONFIG_I: Configured from console by console
Close a configuration window
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 6 www.netacad.com
Lab - View Network Device MAC Addresses
Close a Windows command prompt.Display, Describe, and Analyze Ethernet MAC Addresses
Every device on an Ethernet LAN has a MAC address that is assigned by the manufacturer and stored in the
firmware of the NIC. Ethernet MAC addresses are 48-bits long. They are displayed using six sets of
hexadecimal digits that are usually separated by dashes, colons, or periods. The following example shows the
same MAC address using the three different notation methods:
00-05-9A-3C-78-00 00:05:9A:3C:78:00 0005.9A3C.7800
Note: MAC addresses are also called physical addresses, hardware addresses, or Ethernet hardware
addresses.
You will issue commands to display the MAC addresses on a PC and a switch, and analyze the properties of
each one.
What is the OUI portion of the MAC address for this device? E8-9C-25
Type your answers here.
What is the serial number portion of the MAC address for this device? 1D-11-2C
Type your answers here.
Using the example above, find the name of the vendor that manufactured this NIC.
ASUSTek COMPUTER INC
Type your answers here.
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 6 www.netacad.com
Lab - View Network Device MAC Addresses
b. From the command prompt on PC-A, issue the ipconfig /all command and identify the OUI portion of the
MAC address for the NIC of PC-A. 00-90-0C
Type your answers here.
Identify the serial number portion of the MAC address for the NIC of PC-A.
D1-49-D1
Type your answers here.
Identify the name of the vendor that manufactured the NIC of PC-A. Cisco Systems, Inc
Type your answers here.
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 6 www.netacad.com
Lab - View Network Device MAC Addresses
The MAC address can be changed via a software command. The actual address (bia)
will still be there. It is shown in the parenthesis.
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 6 www.netacad.com
Lab - View Network Device MAC Addresses
Did the switch display the MAC address of PC-A? If you answered yes, what port was it on?
Yes. Port should be F0/6. 0090.0cd1.49d1
End of Document
ã 2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 6 www.netacad.com