IP Routing using Packet Tracer Simulator

Slides:



Advertisements
Similar presentations
 WAN uses Serial ports  Ethernet Ports:  Straight through  Cross over.
Advertisements

Ver 1,12/09/2012Kode :CIJ 340,Jaringan Komputer Lanjut FASILKOM Routing Protocols and Concepts – Chapter 2 Static Routing CCNA.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
Chapter 5 IP Routing Routing Sending packets through network from one device to another What must routers know? – Destination address – Neighboring routers.
SYPCNSA Department2007 Summer Youth Program: Internal Protocols: RIP & IGRP.
IP Routing: an Introduction. Quiz
Instructor & Todd Lammle
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Exploring the Functions of Routing.
IST 228\Ch5\IP Routing1. 2  Review of Chapter 4 Start the router simulator. You will see the prompt "Router>". This is the user mode prompt. Change the.
Static Routing Last Update Copyright Kenneth M. Chipps Ph.D.
IP ROUTING -1 STATIC ROUTING DEFAULT ROUTING.  A routing protocol is used by routers to dynamically find all the networks in the internetwork and to.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
Basic Router Configuration Warren Toomey GCIT. Introduction A Cisco router is simply a computer that receives packets and forwards them on based on what.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
CISCO ROUTER.  The Cisco router IOS  Enhanced editing  Administrative functions  Hostnames  Banners  Passwords  Interface descriptions  Verifying.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
Sybex CCENT Chapter 8: IP Routing Instructor & Todd Lammle.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Click to edit Master subtitle style Chapter 9: Introduction to IP Routing Instructor:
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 9 Basic Router Troubleshooting.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Routing and Packet Forwarding Routing Protocols and.
© Wiley Inc All Rights Reserved. CCNA: Cisco Certified Network Associate Study Guide CHAPTER 5: IP Routing.
SW REVERSE JEOPARDY Chapter 1 CCNA2 SW Start-up Routing table Routing table Router parts Router parts Choosing a path Choosing a path Addressing Pot.
Routing Basics Chapter 8. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Understand routing basics. powered by.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.
Static Routes Static routing occurs when you manually add routes in each router's routing table.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.
 Router Configurations part2 2 nd semester
Static Routing Routing Protocols and Concepts – Chapter 2.
ROUTING AND ROUTING TABLES 2 nd semester
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
+ Dynamic Routing Protocols 2 nd semester
Instructor & Todd Lammle
Chapter 4: Routing Concepts
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Kapitel 19: Routing. Kapitel 21: Routing Protocols
Lec4: Introduction to Dynamic Routing Protocol
ROUTING PROTOCOLS By: Er. Amit Mahajan.
CCENT Study Guide Chapter 9 IP Routing.
Routing and routing tables
Static and Default Routing
Basic Router Troubleshooting
Click to edit Master subtitle style
Routing and Routing Protocols: Routing Static
Instructor & Todd Lammle
Chapter 4: Routing Concepts
Routing and routing tables
Chapter 2: Static Routing
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Troubleshooting IP Addressing
Introduction to Dynamic Routing Protocol
Chapter 3: Dynamic Routing
Chapter 2: Static Routing
Enabling Static Routing
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Introduction to Dynamic Routing Protocol
Chapter 3: Dynamic Routing
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 2
Static Routing 1st semester
After 3.2 Revised
Static and Default Routing
Introduction To ROUTING PROTOCOLS
Click to edit Master subtitle style
Static Routing 2nd semester
Presentation transcript:

IP Routing using Packet Tracer Simulator Dr.Faisal Alzyoud

Routing protocol and Routed protocol A routing protocol is used by routers to dynamically find all the networks in the internetwork and to ensure that all routers have the same routing table. Basically, a routing protocol determines the path of a packet through an internetwork. Examples of routing protocols are: RIP, RIPv2, EIGRP, and OSPF. Dr.Faisal Alzyoud 2

Routing protocol and Routed protocol Once all routers know about all networks a routed protocol can be used to send user data (packets) through the established enterprise. Routed protocols are assigned to an interface and determine the method of packet delivery. Examples of routed protocols are: IP and IPv6. Dr.Faisal Alzyoud

Routing basis The term routing is used for taking a packet from one device and sending it through the network to another device on a different network. Routers don’t really care about hosts, they only care about networks and the best path to each network. The router learns about remote networks from neighbor routers or from an administrator. Dr.Faisal Alzyoud

Routing basis The router then builds a routing table that describes how to find the remote networks. If a network is directly connected, then the router already knows how to get to it.  If a network isn’t directly connected to the router, the router must use one of two ways to learn how to get to the remote network: static routing, meaning that someone must hand-type all network locations into the routing table, or something called dynamic routing. Dr.Faisal Alzyoud

Dynamic routing a protocol on one router communicates with the same protocol running on neighbor routers. The routers then update each other about all the networks they know about and place this information into the routing table. If a change occurs in the network, the dynamic routing protocols automatically inform all routers about the event. Dr.Faisal Alzyoud

Static routing The administrator is responsible for updating all changes by hand into all routers. Typically, in a large network, a combination of both dynamic and static routing is used. Dr.Faisal Alzyoud

Static routing benefits: There is no overhead on the router CPU, which means you could possibly buy a cheaper router than you would use if you were using dynamic routing. There is no bandwidth usage between routers, which means you could possibly save money on WAN links. It adds security because the administrator can choose to allow routing access to certain networks only. Dr.Faisal Alzyoud

Static routing disadvantages: The administrator must really understand the internetwork and how each router is connected in order to configure routes correctly. If a network is added to the internetwork, the administrator has to add a route to it on all routers by hand. It’s not feasible in large networks because maintaining it would be a full-time job in itself. Dr.Faisal Alzyoud

Instructions Dr.Faisal Alzyoud

Instructions Router(config)# ip route [destination_network] [mask] [next-hop_address or exitinterface] [administrative_distance] [permanent] used to add static route records to the routing table for example: Router(config) #ip route 172.16.3.0 255.255.255.0 192.168.2.4 The ip route command tells us simply that it is a static route. 172.16.3.0 is the remote network we want to send packets to. 255.255.255.0 is the mask of the remote network. 192.168.2.4 is the next hop, or router, we will send packets to Dr.Faisal Alzyoud

Default route We use default routing to send packets with a remote destination network not in the routing table to the next-hop router. You should only use default routing on stub networks, those with only one exit path out of the network. router(config)#ip route 0.0.0.0 0.0.0.0 10.1.11.1 Dr.Faisal Alzyoud

Using packet tracer in router addressing 1- Connect the network devices as shown in the Figure . The cables used are : · Straight : between switch, pc and router, switch. · Cross : between switch, switch . · Serial : between the two routers . Dr.Faisal Alzyoud

Using packet tracer in addressing 2- We put the IP address for each device as the following : We have in the figure 3 networks : Dr.Faisal Alzyoud

Using packet tracer in addressing To distribute the Ip's on the router interfaces the following instructions are done : Router 0: Dr.Faisal Alzyoud

Using packet tracer in addressing For the second router (Router1 ) : Dr.Faisal Alzyoud

Using packet tracer in addressing Give each PC it’s IP address , Subnet Mask and Default Gateway: For PC0 : From IP configuration : Dr.Faisal Alzyoud

Using packet tracer in addressing How to ping from PC0 to the default gateway : For PC0 : Dr.Faisal Alzyoud

Using packet tracer in addressing Choose command promot and ping on the default gateway : Dr.Faisal Alzyoud

Routing using packet tracer To let serial work you must give clock to DCE terminals : Use (show controllers serial Name ) in privilage mode to examine the serial terminal then we put the clock using the command ( clock rate rate ) in global configuration mode . Start with router0 : Dr.Faisal Alzyoud

Routing using packet tracer For router 1 : So write: Dr.Faisal Alzyoud

Static Route For Router 0: The routing table : Dr.Faisal Alzyoud

Static Route Give static route for Router 0 : Dr.Faisal Alzyoud

Static Route For Router 1: The routing table : Dr.Faisal Alzyoud

Static Route Give static route for Router 1 : Dr.Faisal Alzyoud

Static Route Now you can ping from PC to any other PCs to make sure they see each other : From PC0 to PC3 & PC6 Dr.Faisal Alzyoud

Practical part 2 We connect the following network : Dr.Faisal Alzyoud

Routing using packet tracer For each PC put the Ip address, gateway and subnet mask. For PC0 : Dr.Faisal Alzyoud

Routing using packet tracer Now distribute the IP's on routers' interfaces : For router0 : Dr.Faisal Alzyoud

Routing using packet tracer For router1 : Dr.Faisal Alzyoud

Routing using packet tracer For router2 : Dr.Faisal Alzyoud

Routing using packet tracer To let serial work you must give clock to DCE terminals : Use (show controllers serial Name ) in privilage mode to examine the serial terminal then we put the clock using the command ( clock rate rate ) in global configuration mode . Begin with router0 : Dr.Faisal Alzyoud

Routing using packet tracer Notice that the two terminals are DCE . Dr.Faisal Alzyoud

Routing using packet tracer We give it clock since it's DCE : Dr.Faisal Alzyoud

Routing using packet tracer for router1 : Dr.Faisal Alzyoud

Routing using packet tracer for router2 : Dr.Faisal Alzyoud

Routing using packet tracer Now you must do static routing to let the PC's of each network see the PCs in the remote network : Begin with router0 : There are two remote networks which have the Ips : 192.168.3.0, 192.168.2.0 and three neighbors networks you know them by ( show ip route ): Dr.Faisal Alzyoud

Routing using packet tracer Dr.Faisal Alzyoud

Routing using packet tracer For router 1 : Dr.Faisal Alzyoud

Routing using packet tracer Dr.Faisal Alzyoud

Routing using packet tracer For router 2 : Dr.Faisal Alzyoud

Routing using packet tracer Now ping from PC to any other PCs to make sure they see each other : Ping from PC 1 to PC0 & PC2: Dr.Faisal Alzyoud

DHCP router To let the router distribute the IPs on the network we do the following : Router 0 : Dr.Faisal Alzyoud

DHCP Notice that the PC1 took a dynamic IP : Dr.Faisal Alzyoud