ccna 200-301, volume i

25
CCNA 200-301, Volume I Chapter 18 Configuring IPv4 Addresses and Static Routes

Upload: others

Post on 14-Nov-2021

46 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: CCNA 200-301, Volume I

CCNA 200-301, Volume IChapter 18Configuring IPv4 Addresses and Static Routes

Page 2: CCNA 200-301, Volume I

Objectives• IP Routing• Configuring Connected Routes• Configuring Static Routes• IP Forwarding with the Longest Prefix Match

Page 3: CCNA 200-301, Volume I

Host Routing Logic Summary

Page 4: CCNA 200-301, Volume I

Router Routing Logic Summary

Page 5: CCNA 200-301, Volume I

IPv4 Network Used to Show Five-Step Routing Example

Page 6: CCNA 200-301, Volume I

Host A Sends Packet to Host B

Page 7: CCNA 200-301, Volume I

Routing Step 1, on Router R1: Checking FCS and Destination MAC

Page 8: CCNA 200-301, Volume I

Routing Step 2 on Router R1: De-encapsulating the Packet

Page 9: CCNA 200-301, Volume I

Routing Step 3 on Router R1: Matching the Routing Table

Page 10: CCNA 200-301, Volume I

Routing Step 4 on Router R1: Encapsulating the Packet

Page 11: CCNA 200-301, Volume I

Routing Step 4 on Router R1 with a LAN Outgoing Interface

Page 12: CCNA 200-301, Volume I

Sample Network to Show Connected Routes

Page 13: CCNA 200-301, Volume I

Connected and Local Routes on Router R1

Page 14: CCNA 200-301, Volume I

Displaying a Router’s IP ARP Table

Page 15: CCNA 200-301, Volume I

Static Route Configuration Concept

Page 16: CCNA 200-301, Volume I

Sample Network Used in Static Route Configuration Examples

Page 17: CCNA 200-301, Volume I

Static Routes Added to R1

Page 18: CCNA 200-301, Volume I

Static Host Routes

ip route 10.1.1.0 255.255.255.0 10.2.2.2 ip route 10.1.1.9 255.255.255.255 10.9.9.9

Page 19: CCNA 200-301, Volume I

Using a Floating Static Route to Key Subnet 172.16.2.0/24

Page 20: CCNA 200-301, Volume I

Displaying the Administrative Distance of the Static Route

Page 21: CCNA 200-301, Volume I

Example Use of Static Default Routes at 1000 Low-Speed Remote Sites

Page 22: CCNA 200-301, Volume I

Adding a Static Default Route on R2

Page 23: CCNA 200-301, Volume I

Permanently Adding Static Routes to the IP Routing Table

Page 24: CCNA 200-301, Volume I

show ip route Command with Overlapping Routes

Page 25: CCNA 200-301, Volume I

show ip route Command Output