What is RIP?
What messages does RIP use?
How often do RIP enabled routers share their routing table?
Every 30 seconds. This can cause congestion in networks with lots of RIP enabled routers.
List drawbacks of RIP (v1).
List benefits of RIPv2 over RIP (v1)
What command do you use to enable RIPv2?
True or False. RIP will only advertise the prefix of the network that you enter into the ‘network’ command.
False. It will advertise the prefix of the interface.
True or False. The ‘network’ command used in RIP configuration tells the router what networks to advertise.
False. It tells the router which interfaces to enable RIP on.
What does the ‘passive-interface’ command in RIP configuration do?
True or False. The ‘passive-interface’ command can be used in OSPF and EIGRP.
True. It is used for the same reason as when used in RIP.
What does the ‘default-information originate’ command do?
What command can you use to find out what routing protocol(s) a router is using?
show ip protocols
What is EIGRP?
What commands do you use to enable EIGRP?
What is the function of a wild card mask?
What command could you use to check routes that EIGRP has learned but not entered into its routing table?
show ip eigrp topology
What is Feasible Distance?
The local router’s metric value to a destination
What is Reported Distance/Advertised Distance
A neighbor’s metric value to a destination
What are the two numbers next to each route when using the ‘show ip eigrp topology’ command?
What is a Successor?
The route with the lowest metric to the destination (the best route).
What is a Feasible Successor?
An alternate route to a destination (not the best route). This route still meets the Feasability Condition.
What is the Feasability Condition?
This states that a route is considered a Feasible Successor if its Reported Distance is lower than the Successor route’s Feasible Distance.
(Compare the Reported Distance of a Feasible Successor route with the Feasible Distance of the Successor route)
Why is the Feasability Condition mechanism used?
Loop Prevention. If a route meets the Feasability Condition, it is confirmed that this route will not cause a loop.
How would you enable Unequal Cost Multipath load balancing on an EIGRP enabled router?