SlideShare uma empresa Scribd logo
1 de 27
Module 9: Address Resolution
Instructor Materials
Introduction to Networks v7.0
(ITN)
3
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 To facilitate learning, the following features within the GUI may be included in this module:
What to Expect in this Module
Feature Description
Animations Expose learners to new skills and concepts.
Videos
Expose learners to new skills and concepts.
Check Your
Understanding(CYU)
Per topic online quiz to help learners gauge content understanding.
Interactive Activities A variety of formats to help learners gauge content understanding.
Syntax Checker
Small simulations that expose learners to Cisco command line to practice
configuration skills.
PT Activity
Simulation and modeling activities designed to explore, acquire, reinforce, and
expand skills.
4
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Feature Description
Hands-On Labs Labs designed for working with physical equipment.
Class Activities These are found on the Instructor Resources page. Class Activities are
designed to facilitate learning, class discussion, and collaboration.
Module Quizzes
Self-assessments that integrate concepts and skills learned throughout the
series of topics presented in the module.
Module Summary Briefly recaps module content.
What to Expect in this Module (Cont.)
 To facilitate learning, the following features may be included in this module:
Module 9: Address Resolution
Introduction to Networks v7.0
(ITN)
10
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Module Objectives
Module Title: Address Resolution
Module Objective: Explain how ARP and ND enable communication on a network.
Topic Title Topic Objective
MAC and IP Compare the roles of the MAC address and the IP address.
ARP Describe the purpose of ARP.
Neighbor Discovery Describe the operation of IPv6 neighbor discovery.
11
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.1 MAC and IP
12
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
MAC and IP
Destination on Same Network
There are two primary addresses assigned to a device on an Ethernet LAN:
• Layer 2 physical address (the MAC address) – Used for NIC to NIC communications
on the same Ethernet network.
• Layer 3 logical address (the IP address) – Used to send the packet from the source
device to the destination device.
Layer 2 addresses are used to deliver frames from one NIC to another NIC on the same
network. If a destination IP address is on the same network, the destination MAC address
will be that of the destination device.
13
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
MAC and IP
Destination on Remote Network
When the destination IP address is on a remote network, the destination MAC address is
that of the default gateway.
• ARP is used by IPv4 to associate the IPv4 address of a device with the MAC address
of the device NIC.
• ICMPv6 is used by IPv6 to associate the IPv6 address of a device with the MAC
address of the device NIC.
14
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
MAC and IP
Packet Tracer – Identify MAC and IP Addresses
In this Packet Tracer, you will complete the following objectives:
• Gather PDU Information for Local Network Communication
• Gather PDU Information for Remote Network Communication
15
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.2 ARP
16
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
ARP Overview
A device uses ARP to determine the
destination MAC address of a local
device when it knows its IPv4 address.
ARP provides two basic functions:
• Resolving IPv4 addresses to MAC
addresses
• Maintaining an ARP table of IPv4
to MAC address mappings
17
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
ARP Functions
To send a frame, a device will search its ARP table for a destination IPv4 address and a
corresponding MAC address.
• If the packet’s destination IPv4 address is on the same network, the device will
search the ARP table for the destination IPv4 address.
• If the destination IPv4 address is on a different network, the device will search the
ARP table for the IPv4 address of the default gateway.
• If the device locates the IPv4 address, its corresponding MAC address is used as the
destination MAC address in the frame.
• If there is no ARP table entry is found, then the device sends an ARP request.
18
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
Video - ARP Request
This video will cover an ARP request for a MAC address.
19
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
Video – ARP Operation - ARP Reply
This video will cover an ARP reply in response to an ARP request.
20
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
Video - ARP Role in Remote Communications
This video will cover how an ARP request will provide a host the MAC address
of the default gateway.
21
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
Removing Entries from an ARP Table
• Entries in the ARP table are not permanent and are removed when an ARP cache
timer expires after a specified period of time.
• The duration of the ARP cache timer differs depending on the operating system.
• ARP table entries can also be removed manually by the administrator.
22
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
ARP Tables on Networking Devices
• The show ip arp command displays the ARP table on a Cisco router.
• The arp –a command displays the ARP table on a Windows 10 PC.
R1# show ip arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet 192.168.10.1 - a0e0.af0d.e140 ARPA GigabitEthernet0/0/0
C:UsersPC> arp -a
Interface: 192.168.1.124 --- 0x10
Internet Address Physical Address Type
192.168.1.1 c8-d7-19-cc-a0-86 dynamic
192.168.1.101 08-3e-0c-f5-f7-77 dynamic
23
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
ARP Issues – ARP Broadcasting and ARP Spoofing
• ARP requests are received and processed by every device on the local network.
• Excessive ARP broadcasts can cause some reduction in performance.
• ARP replies can be spoofed by a threat actor to perform an ARP poisoning attack.
• Enterprise level switches include mitigation techniques to protect against ARP attacks.
24
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
ARP
Packet Tracer – Examine the ARP Table
In this Packet Tracer, you will complete the following objectives:
• Examine an ARP Request
• Examine a Switch MAC Address Table
• Examine the ARP Process in Remote Communications
25
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.3 IPv6 Neighbor Discovery
26
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IPv6 Neighbor Discovery
Video – IPv6 Neighbor Discovery
This video will explain the process of how IPv6 performs address resolution using
ICMPv6 neighbor solicitation and neighbor advertisement messages.
27
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IPv6 Neighbor Discovery
IPv6 Neighbor Discovery Messages
IPv6 Neighbor Discovery (ND) protocol provides:
• Address resolution
• Router discovery
• Redirection services
• ICMPv6 Neighbor Solicitation (NS) and Neighbor Advertisement (NA)
messages are used for device-to-device messaging such as address
resolution.
• ICMTPv6 Router Solicitation (RS) and Router Advertisement (RA) messages
are used for messaging between devices and routers for router discovery.
• ICMPv6 redirect messages are used by routers for better next-hop selection.
28
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
IPv6 Neighbor Discovery
IPv6 Neighbor Discovery – Address Resolution
• IPv6 devices use ND to resolve
the MAC address of a known
IPv6 address.
• ICMPv6 Neighbor Solicitation
messages are sent using
special Ethernet and IPv6
multicast addresses.
29
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
In this Packet Tracer, you will complete the following objectives:
• Part 1: IPv6 Neighbor Discovery Local Network
• Part 2: IPv6 Neighbor discovery Remote Network
IPv6 Neighbor Discovery
Packet Tracer – IPv6 Neighbor Discovery
30
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
9.4 Module Practice and Quiz
31
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Module Practice and Quiz
What did I learn in this module?
• Layer 2 physical addresses (i.e., Ethernet MAC addresses) are used to deliver the data link frame
with the encapsulated IP packet from one NIC to another NIC on the same network.
• If the destination IP address is on the same network, the destination MAC address will be that of
the destination device.
• When the destination IP address (IPv4 or IPv6) is on a remote network, the destination MAC
address will be the address of the host default gateway (i.e., the router interface).
• An IPv4 device uses ARP to determine the destination MAC address of a local device when it
knows its IPv4 address.
• ARP provides two basic functions: resolving IPv4 addresses to MAC addresses and maintaining a
table of IPv4 to MAC address mappings.
• After the ARP reply is received, the device will add the IPv4 address and the corresponding MAC
address to its ARP table.
• For each device, an ARP cache timer removes ARP entries that have not been used for a
specified period of time.
• IPv6 does not use ARP, it uses the ND protocol to resolve MAC addresses.
• An IPv6 device uses ICMPv6 Neighbor Discovery to determine the destination MAC address of a
local device when it knows its IPv6 address.
ITN_Module_9.pptx

Mais conteúdo relacionado

Semelhante a ITN_Module_9.pptx

Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
GeorgeThoreJr
 
Introduction to IPv6-UoN
Introduction to IPv6-UoNIntroduction to IPv6-UoN
Introduction to IPv6-UoN
Mwendwa Kivuva
 
NAT 64 FPGA Implementation
NAT 64 FPGA ImplementationNAT 64 FPGA Implementation
NAT 64 FPGA Implementation
Janith Rukman
 

Semelhante a ITN_Module_9.pptx (20)

CN L8 — копия.ppt
CN L8 — копия.pptCN L8 — копия.ppt
CN L8 — копия.ppt
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
ITN_Module_8.pptx
ITN_Module_8.pptxITN_Module_8.pptx
ITN_Module_8.pptx
 
CCNA_ITN_Chp5.pptx
CCNA_ITN_Chp5.pptxCCNA_ITN_Chp5.pptx
CCNA_ITN_Chp5.pptx
 
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05
 
CCNAS :Multi Area OSPF
CCNAS :Multi Area OSPFCCNAS :Multi Area OSPF
CCNAS :Multi Area OSPF
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
 
IPv4 adressing
IPv4 adressingIPv4 adressing
IPv4 adressing
 
CCNA TCP/IP
CCNA TCP/IPCCNA TCP/IP
CCNA TCP/IP
 
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptxCCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
CCNA_RSE_Chp3_Dynamic Routing NETWORKINGFBU.pptx
 
ether channel_hsrp
ether channel_hsrpether channel_hsrp
ether channel_hsrp
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
IP Routing on z/OS
IP Routing on z/OSIP Routing on z/OS
IP Routing on z/OS
 
Introduction to IPv6-UoN
Introduction to IPv6-UoNIntroduction to IPv6-UoN
Introduction to IPv6-UoN
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
Cisco CCNA module 10
Cisco CCNA module 10Cisco CCNA module 10
Cisco CCNA module 10
 
Apnic-Training-IPv6_workshop
Apnic-Training-IPv6_workshopApnic-Training-IPv6_workshop
Apnic-Training-IPv6_workshop
 
NAT 64 FPGA Implementation
NAT 64 FPGA ImplementationNAT 64 FPGA Implementation
NAT 64 FPGA Implementation
 
Ccna1v3 Mod09
Ccna1v3 Mod09Ccna1v3 Mod09
Ccna1v3 Mod09
 
IPV6
IPV6 IPV6
IPV6
 

Último

Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdf
MARIBEL442158
 
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
anilsa9823
 
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
anilsa9823
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
anilsa9823
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
anilsa9823
 
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Business Bay Call Girls || 0529877582 || Call Girls Service in Business Bay Dubai
 

Último (20)

Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort ServiceYoung⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
Young⚡Call Girls in Uttam Nagar Delhi >༒9667401043 Escort Service
 
Lucknow 💋 Call Girl in Lucknow | Whatsapp No 8923113531 VIP Escorts Service A...
Lucknow 💋 Call Girl in Lucknow | Whatsapp No 8923113531 VIP Escorts Service A...Lucknow 💋 Call Girl in Lucknow | Whatsapp No 8923113531 VIP Escorts Service A...
Lucknow 💋 Call Girl in Lucknow | Whatsapp No 8923113531 VIP Escorts Service A...
 
Jeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel ThrowingJeremy Casson - Top Tips for Pottery Wheel Throwing
Jeremy Casson - Top Tips for Pottery Wheel Throwing
 
(NEHA) Call Girls Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(NEHA) Call Girls Mumbai Call Now 8250077686 Mumbai Escorts 24x7(NEHA) Call Girls Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(NEHA) Call Girls Mumbai Call Now 8250077686 Mumbai Escorts 24x7
 
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
 
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOTRAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
RAJKOT CALL GIRL 76313*77252 CALL GIRL IN RAJKOT
 
Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdf
 
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
Lucknow 💋 Russian Call Girls Lucknow - Book 8923113531 Call Girls Available 2...
 
Editorial sephora annual report design project
Editorial sephora annual report design projectEditorial sephora annual report design project
Editorial sephora annual report design project
 
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
Lucknow 💋 (Call Girls) in Mahanagar | Service-oriented sexy call girls 892311...
 
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.comBridge Fight Board by Daniel Johnson dtjohnsonart.com
Bridge Fight Board by Daniel Johnson dtjohnsonart.com
 
Alex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson StoryboardAlex and Chloe by Daniel Johnson Storyboard
Alex and Chloe by Daniel Johnson Storyboard
 
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...Lucknow 💋 Escort Service in Lucknow  (Adult Only) 8923113531 Escort Service 2...
Lucknow 💋 Escort Service in Lucknow (Adult Only) 8923113531 Escort Service 2...
 
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...Lucknow 💋 best call girls in Lucknow  (Adult Only) 8923113531 Escort Service ...
Lucknow 💋 best call girls in Lucknow (Adult Only) 8923113531 Escort Service ...
 
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
Lucknow 💋 Russian Call Girls Lucknow | Whatsapp No 8923113531 VIP Escorts Ser...
 
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
Lucknow 💋 Cheap Call Girls In Lucknow Finest Escorts Service 8923113531 Avail...
 
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...Patrakarpuram ) Cheap Call Girls In Lucknow  (Adult Only) 🧈 8923113531 𓀓 Esco...
Patrakarpuram ) Cheap Call Girls In Lucknow (Adult Only) 🧈 8923113531 𓀓 Esco...
 
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
Dubai Call Girl Number # 00971588312479 # Call Girl Number In Dubai # (UAE)
 
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
 
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
Lucknow 💋 Call Girl in Lucknow Phone No 8923113531 Elite Escort Service Avail...
 

ITN_Module_9.pptx

  • 1. Module 9: Address Resolution Instructor Materials Introduction to Networks v7.0 (ITN)
  • 2. 3 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  To facilitate learning, the following features within the GUI may be included in this module: What to Expect in this Module Feature Description Animations Expose learners to new skills and concepts. Videos Expose learners to new skills and concepts. Check Your Understanding(CYU) Per topic online quiz to help learners gauge content understanding. Interactive Activities A variety of formats to help learners gauge content understanding. Syntax Checker Small simulations that expose learners to Cisco command line to practice configuration skills. PT Activity Simulation and modeling activities designed to explore, acquire, reinforce, and expand skills.
  • 3. 4 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Feature Description Hands-On Labs Labs designed for working with physical equipment. Class Activities These are found on the Instructor Resources page. Class Activities are designed to facilitate learning, class discussion, and collaboration. Module Quizzes Self-assessments that integrate concepts and skills learned throughout the series of topics presented in the module. Module Summary Briefly recaps module content. What to Expect in this Module (Cont.)  To facilitate learning, the following features may be included in this module:
  • 4. Module 9: Address Resolution Introduction to Networks v7.0 (ITN)
  • 5. 10 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Module Objectives Module Title: Address Resolution Module Objective: Explain how ARP and ND enable communication on a network. Topic Title Topic Objective MAC and IP Compare the roles of the MAC address and the IP address. ARP Describe the purpose of ARP. Neighbor Discovery Describe the operation of IPv6 neighbor discovery.
  • 6. 11 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.1 MAC and IP
  • 7. 12 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential MAC and IP Destination on Same Network There are two primary addresses assigned to a device on an Ethernet LAN: • Layer 2 physical address (the MAC address) – Used for NIC to NIC communications on the same Ethernet network. • Layer 3 logical address (the IP address) – Used to send the packet from the source device to the destination device. Layer 2 addresses are used to deliver frames from one NIC to another NIC on the same network. If a destination IP address is on the same network, the destination MAC address will be that of the destination device.
  • 8. 13 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential MAC and IP Destination on Remote Network When the destination IP address is on a remote network, the destination MAC address is that of the default gateway. • ARP is used by IPv4 to associate the IPv4 address of a device with the MAC address of the device NIC. • ICMPv6 is used by IPv6 to associate the IPv6 address of a device with the MAC address of the device NIC.
  • 9. 14 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential MAC and IP Packet Tracer – Identify MAC and IP Addresses In this Packet Tracer, you will complete the following objectives: • Gather PDU Information for Local Network Communication • Gather PDU Information for Remote Network Communication
  • 10. 15 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.2 ARP
  • 11. 16 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP ARP Overview A device uses ARP to determine the destination MAC address of a local device when it knows its IPv4 address. ARP provides two basic functions: • Resolving IPv4 addresses to MAC addresses • Maintaining an ARP table of IPv4 to MAC address mappings
  • 12. 17 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP ARP Functions To send a frame, a device will search its ARP table for a destination IPv4 address and a corresponding MAC address. • If the packet’s destination IPv4 address is on the same network, the device will search the ARP table for the destination IPv4 address. • If the destination IPv4 address is on a different network, the device will search the ARP table for the IPv4 address of the default gateway. • If the device locates the IPv4 address, its corresponding MAC address is used as the destination MAC address in the frame. • If there is no ARP table entry is found, then the device sends an ARP request.
  • 13. 18 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP Video - ARP Request This video will cover an ARP request for a MAC address.
  • 14. 19 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP Video – ARP Operation - ARP Reply This video will cover an ARP reply in response to an ARP request.
  • 15. 20 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP Video - ARP Role in Remote Communications This video will cover how an ARP request will provide a host the MAC address of the default gateway.
  • 16. 21 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP Removing Entries from an ARP Table • Entries in the ARP table are not permanent and are removed when an ARP cache timer expires after a specified period of time. • The duration of the ARP cache timer differs depending on the operating system. • ARP table entries can also be removed manually by the administrator.
  • 17. 22 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP ARP Tables on Networking Devices • The show ip arp command displays the ARP table on a Cisco router. • The arp –a command displays the ARP table on a Windows 10 PC. R1# show ip arp Protocol Address Age (min) Hardware Addr Type Interface Internet 192.168.10.1 - a0e0.af0d.e140 ARPA GigabitEthernet0/0/0 C:UsersPC> arp -a Interface: 192.168.1.124 --- 0x10 Internet Address Physical Address Type 192.168.1.1 c8-d7-19-cc-a0-86 dynamic 192.168.1.101 08-3e-0c-f5-f7-77 dynamic
  • 18. 23 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP ARP Issues – ARP Broadcasting and ARP Spoofing • ARP requests are received and processed by every device on the local network. • Excessive ARP broadcasts can cause some reduction in performance. • ARP replies can be spoofed by a threat actor to perform an ARP poisoning attack. • Enterprise level switches include mitigation techniques to protect against ARP attacks.
  • 19. 24 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential ARP Packet Tracer – Examine the ARP Table In this Packet Tracer, you will complete the following objectives: • Examine an ARP Request • Examine a Switch MAC Address Table • Examine the ARP Process in Remote Communications
  • 20. 25 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.3 IPv6 Neighbor Discovery
  • 21. 26 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IPv6 Neighbor Discovery Video – IPv6 Neighbor Discovery This video will explain the process of how IPv6 performs address resolution using ICMPv6 neighbor solicitation and neighbor advertisement messages.
  • 22. 27 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IPv6 Neighbor Discovery IPv6 Neighbor Discovery Messages IPv6 Neighbor Discovery (ND) protocol provides: • Address resolution • Router discovery • Redirection services • ICMPv6 Neighbor Solicitation (NS) and Neighbor Advertisement (NA) messages are used for device-to-device messaging such as address resolution. • ICMTPv6 Router Solicitation (RS) and Router Advertisement (RA) messages are used for messaging between devices and routers for router discovery. • ICMPv6 redirect messages are used by routers for better next-hop selection.
  • 23. 28 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential IPv6 Neighbor Discovery IPv6 Neighbor Discovery – Address Resolution • IPv6 devices use ND to resolve the MAC address of a known IPv6 address. • ICMPv6 Neighbor Solicitation messages are sent using special Ethernet and IPv6 multicast addresses.
  • 24. 29 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential In this Packet Tracer, you will complete the following objectives: • Part 1: IPv6 Neighbor Discovery Local Network • Part 2: IPv6 Neighbor discovery Remote Network IPv6 Neighbor Discovery Packet Tracer – IPv6 Neighbor Discovery
  • 25. 30 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 9.4 Module Practice and Quiz
  • 26. 31 © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Module Practice and Quiz What did I learn in this module? • Layer 2 physical addresses (i.e., Ethernet MAC addresses) are used to deliver the data link frame with the encapsulated IP packet from one NIC to another NIC on the same network. • If the destination IP address is on the same network, the destination MAC address will be that of the destination device. • When the destination IP address (IPv4 or IPv6) is on a remote network, the destination MAC address will be the address of the host default gateway (i.e., the router interface). • An IPv4 device uses ARP to determine the destination MAC address of a local device when it knows its IPv4 address. • ARP provides two basic functions: resolving IPv4 addresses to MAC addresses and maintaining a table of IPv4 to MAC address mappings. • After the ARP reply is received, the device will add the IPv4 address and the corresponding MAC address to its ARP table. • For each device, an ARP cache timer removes ARP entries that have not been used for a specified period of time. • IPv6 does not use ARP, it uses the ND protocol to resolve MAC addresses. • An IPv6 device uses ICMPv6 Neighbor Discovery to determine the destination MAC address of a local device when it knows its IPv6 address.