Lab 7
Lab 7
Objectives
1. The Ethernet MAC Address.
2. MAC Address Table building and frames forwarding in Switch.
3. Distinguish between MAC & IP Address.
4. Packet Capture for Ping
5. Answer the questionnaires using packet capture outputs
Pre-lab Preparation:
1. Read thoroughly and prepare the experiment sheet.
2. You should try using Packet Tracer at home before the lab session.
3. You must bring a printed copy of this experiment with you to the lab.
Lab Requirements
1. CISCO Packet Tracer version 7.0
2. Students personal computers / laptops
Lab Description (In the lab to be performed by instructor)
In this lab, students will perform (Activity No. 5.3.1.3 Packet Tracer - Identify MAC and IP
Addresses).
The activity is optimized for viewing PDUs. In this activity, the devices are already configured.
Students will perform
1. packet capturing in simulation mode.
2. Complete the table Example Spreadsheet Format for parameters (At Device,
Destination MAC, Source MAC, Source IPv4, Destination IPv4)
3. Answer the questionnaires using packet capture outputs.
By completion of this lab the students should be able to understand the IP / MAC Address
learning, Frame Filtering and the ARP mapping on a network.
Packet Tracer Activity - Identify MAC and IP Addresses
Activity Part 1:
Test At Device Dest. MAC Src MAC Src IPv4 Dest IPv4
Ping from 172.16.31.2 00D0:BA8E:741A 000C:85CC:1DA7 172.16.31.2 10.10.10.3
172.16.31.2
to 10.10.10.3 Hub -- -- -- --
Switch1 00D0:BA8E:741A 000C:85CC:1DA7 -- --
Router 0060:4706:572B 00D0:588C:2401 172.16.31.2 10.10.10.3
Switch0 0060:4706:572B 00D0:588C:2401 -- --
Access Point -- -- -- --
10.10.10.3 0060:4706:572B 00D0:588C:2401 172.16.31.2 10.10.10.3
Activity Part 2:
Did the wires change the handling of the PDU in any way? NO
_________________________________________________________________________________
Did the wireless Access Point do anything with the information given to it? Yes. It repackaged it
as wireless 802.11
___________________________________________________________________________
___
What was the highest OSI layer that the Hub and Access Point used? Layer 1
_________________________________________________________________________________
Did the Hub or Access Point ever replicate a PDU that was rejected with a red “X”? YES
_________________________________________________________________________________
When examining the PDU Details tab, which MAC address appeared first, the source or the
destination? Destination
___________________________________________________________________________
___
Why would the MAC addresses appear in this order? A switch can begin forwarding a frame to a
known MAC address more quickly if the destination is listed first.
___________________________________________________________________________
___
Did the switches ever replicate a PDU that was rejected with a red “X”? NO
_________________________________________________________________________________
Every time that the PDU was sent between the 10 network and the 172 network, there was a
point where the MAC addresses suddenly changed. Where did that occur? It occurred at the
Router.
___________________________________________________________________________
___
Which device uses MAC addresses starting with 00D0? The Router.
_________________________________________________________________________________
To what devices did the other MAC addresses belong? To the sender and receiver.
_________________________________________________________________________________
Did the sending and receiving IPv4 addresses switch in any of the PDUs? NO
___________________________________________________________________________
_________________________________________________________________________________
If you follow the reply to a ping, sometimes called a pong, do the sending and receiving IPv4
addresses switch? YES
___________________________________________________________________________
_________________________________________________________________________________
What is the pattern to the IPv4 addressing in this simulation? Each port of a router requires a set
of non-overlapping addresses.
___________________________________________________________________________
___
Why do different IP networks need to be assigned to different ports of a router? The function of a
router is to inter-connect different IP networks.
___________________________________________________________________________
___
If this simulation was configured with IPv6 instead of IPv4, what would be different? The IPv4
addresses would be replaced with IPv6 addresses, but everything else would be the same.
___________________________________________________________________________
___