Fill This Form To Receive Instant Help
Homework answers / question archive / Lab - Basic Switch and End Device Configuration Topology Addressing Table Device Interface IP Address Subnet Mask S1 VLAN 1 192
Lab - Basic Switch and End Device Configuration
Device |
Interface |
IP Address |
Subnet Mask |
S1 |
VLAN 1 |
192.168.1.1 |
255.255.255.0 |
S2 |
VLAN 1 |
192.168.1.2 |
255.255.255.0 |
PC-A |
NIC |
192.168.1.10 |
255.255.255.0 |
PC-B |
NIC |
192.168.1.11 |
255.255.255.0 |
Part 1: Build and Configure the Network
Part 2: Examine the Switch MAC Address Table
In this lab, you will build a simple network with two hosts and two switches. You will also configure basic settings including hostname, local passwords, and login banner. Use show commands to display the running configuration, IOS version, and interface status. Use the copy command to save device configurations.
You will apply IP addressing for this lab to the PCs and switches to enable communication between the devices. Use the ping utility to verify connectivity. In Part 2, you will ping various devices and observe how the two switches build their MAC address tables.
Part 1: Build and Configure the Network
In this step, you will cable the devices together according to the network topology.
Interface |
S1 Status |
S1 Protocol |
S2 Status |
S2 Protocol |
F0/1 |
blank |
blank |
blank |
blank |
F0/6 |
blank |
blank |
blank |
blank |
F0/18 |
blank |
blank |
blank |
blank |
VLAN 1 |
blank |
blank |
blank |
blank |
Part 2: Examine the Switch MAC address table
A switch learns MAC addresses and builds the MAC address table, as network devices initiate communication on the network.
Open Windows command prompt
What are the Ethernet adapter physical addresses?
PC-A MAC Address:
Type your answers here.
PC-B MAC Address:
Type your answers here.
Close Windows command prompt
Open a configuration window
On the second line of command output, what is the hardware addresses (or burned-in address [bia])?
S1 Fast Ethernet 0/1 MAC Address:
Type your answers here.
S2 Fast Ethernet 0/1 MAC Address:
Type your answers here.
Console into switch S2 and view the MAC address table, both before and after running network communication tests with ping.
Open a configuration window
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.
Are there any MAC addresses recorded in the MAC address table?
type your answers here.
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.
Type your answers here.
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?
S2# clear mac address-table dynamic
Does the MAC address table have any addresses in it for VLAN 1? Are there other MAC addresses listed?
Type your answers here.
Wait 10 seconds, type the show mac address-table command, and press Enter. Are there new addresses in the MAC address table?
Type your answers here.
Open a command prompt
Not including multicast or broadcast addresses, how many device IP-to-MAC address pairs have been learned by ARP?
Type your answers here.
Did all devices have successful replies? If not, check your cabling and IP configurations.
Type your answers here.
Close a command prompt
Open a configuration window
Has the switch added additional MAC addresses to the MAC address table? If so, which addresses and devices?
Type your answers here.
Close a configuration window
Open a command prompt
From PC-B, open a command prompt and retype arp -a.
Does the PC-B ARP cache have additional entries for all network devices that were sent pings?
Type your answers here.
Why some FastEthernet ports on the switches are up and others are down?
Type your answers here.
What could prevent a ping from being sent between the PCs?
Type your answers here.
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?