5.1.4.3 Lab - Using Wireshark To Examine Ethernet
5.1.4.3 Lab - Using Wireshark To Examine Ethernet
Topology
Objectives
Part 1: Examine the Header Fields in an Ethernet II Frame
Part 2: Use Wireshark to Capture and Analyze Ethernet Frames
Background / Scenario
When upper layer protocols communicate with each other, data flows down the Open Systems
Interconnection (OSI) layers and is encapsulated into a Layer 2 frame. The frame composition is dependent
on the media access type. For example, if the upper layer protocols are TCP and IP and the media access is
Ethernet, then the Layer 2 frame encapsulation will be Ethernet II. This is typical for a LAN environment.
When learning about Layer 2 concepts, it is helpful to analyze frame header information. In the first part of this
lab, you will review the fields contained in an Ethernet II frame. In Part 2, you will use Wireshark to capture
and analyze Ethernet II frame header fields for local and remote traffic.
Required Resources
Preamble
Destination
Address
Source
Address
Frame
Type
Data
FCS
8 Bytes
6 Bytes
6 Bytes
2 Bytes
46 1500 Bytes
4 Bytes
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 1 of 7
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 2 of 7
Field
Value
Description
Preamble
Destination Address
Broadcast
(ff:ff:ff:ff:ff:ff)
Source Address
Dell_24:2a:60
(5c:26:0a:24:2a:60)
Frame Type
0x0806
Data
ARP
FCS
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 3 of 7
c.
On the Wireshark: Capture Interfaces window, select the interface to start traffic capturing by clicking the
appropriate check box, and then click Start. If you are uncertain of what interface to check, click Details
for more information about each interface listed.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 4 of 7
Step 4: From the command prompt window, ping the default gateway of your PC.
From the command window, ping the default gateway using the IP address that you recorded in Step 1.
a. In the Packet List pane (top section), click the first frame listed. You should see Echo (ping) request
under the Info heading. This should highlight the line blue.
b. Examine the first line in the Packet Details pane (middle section). This line displays the length of the
frame; 74 bytes in this example.
c.
The second line in the Packet Details pane shows that it is an Ethernet II frame. The source and
destination MAC addresses are also displayed.
What is the MAC address of the PCs NIC? ________________________
What is the default gateways MAC address? ______________________
d. You can click the plus (+) sign at the beginning of the second line to obtain more information about the
Ethernet II frame. Notice that the plus sign changes to a minus (-) sign.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 5 of 7
You can click any line in the middle section to highlight that part of the frame (hex and ASCII) in the
Packet Bytes pane (bottom section). Click the Internet Control Message Protocol line in the middle
section and examine what is highlighted in the Packet Bytes pane.
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 6 of 7
Step 10: Examine the new data in the packet list pane of Wireshark.
In the first echo (ping) request frame, what are the source and destination MAC addresses?
Source: _________________________________
Destination: ______________________________
What are the source and destination IP addresses contained in the data field of the frame?
Source: _________________________________
Destination: ______________________________
Compare these addresses to the addresses you received in Step 7. The only address that changed is the
destination IP address. Why has the destination IP address changed, while the destination MAC address
remained the same?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
Reflection
Wireshark does not display the preamble field of a frame header. What does the preamble contain?
_______________________________________________________________________________________
_______________________________________________________________________________________
2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 7 of 7