Download presentation
Presentation is loading. Please wait.
Published byAlexander Gaines Modified over 8 years ago
1
Static Routing Technique
2
What is Routing the act of moving information across an internetwork from a source to a destination Bridge the mid-1980s
3
Routing Components Path Determination Switching
4
Routing Algorithms Design Goal Optimality Simplicity and low overhead Robustness and stability Rapid convergence Flexibility
5
Routing Algorithms Algorithm Types Static Versus Dynamic Single-Path Versus Multipath Flat Versus Hierarchical Host-Intelligent Versus Router-Intelligent Intradomain Versus Interdomain Link-State Versus Distance Vector Routing Metrics
6
Routing Metrics Path length Reliability Delay Bandwidth Load Communication cost
7
Static Routing manually configure routers by administrator Entrys in the routing table may be a destination. paths are unchangeable.
8
Dynamic Routing routing algorithms discover changes, automatically adjust routing tables, and inform other routers. some paths may be manually configured to control the routing environment.
9
Static vs Dynamic FunctionStaticDynamic Routing Tables Manually created and maintained Dynamically built Sharing Information Does not share information Share information among routers Route Discovery Function of IP Function of Routing protocol(e.g.,RIP) InternetworkSmallLarge Ps. Most routers support both static and dynamic routing.
10
Static Routing in Linux and IOS Most dynamic routing static routing to configure their default route routers run a routing protocol that automatically updates routing tables Static routing entries can be added, even if a router runs a routing protocol, however, static routes may interfere with the path calculation determined by a routing protocol. configuration file
11
Static Routing in Linux and IOS(2) routing cache. a separate entry for each destination IP address. delete if it has not been used for some time.
12
Routing Protocol Routing Information Protocol (RIP) Hello Open Shortest Path First (OSPF)
13
Debugging static routing configurations Tools and Utilities Ethereal Ping Traceroute netstat – rn Show ip route
14
Debugging static routing configurations(2) Example ping: find unsuccessful connections traceroute: find the last successful router netstat – rn / show ip route: determine which routing table entry is incorrect or missing.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.