CCENT - Static Routing and Routing Protocols

CCENT level questions about static routing and routing protocols.

19 cards   |   Total Attempts: 183
  

Related Topics

Cards In This Set

Front Back
How can you insure that a static route remains in the routing table even if the exit interface is shutdown?
Use the "permanent" option at the end of the ip route command.
What is a floating static route?
A static route that is assigned a higher AD that that of the routing protocols running on that router.
How do you create a floating static route?
By adding on the desired AD at the end of the ip route command.
Name 2 ways of determining the RIP versions running on a router
Show ip protocols or debug ip rip
Which algorthm does RIP use for calculating paths?
Bellman-Ford
What is the destination address for RIPv1 updates?
Broadcast 255.255.255.255
What is the destination address for RIPv2 updates?
Multicast 224.0.0.9
What is the process of marking a route with a metric of "unreachable"?
Route poisoning
Name 3 ways of preventing routing loops with distance vector protocols?
Split horizon, route poisoning, timers
What is the command to display RIP timers?
Show ip protocols
Name the RIP timers and their default values.
Update: 30 sec, invalid: 180 sec, holddown: 180 sec, flush: 240 sec
What command displays the number of paths RIP is currently configured to equal-cost load-share over & which term defines the value?
Show ip protocols. The number paths is specified by "maximum path".
Which command will show only the routes that have been learned via RIP?
Show ip route rip
Which command will display routing updates along with the routes and their metrics?
Debug ip rip
Which type of routing protocol is known as "routing by rumor"?
Distance vector