© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.33-1 Determining IP Routes Introducing Routing.

Презентация:



Advertisements
Похожие презентации
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Enabling RIP.
Advertisements

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Implementing Variable-Length Subnet Masks.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Configuring EIGRP Configuring Advanced EIGRP Options.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Module Summary Routing information takes the form of entries in a routing table, with one.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Configuring Small-Scale Routing Protocols Between PE and CE Routers.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Introducing Distance Vector Routing.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Extending Switched Networks with Virtual LANs Introducing VLAN Operations.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Exploring How Routing Works.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Configuring OSPF Configuring OSPF Special Area Types.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Overview Processing BGP Routes.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Implementation Using MPLS VPN Mechanisms of Cisco IOS Platforms.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Manipulating Routing Updates Configuring and Verifying Route Redistribution.
Copyright 2003 CCNA 2 Chapter 16 Distance Vector Routing Protocols By Your Name.
© 2006 Cisco Systems, Inc. All rights reserved. BCMSN v Implementing Inter-VLAN Routing Describing Routing Between VLANs.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing BGP Explaining BGP Concepts and Terminology.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v Route Selection Using Policy Controls Applying Route-Maps as BGP Filters.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS VPN Technology Introducing the MPLS VPN Routing Model.
© 2006 Cisco Systems, Inc. All rights reserved. IP6FD v IPv6-Enabled Routing Protocols Examining Integrated IS/IS.
© 2005 Cisco Systems, Inc. All rights reserved. BGP v BGP Overview Understanding BGP Path Attributes.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Manipulating Routing Updates Implementing Advanced Cisco IOS Features: Configuring DHCP.
Транксрипт:

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Introducing Routing

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Outline Overview Routing Overview Static and Dynamic Route Comparison Static Route Configuration Default Route Forwarding Configuration Static Route Configuration Verification Dynamic Routing Protocol Overview Features of Dynamic Routing Protocols The ip classless Command InterVLAN Routing Summary

© 2006 Cisco Systems, Inc. All rights reserved. ICND v To route, a router needs to do the following: Know the destination address Identify the sources from which the router can learn Discover possible routes to the intended destination Select the best route Maintain and verify routing information Router Operations

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Routers must learn destinations that are not directly connected. Router Operations (Cont.)

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route that a network routing protocol adjusts automatically for topology or traffic changes Identifying Static and Dynamic Routes

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Static Routes Configure unidirectional static routes to and from a stub network to allow communications to occur.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Defines a path to an IP destination network or subnet or host Router(config)# ip route network [mask] {address | interface}[distance] [permanent] Static Route Configuration

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Static Route Example This is a unidirectional route. You must have a route configured in the opposite direction.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Default Routes This route allows the stub network to reach all known networks beyond Router A.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Verifying the Static Route Configuration Router# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route Gateway of last resort is to network /8 is subnetted, 1 subnets C is directly connected, Serial0 S* /0 is directly connected, Serial0

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Routing protocols are used between routers to determine paths and maintain routing tables. After the path is determined, a router can route a routed protocol. What Is a Routing Protocol?

© 2006 Cisco Systems, Inc. All rights reserved. ICND v An autonomous system is a collection of networks under a common administrative domain. IGPs operate within an autonomous system. EGPs connect different autonomous systems. Autonomous Systems: Interior or Exterior Routing Protocols

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Classes of Routing Protocols

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Administrative Distance: Ranking Routes

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Classful Routing Overview Classful routing protocols do not include the subnet mask with the route advertisement. Within the same network, consistency of the subnet masks is assumed. Summary routes are exchanged between foreign networks. These are examples of classful routing protocols: –RIP version 1 (RIPv1) –IGRP

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Classless Routing Overview Classless routing protocols include the subnet mask with the route advertisement. Classless routing protocols support variable-length subnet mask (VLSM). Summary routes can be manually controlled within the network. These are examples of classless routing protocols: –RIP version 2 (RIPv2) –EIGRP –OSPF –IS-IS

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Routing Protocol Comparison Chart

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Using the ip classless Command

© 2006 Cisco Systems, Inc. All rights reserved. ICND v VLAN-to-VLAN Overview Network layer devices combine multiple broadcast domains.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Dividing a Physical Interface into Subinterfaces Physical interfaces can be divided into multiple subinterfaces.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Routing Between VLANs with ISL Trunks

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Routing Between VLANs with 802.1Q Trunks

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Summary Routing is the process by which items get from one location to another. In networking, a router is the device used to route traffic. Routers can forward packets over static routes or dynamic routes, based on the router configuration. Static routers use a route that a network administrator enters into the router manually. Dynamic routes use a router that a network routing protocol adjusts automatically for topology or traffic changes. Unidirectional static routes must be configured to and from a stub network to allow communications to occur. The ip route command can be used to configure default route forwarding. The show ip route command is used to verify that static routing is properly configured. Static routes are signified in the command output by S.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Summary (Cont.) Dynamic routing protocols determine how updates are conveyed, what knowledge is conveyed, when to convey knowledge, and how to locate recipients of the updates. A routing protocol that has a lower administrative value is more trustworthy than a protocol that has a higher administrative value. There are three classes of routing protocols: distance vector, link-state, and balanced hybrid. The ip classless command can be used to prevent a router from dropping a packet that is destined for an unknown subnetwork of a directly attached network if a default route is configured. For interVLAN routing to be performed, a single physical router interface must be separated into logical subinterfaces, and ISL or 802.1Q trunking must be enabled.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v