1 / 14

Static Routing Technique

Static Routing Technique. What is Routing. the act of moving information across an internetwork from a source to a destination Bridge the mid-1980s. Routing Components. Path Determination Switching. Routing Algorithms. Design Goal Optimality Simplicity and low overhead

Télécharger la présentation

Static Routing Technique

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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. DynamicRouting • 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 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.

More Related