CCNA 2 v3.1 Module 6 Routing and Routing Protocols

Slides:



Advertisements
Similar presentations
Ver 1,12/09/2012Kode :CIJ 340,Jaringan Komputer Lanjut FASILKOM Routing Protocols and Concepts – Chapter 3 Introduction to Dynamic Routing Protocol CCNA.
Advertisements

Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts – Chapter.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Introducing Routing.
Mod 10 – Routing Protocols
CCNA 2 v3.1 Module 6.
Routing and Routing Protocols
Lecture Week 3 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 Semester 2 Module 6 Routing and Routing Protocols YuDa college of business James Chen
Fundamentals of Networking Discovery 2, Chapter 6 Routing.
6: Routing Working at a Small to Medium Business.
Dynamic Routing Protocols  Function(s) of Dynamic Routing Protocols: – Dynamically share information between routers (Discover remote networks). – Automatically.
Routing/Routed Protocols. Remember: A Routed Protocol – defines logical addressing. Most notable example on the test – IP A Routing Protocol – fills the.
CCNA 1 version 3.0 Rick Graziani Cabrillo College
Routing and Routing Protocols Routing Protocols Overview.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
1 Introducing Routing 1. Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. 2. Static routing.
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 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 6 Routing and Routing Protocols.
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 6 Routing and Routing Protocols.
Introduction to Dynamic Routing Protocol
Routing -2 Dynamic Routing
1. 2 Anatomy of an IP Packet IP packets consist of the data from upper layers plus an IP header. The IP header consists of the following:
Chapter 9. Implementing Scalability Features in Your Internetwork.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Determining IP Routes.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Routing Protocols and Concepts Introduction to Dynamic Routing Protocol.
Page 110/27/2015 A router ‘knows’ only of networks attached to it directly – unless you configure a static route or use routing protocols Routing protocols.
Institute of Technology Sligo - Dept of Computing Sem 2 Chapter 12 Routing Protocols.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Introduction to Dynamic Routing Protocol Routing Protocols and Concepts.
6: Routing Working at a Small to Medium Business.
Routing and Routing Protocols
1 Version 3.1 Module 6 Routed & Routing Protocols.
1 7-Jan-16 S Ward Abingdon and Witney College Dynamic Routing CCNA Exploration Semester 2 Chapter 3.
Routing protocols. 1.Introduction A routing protocol is the communication used between routers. A routing protocol allows routers to share information.
Cisco Systems Networking Academy S2 C 12 Routing Protocols.
Routing and Routing Protocols PJC CCNA Semester 2 Ver. 3.0 by William Kelly.
© 2002, Cisco Systems, Inc. All rights reserved..
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 1 Module 10 Routing Fundamentals and Subnets.
University of the Western Cape Chapter 12: Routing Protocols Interior and Exterior Routing Protocols Aleksandar Radovanovic.
1 © 2004, Cisco Systems, Inc. All rights reserved. Routing and Routing Protocols: Routing Static.
Cisco 2 - Routers Perrine modified by Brierley Page 13/21/2016 Chapter 4 Module 6 Routing & Routing Protocols.
Prof. Alfred J Bird, Ph.D., NBCT Office – Science 3rd floor – S Office Hours – Monday and Thursday.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.1 Routing Working at a Small-to-Medium Business or ISP – Chapter 6.
Sem 2 v2 Chapter 12: Routing. Routers can be configured to use one or more IP routing protocols. Two of these IP routing protocols are RIP and IGRP. After.
Routing and Routing Protocols CCNA 2 v3 – Module 6.
+ Dynamic Routing Protocols 2 nd semester
Kapitel 19: Routing. Kapitel 21: Routing Protocols
Lec4: Introduction to Dynamic Routing Protocol
Introduction to Dynamic Routing Protocol
Working at a Small-to-Medium Business or ISP – Chapter 6
© 2002, Cisco Systems, Inc. All rights reserved.
Routing Loops.
Routing and Routing Protocols: Routing Static
Chapter 4: Routing Concepts
Introduction To Networking
CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols
Introduction to Dynamic Routing Protocol
Chapter 5: Dynamic Routing
Network Layer Path Determination.
Chapter 3: Dynamic Routing
Routing and Routing Protocols: Routing Static
Introduction to Dynamic Routing Protocol
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
After 3.2 Revised
Working at a Small-to-Medium Business or ISP – Chapter 6
© 2002, Cisco Systems, Inc. All rights reserved.
CCNA 2 JEOPARDY Module 6.
Presentation transcript:

CCNA 2 v3.1 Module 6 Routing and Routing Protocols

Objectives

Route Types

Introducing Routing In order to forward packets correctly, routers must learn the path to remote networks. There are methods by which a router can learn these routes: Dynamic routing - information is learned from other routers, and routing protocols adjust routes automatically. Static routing - network administrator configures information about remote networks manually. They are used to reduce overhead and for security. Because of the extra administrative requirements, static routing does not have the scalability of dynamic routing. In most networks static routes are often used in conjunction with a dynamic routing protocol.

ip route network_address network_mask next_hop | interface_admin_dist Static Routes Static routes are manually configured using the ip route command The IP route command can set the next hop by specifying either: The outgoing interface, or The next hop IP address of the adjacent router See examples in next slides Command Format ip route network_address network_mask next_hop | interface_admin_dist

1. Specifying the Outgoing Interface

2. Specifying the Next-hop IP Address

Administrative Distance The Administrative Distance is the trustworthiness of the source of the route. The router by default assigns a Administrative Distance of 1 to static routes. It is assumed that if the administrator takes the time to figure out what route the packet should take then this routing information must be very reliable Only directly connected routes have a default Administrative Distance that is trusted more (directly connected default Administrative Distance is 0). Administrative Distance should not be confused with the Metric of the route. The metric of the route is how good an individual route is When a router selects a route to a particular destination to put in the routing table, it first examines the Administrative Distance of all the routes available to that destination If it has alternate routes to the same destination it will use the route with the lowest Administrative Distance

Configuring Static Routes We can configure static routes to all destinations

Non-directly Connected Networks Or we can set a default route to be used for any destination that does not have a routing table entry

Verifying Static Route Configuration The command show running-config is used to view the active configuration in RAM to verify that the static route was entered correctly. The show ip route command is used to make sure that the static route is present in the routing table

Static routes to next hop addresses have administrative distance of 1. Static routes between networks are manually configured by an administrator. Static routes are added with the following command: Router(config)# ip route 192.168.2.0 255.255.255.0 E0 Static routes out interfaces have an administrative distance of 0. Network Address Subnet Mask Interface This command sets a default route on a router: ip route 0.0.0.0 0.0.0.0 [next-hop-address | outgoing interface] Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.1 Static routes to next hop addresses have administrative distance of 1. You can specify a non-default administrative distance for a static route: Router(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.1 130 Default routes are used to route packets with destinations that do not match any of the other routes in the routing table

Troubleshooting Static Route Configuration The show interfaces command The ping command The traceroute command

Verifying / Troubleshooting the Static Route Verifying static route configuration After static routes are configured it is important to verify that they are present in the routing table and that routing is working as expected The command show running-config is used to view the active configuration in NVRAM to verify that the static route was entered correctly The show ip route command is used to make sure that the static route is present in the routing table Troubleshooting static route configuration The show interfaces command can be used to check the state and configuration of the interface that is to be used for the route gateway The ping command is used to determine if end-to end connectivity exists If an echo reply is not received after a ping, traceroute will be used to determine which router in the route path is dropping the packets

The show ip route Command Output

The ping and traceroute Commands

Routed Versus Routing Protocol

Autonomous Systems AS 10 AS 20

Autonomous Systems Autonomous Systems divide the global internetwork into smaller, more manageable networks. An Autonomous System is a collection of networks under a common administration (a single organisation, ISP or systems administrator) and sharing a common routing strategy. Typically the world wide organisation ICANN, the ISP, or the administrator assigns a unique AS number to the Autonomous System. The Autonomous System number uniquely distinguish it from other Autonomous Systems around the world. Each Autonomous Systems has its own set of rules and policies.

Dynamic Routing Operations

Classes of Routing Protocols

Routing Protocols The success of dynamic routing depends on two basic router functions: Maintenance of a routing table Timely distribution of knowledge, in the form of routing updates, to other routers. Types of routing protocols Distant Vector determines the distance (hop count) and direction (vector – next hop) to a destination network Link-State maintains the complete network topology and determines the shortest path to each destination Hybrid protocols (like EIGRP) contain some elements of both. Different routing protocols use different metrics to determine the best route to a network. Administrative Distances are used to rate the trustworthiness of the various route entries.

Distance Vector Concepts

Distance Vector Routing Protocols The distance-vector routing algorithm passes complete routing tables to neighbor routers. RIP is a distance vector routing protocol: Uses hop count as its metric Router(config)# Configuration Example: router rip Router(config-router)# network 172.16.0.0

Routing Metric Components

Link-State Concepts

Link-State Network Discovery

Link-State Topology Changes

Link-State Concerns

Routing Protocols – Path Determination Routing protocols create and maintain routing tables From these tables routing of packets can be performed Routing consists of two basic mechanisms: Path Determination: Router uses the routing table to determine the best path to the destination Switching (forwarding): Accept a packet on the incomming interface and switches it to the outgoing interface (based on result of path determination)

Default Route The Default Route entry in the right hand router sends packets for any unknown destination network out S1.

IP Routing Configuration Tasks

Using the router and network Commands

Routing Protocols

Interior/Exterior Routing Protocols

Interior Gateway Protocols different organizations EGP and IGP Overview ________________________ are designed for use in networks that are under the control of a single organization. Exterior Gateway Protocols are designed for use between different networks that are under the control of ___________________. ________________________ are typically used between ISPs or between a company and an ISP. Interior Gateway Protocols different organizations Exterior Gateway Protocols IGP EGP

Routing Protocols Overview Features Distance vector, hop count metric, maximum 15 hops, broadcasts updates every 30 secs. Cisco proprietary distance vector, bandwidth / load / delay / reliability composite metric, broadcast updates every 90 secs. Cisco proprietary, enhanced distance vector (hybrid), load balancing, uses DUAL to calculate shortest path. Routing updates are triggered by topology changes. Link-state, open standard, Uses SPF algorithm. Routing updates are sent as topology changes occur. Distance vector exterior routing protocol, used between ISPs, used to route traffic between ASs. RIP IGRP EIGRP OSPF BGP

Summary