Static and Default Routing

Slides:



Advertisements
Similar presentations
Chapter 22 Network Layer: Delivery, Forwarding, and Routing.
Advertisements

© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Introducing Routing.
Routing and Routing Protocols Introduction to Static Routing.
Routing Table : closer look w.lilakiatsakun. Sample Routing Table Static Route Dynamic Routing Protocol (RIP) Directly Connected Network Administrative.
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
OSPF To route, a router needs to do the following: Know the destination address Identify the sources it can learn from Discover possible.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—5-1 WAN Connections Enabling Static Routing.
CISCO NETWORKING ACADEMY Chabot College ELEC IP Routing Protocol Highlights.
1 Routing Introduction to Routing Static Routing.
Introduction to networking Dynamic routes. Objectives  Define dynamic routing and its properties  Describe the classes of routing protocols  Describe.
University of the Western Cape Chapter 11: Routing Aleksandar Radovanovic.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
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:
© 2002, Cisco Systems, Inc. All rights reserved..
Routing Table : closer look w.lilakiatsakun. Sample Routing Table Static Route Dynamic Routing Protocol (RIP) Directly Connected Network Administrative.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Determining IP Routes.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 6 Delivery and Routing of IP Packets.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
Institute of Technology Sligo - Dept of Computing Sem 2 Chapter 12 Routing Protocols.
© 2002, Cisco Systems, Inc. All rights reserved. 1 Routing Overview.
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.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing and Switching Essentials.
Cisco Systems Networking Academy S2 C 12 Routing Protocols.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 6: Static Routing Routing Protocols.
University of the Western Cape Chapter 12: Routing Protocols Interior and Exterior Routing Protocols Aleksandar Radovanovic.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 v3.0 Module 9 Basic Router Troubleshooting.
CHAPTER 6: STATIC ROUTING Static Routing 2 nd semester
Routing Semester 2, Chapter 11. Routing Routing Basics Distance Vector Routing Link-State Routing Comparisons of Routing Protocols.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
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.
Static Routing CCNA Routing and Switching Semester 2 Chapter 6
Working at a Small-to-Medium Business or ISP – Chapter 6
IP Routing using Packet Tracer Simulator
Static and Default Routing
© 2002, Cisco Systems, Inc. All rights reserved.
Semester 2 JEOPARDY CHAPTERS 12 & 13 REVIEW S2C13 Jeopardy Review.
Routing and Routing Protocols: Routing Static
Forwarding and Routing IP Packets
Chapter 6 – Routing.
© 2002, Cisco Systems, Inc. All rights reserved.
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
Routing Protocols and Concepts – Chapter 9
Chapter 3: Dynamic Routing
Delivery and Routing of IP Packets
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 2
Static Routing 1st semester
Link-State Routing Protocols
Routing Protocols and Concepts – Chapter 9
After 3.2 Revised
Introduction to networking
Introduction to networking (Yarnfield)
Link-State Routing Protocols
Working at a Small-to-Medium Business or ISP – Chapter 6
Routing Protocols and Concepts – Chapter 9
The Routing Table: A Closer Look
© 2002, Cisco Systems, Inc. All rights reserved.
CCE1030 Computer Networking
Static Routing 2nd semester
© 2002, Cisco Systems, Inc. All rights reserved.
Presentation transcript:

Static and Default Routing

Routing Overview To route a router may need to know: 10.1.2.0 172.16.1.0 To route a router may need to know: Destination addresses Sources it can learn from Possible routes Best route Purpose: This figure introduces students to routing. The router must accomplish the items listed in the figure for routing to occur. Emphasize: Path determination occurs at Layer 3, the network layer. The path determination function enables a router to evaluate the available paths to a destination and to establish the best path. Routing services use network topology information when evaluating network paths. This information can be configured by the network administrator (static routes) or collected through dynamic processes (routing protocols) running in the network. Transition: How do you represent the path to the packet’s destination?

Routing Overview 10.1.2.0 172.16.1.0 E0 S0 Purpose: This figure explains that routers must learn about paths not directly connected. Emphasize: The router already knows about directly connected networks. It must learn about those networks not connected. This chapter describes how routers learn about those paths. Network Protocol Destination Network Exit Interface Connected Learned 10.1.2.0 172.16.1.0 E0 S0 Routed Protocol: IP Routers must learn destinations that are not directly connected

Identifying Static and Dynamic Routes Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route that it learns from a network routing protocol. Adjusts automatically for topology or traffic changes Purpose: This figure introduces students to static and dynamic routes. Emphasize: Static knowledge is administered manually—A network administrator enters it into the router’s configuration. The administrator must manually update this static route entry whenever an internetwork topology change requires an update. Static knowledge can be private—by default it is not conveyed to other routers as part of an update process. You can, however, configure the router to share this knowledge. Dynamic knowledge works differently. After the network administrator enters configuration commands to start dynamic routing, route knowledge is updated automatically by a routing process. Whenever new topology information is received from the internetwork, routers update neighbors about the route change.

Static Routes Stub Network 172.16.1.0 SO Network A B B 172.16.2.2 172.16.2.1 Purpose: This figure describes how a static route operates. Emphasize: For intercommunication, static routes must be configured in both directions. Static routes are often used to route traffic to a stub network or other network where only a single route to that network exists. Configure unidirectional static routes to and from a stub network to allow communications to occur.

Static Route Configuration Router(config)#ip route network [mask] {address | interface}[distance] [permanent] Defines a path to an IP destination network or subnet Purpose: This figure describes the command syntax used to establish an IP static route. Emphasize: A static route allows manual configuration of the routing table. No dynamic changes to this table entry will occur as long as the path is active. Routing updates are not sent on a link that is only defined by a static route; hence, conserving bandwidth. Describe the The ip route field descriptions: network—destination network or subnet mask—subnet mask address—IP address of next hop router interface—name of interface to use to get to destination network. Transition: The next figure provides a static route configuration example.

Static Route Example Stub Network 172.16.1.0 SO Network A B B 172.16.2.2 172.16.2.1 Purpose: This figure gives an example of a static route configuration. ip route 172.16.1.0 255.255.255.0 172.16.2.1 This is a unidirectional route. You must have a route configured in the opposite direction.

Default Routes Stub Network 172.16.1.0 SO Network A B B 172.16.2.2 172.16.2.1 Purpose: This figure gives an example of a default route configuration. Emphasize: With an address and subnet mask of 0.0.0.0 0.0.0.0 in the ip route statement, packets for any network not listed in the routing table will be sent to the next hop, 172.16.2.2. ip route 0.0.0.0 0.0.0.0 172.16.2.2 This route allows the stub network to reach all known networks beyond router A.