Routing Flashcards
Split Horizon
Prevents a route learned on one interface from being advertised back out of that same interface (router)
Poison Reverse
Causes a route received on one interface to be advertised back out of that same interface with a metric considered to be infinite
Distance Vector routing
Sends full copy of routing table to its directly-connected neighbors at regular intervals
Convergence
Time it takes for routers to update their routing tables in response to a topology change
Hold-down Timer
Prevents updates for a specific period of time and speeds up convergence (routing)
Link State routing
Requires all routers to know about the paths that all other routers can reach in the network
Routing Information Protocol (RIP)
-Distance vector
-Interior
-Uses hop count (maximum hops of 15; 16 is infinite)
-Easy to configure
-updates every 30 seconds
Open Shortest Path First (OSPF)
-Link state protocol
-Interior
-Uses cost(link speed)
Intermediate System to Intermediate System (IS-IS)
-Link state protocol
-Interior
-Uses cost (link speed)
-Functions like OSPF protocol, but not as popular.
Border Gateway Protocol (BGP)
-Distance vector protocol
Sole Exterior
-Uses the number of autonomous system hops instead of router hops
*Only exterior protocol on exam
Route Believability
If a route has a lower administrative distance (AD), the route is more believable
Relevant routing info source in order of Believability
- Direct
- Static
- EIGRP
- OSPF
- RIP
- External EIGRP
Directly connected route
Learned by physical connection between routers
Static Route
Route configured by sys admin
Explain First-Hop Redundancy
Uses Hot Standby Router Protocol (HSRP) to create virtual IP and MAC addresses to provide active and standby routers.
Name 4 First-Hop Redundancy protocols
Hot Standby Router Protocol (HSRP)
Virtual Router Redundancy Protocol (VRRP)
Gateway Load Balancing Protocol (GLBP)
Common Address Redundancy Protocol (CARP)
Default Route
Route that takes effect when no other route is available for an IP destination address
Hot Standby Router Protocol (HSRP)
- Cisco’s proprietary first-hop redundancy protocol which
- An active and a standby router used together
- Establish a fault-tolerant default gateway
- Presents as a asingle router
Virtual Router Redundancy Protocol (VRRP)
- IETF’s open standard variant of HSRP
- Allows for an active router and multiple standby routers
- Open standard
- Simple and automatic election scheme