Term
What two commands can give you the AD of a routing protocol? |
|
Definition
show ip route show ip protocols |
|
|
Term
Which two commands need to be entered at the global configuration prompt to enable rip on an interface? |
|
Definition
router rip network x.x.x.x |
|
|
Term
Use the following 4 commands in order to troubleshoot an implementation or RIP. |
|
Definition
1. show ip interface brief - Make sure interfaces are up 2. show ip route - make sure all routes exist 3. sh ip protocols - routing protocols in use on router 4. debug ip rip - look at information being exchanged |
|
|
Term
Two commands to stop the debugging of RIP |
|
Definition
no debug ip rip undebug all |
|
|
Term
Command to tell a router not to send routing updates out of an interface. |
|
Definition
passive-interface fa0/0 (eg) |
|
|
Term
How to configure a default route out s0/0/0 |
|
Definition
ip route 0.0.0.0 0.0.0.0 serial 0/0/0 |
|
|
Term
How to set the default route to be advertised in RIP to the rest of the routers on the network |
|
Definition
(config)#router rip (config-router)#default-information originate |
|
|