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.

Slides:



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

Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
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.
Routing Basics By Craig Lindstrom. Overview Routing Process Routing Process Default Routing Default Routing Static Routing Static Routing Dynamic Routing.
Chapter 5 IP Routing Routing Sending packets through network from one device to another What must routers know? – Destination address – Neighboring routers.
CCNA 2 v3.1 Module 6.
Routing and Routing Protocols
Routing and Routing Protocols Introduction to Static Routing.
Routing and Routing Protocols
IP Routing: an Introduction. Quiz
Instructor & Todd Lammle
Chapter 27 Q and A Victor Norman IS333 Spring 2015.
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.
1 Semester 2 Module 6 Routing and Routing Protocols YuDa college of business James Chen
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Static Routing Routing Protocols and Concepts – Chapter 2.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
1 Routing Introduction to Routing Static Routing.
Introduction to Routing and Routing Protocols By Ashar Anwar.
CCNA – Cisco Certified Network Associates Routing and Static Routes By Roshan Chaudhary Lecturer Islington College.
Sybex CCENT Chapter 8: IP Routing Instructor & Todd Lammle.
M.Menelaou CCNA2 ROUTING. M.Menelaou ROUTING Routing is the process that a router uses to forward packets toward the destination network. A router makes.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Dynamic Routing Chapter 9. powered by DJ 1. C HAPTER O BJECTIVES At the end of this Chapter you will be able to:  Explain Dynamic Routing  Identify.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
Click to edit Master subtitle style Chapter 9: Introduction to IP Routing Instructor:
© 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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 The Routing Table: A Closer Look Routing Protocols and Concepts – Chapter 8.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
CCNA 2 Week 6 Routing Protocols. Copyright © 2005 University of Bolton Topics Static Routing Dynamic Routing Routing Protocols Overview.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Routing Overview.
Routing and Routing Protocols
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Static Routing Routing Protocols and Concepts – Chapter 2.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
+ Routing Concepts 1 st semester Objectives  Describe the primary functions and features of a router.  Explain how routers use information.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
1 © 2004, Cisco Systems, Inc. All rights reserved. Routing and Routing Protocols: Routing Static.
CHAPTER 6: STATIC ROUTING Static Routing 2 nd semester
Static Routing Routing Protocols and Concepts – Chapter 2.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
Static Routing CCNA Routing and Switching Semester 2 Chapter 6
Instructor & Todd Lammle
IP Routing using Packet Tracer Simulator
CCENT Study Guide Chapter 9 IP Routing.
Static and Default Routing
Click to edit Master subtitle style
Routing and Routing Protocols: Routing Static
Instructor & Todd Lammle
Chapter 6 – Routing.
Chapter 2: Static Routing
Introduction to Networking
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
Troubleshooting IP Addressing
Chapter 3: Dynamic Routing
Chapter 2: Static Routing
Enabling Static Routing
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Chapter 3: Dynamic Routing
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 2
Static Routing 1st semester
Static and Default Routing
Introduction to networking (Yarnfield)
Click to edit Master subtitle style
Static Routing 2nd semester
Presentation transcript:

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 DJ 2

Routing Fundamentals Introducing Routing  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 logical network address of the destination host is used to get packets to a network through a routed network,  hardware address of the host is used to deliver the packet from a router to the correct destination host. powered by DJ 3

Conti… To be able to route packets, a router must know, at a minimum, the following:  Destination address.  Neighbor routers from which it can learn about remote networks.  Possible routes to all remote networks.  The best route to each remote network.  How to maintain and verify routing information.  The router learns about remote networks from neighbor routers or from an administrator. powered by DJ 4

Conti… 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.  Dynamic routing: In 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. powered by DJ 5

Conti.. If static routing is used, 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 IP Routing What is IP Routing? As it is already discussed that IP routing is basically of two types:  Static routing  Dynamic routing powered by DJ 6

Static Routing Static Routing is the process in which the system network administrator would manually configure network routers with all the information necessary for successful packet forwarding. The administrator constructs the routing table in every router by putting in the entries for every network that could be a destination. Advantages:  Static routes are simple and quick to configure.  Static routing is supported on all routing devices and all routers.  Static routes are easy to predict and understand in small networks powered by DJ 7

Conti.. Disadvantages:  Static routes require extensive planning and have high management overhead. The more routers exist in a network, the more routes that need to be configured. If you have 'N' number of routers and a route between each router is needed, then you must configure N x N routes, so, for a network of nine routers, you need 81 routes (9 x 9 = 81).  Static routes do not dynamically adapt to network topology changes or equipment failures.  Static routing does not scale well in large networks. powered by DJ 8

The command syntax that is used to add a static route to a routing table is: ip route [destination_network] [mask] [next-hop_address or exitinterface] [administrative_distance] [permanent] This list describes each command in the string:  ip route The command used to create the static route.  destination_network The network we ’re placing in the routing table.  mask The subnet mask being used on the network.  next-hop_address The address of the next-hop router that will receive the packet and forward it to the remote network. Conti.. powered by DJ 9

 Exitinterface Used in place of the next-hop address if you want, and shows up as a directly connected route.  administrative_distance By default, static routes have an administrative distance of 1 (or even 0 if you use an exit interface instead of a next-hop address). You can change the default value by adding an administrative weight at the end of the command.  Permanent If the interface is shut down or the router can’t communicate to the next-hop router, the route will automatically be discarded from the routing table. Choosing the permanent option keeps the entry in the routing table no matter what happens. Conti.. powered by DJ 10

How to Configure Static Routes on Cisco Routers? To understand the configuration of static routes, consider the following example: Configuration of Static Routes powered by DJ 11

Commands To configure static routes, first enter global configuration mode to run the following commands. Configure the Static Routes on Router A. RouterA#configure terminal (enter in global configuration mode) RouterA(config)#ip route (define static routing on Router A) RouterA(config)#ip route (define static routing on Router A) RouterA(config)#ip route (define static routing on Router A) RouterA(config)#exit RouterA# powered by DJ 12

Conti.. Configure the Static Routes on Router B. RouterB#configure terminal (enter in global configuration mode) RouterB(config)#ip route (define static routing on Router B) RouterB(config)#ip route (define static routing on Router B) RouterB(config)#ip route (define static routing on Router B) RouterB(config)#exit RouterB# powered by DJ 13

Conti.. Configure the Static Routes on Router C. RouterC#configure terminal (enter in global configuration mode) RouterC(config)#ip route (define static routing on Router C) RouterC(config)#ip route (define static routing on Router C) RouterC(config)#ip route (define static routing on Router C) RouterC(config)#exit RouterC# powered by DJ 14

Conti… Now run the command show ip route on every router to view the IP routing table (directly connected + static routes) detail. 2. Default Route  A default route is often called the ‘route of last resort'. It is the‘ last route tried by a router when all other routes fail because it has the fewest number of network bits matching and is therefore less specific.  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. The syntax for Default routing is : Ip route <next hop or exit interface powered by DJ 15

THANK YOU powered by DJ 16