Top Banner
© 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
24

Routing

Mar 20, 2016

Download

Documents

fahim

Routing. Working at a Small-to-Medium Business or ISP – Chapter 6. Objectives. Describe the purpose and function of dynamic routing and the protocols used to implement it. Configure RIPv2 dynamic routing using the Cisco IOS. Describe the use of exterior routing protocols across the Internet. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Routing

RoutingWorking at a Small-to-Medium Business or ISP Chapter 6

2007 Cisco Systems, Inc. All rights reserved.Cisco Public#Version 4.1# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public1 2001, Cisco Systems, Inc. All rights reserved.

ObjectivesDescribe the purpose and function of dynamic routing and the protocols used to implement it.Configure RIPv2 dynamic routing using the Cisco IOS.Describe the use of exterior routing protocols across the Internet.Enable BGP on a customer site router.

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public2 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsRouting tables contain locally connected networks Routers use routing tables to determine routesRoutes can be statically assigned or dynamically learned through routing protocols

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public3 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsComponents of a route: destination value, subnet mask, gateway, route cost or metric

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public4 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsDirectly connected routesStatic routesDynamically updated routesDefault route

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public5 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsStatic routes are manually configuredStatic routes are suitable for small networks with few changes

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public6 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsCharacteristics of distance vector protocols:Routers share copies of routing tablesDistance metric can be based on hops, cost, bandwidth, speed, delay or reliabilityVector is the address of the next hop along a route

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public7 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsRouting Information Protocol (RIP):RFC 1058Distance vector using hop count metricUpdates every 30 seconds

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public8 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing Protocols# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public9 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsEnhanced Interior Gateway Routing Protocol: (EIGRP)Enhanced distance vector protocolUses a variety of metricsCisco-proprietary

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public10 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsCharacteristics of link-state protocols:Full database of distant routers and interconnectionsLink-state advertisementsTopological databaseSPF algorithm

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public11 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing Protocols# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public12 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsOpen Shortest Path First (OSPF):Non-proprietaryLink-stateRFC 2328Advanced protocol

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public13 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsCriteria for choosing routing protocols:Ease of managementEase of configurationEfficiency

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public14 2001, Cisco Systems, Inc. All rights reserved.

Enabling Routing ProtocolsDescribe and implement RIP routing on an integrated router

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public15 2001, Cisco Systems, Inc. All rights reserved.

Review of Routing Protocols# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public16 2001, Cisco Systems, Inc. All rights reserved.

Review of Routing Protocols# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public17 2001, Cisco Systems, Inc. All rights reserved.

Exterior Routing ProtocolsThe Internet is divided into autonomous systemsAS: a set of networks controlled by a single administration using the same internal routing policyEach ISP is an AS

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public18 2001, Cisco Systems, Inc. All rights reserved.

Exterior Routing ProtocolsInterior gateway protocols (IGPs) exchange routing information within an AS or individual organizationExterior gateway protocols (EGPs) exchange routing information between autonomous systems

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public19 2001, Cisco Systems, Inc. All rights reserved.

Exterior Routing ProtocolsEach AS uses dedicated border gateway routers to route packets across the Internet

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public20 2001, Cisco Systems, Inc. All rights reserved.

Exterior Routing ProtocolsISPs use exterior routing protocols to forward or control local and/or transit trafficExterior protocols enforce policies and support reliability

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public21 2001, Cisco Systems, Inc. All rights reserved.

Exterior Routing ProtocolsConfiguring Border Gateway Protocol (BGP):Configure the AS numberIdentify ISP neighbor router

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public22 2001, Cisco Systems, Inc. All rights reserved.

SummaryAll routers make routing decisions by looking up information stored in their routing tables.Routes can be statically assigned by an administrator, or dynamically learned by the router via a routing protocol.Routing protocols use either distance-vector or link-state algorithms to calculate the best routes to each destination.Criteria such as ease of management, ease of configuration, and efficiency must be considered when selecting a routing protocol for use within an organization.Organizations are also called Autonomous Systems.Between Autonomous Systems, Exterior Gateway routing protocols control the flow of traffic.ISPs handle Internet traffic through the use of routing policies.

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public23 2001, Cisco Systems, Inc. All rights reserved.

# 2007 Cisco Systems, Inc. All rights reserved.Cisco Public24 2001, Cisco Systems, Inc. All rights reserved.