Dynamic Routing Protocols
Yesterday I worked on stating routing, which feels inefficient, although I know it will be necessary to do at times.
Dynamic Verses Static Protocols
Dynamic routes figure out their own protocols, while static routs are build one at a time. More scalable than static routing. Routers automatically add different subnets, and if those are moved, routers update it. Routers reroute if one route goes down. Static routes will not recover from network being down.
Route summaries saves memory and CPU usage by creating one single route.
Routing Protocol & Lab Portion
Basic RIP configuration commands:
RIP updates the routing table, on-going process.
Routing Protocol Types
Two main types. 1. IGP--Interior gateway protocols (IGPS) & 2. Exterior gateway protocols (EGPs)
The only EGP is Border Gateway Protocol.
Routing Protocol Metrics
Rip uses Hop Count--max hop count is 15. A longer hop length can sometimes be faster if the bandwidth is higher. EIRP is simple to maintain, calculates quickly, normally choose the best path by default. This is the CISCO proprietary software. OSPF is the open version of EIRP. IS-IS inks need to be manually configured.


Comments
Post a Comment