200 likes | 323 Views
Summary of RIP Commands. Last modified 11-4-10. Important RIPv1 Commands. Configuring RIPv1 router rip network 192.168.1.0 passive-interface FastEthernet 0/0 default-information originate Troubleshooting RIPv1 debug ip rip undebug all show ip protocols. After 5 .2.
E N D
Summary of RIP Commands Last modified 11-4-10
Important RIPv1 Commands • Configuring RIPv1 • router rip • network 192.168.1.0 • passive-interface FastEthernet 0/0 • default-information originate • Troubleshooting RIPv1 • debug ip rip • undebug all • show ip protocols
In classful addressing, what class is the 150.0.0.0 network in? • Class A • Class B • Class C • Class D • Class E
Which command correctly turns on RIP? • R1>router rip • R1#router rip • R1(config)#router rip • R1(config-if)#router rip • R1(config-router)#router rip
Which commands correctly configure RIP on R1? R1(config)#router ripR1(config-route)#net 192.168.0.0 R1(config)#routerR1(config-route)#ripR1(config-route)#net 192.168.0.0 R1(config)#router ripR1(config-route)#net 192.168.2.0 R1(config)#router ripR1(config-route)#net 192.168.2.0R1(config-route)#net 192.168.1.1 R1(config)#router ripR1(config-route)#net 192.168.2.0R1(config-route)#net 192.168.3.0
Your network is not working, and you suspect that one of the connected cables is bad. Which command should you use first to diagnose the problem? 1 of 5 show ip int brief show route show ip protocols debug ip rip show run
Your network is not working, and you want to see what data is being included in the RIP updates your router is receiving. Which command should you use first to diagnose the problem? 2 of 5 show ip int brief show route show ip protocols debug ip rip show run
Your want to save the configuration of your router as a Notepad file. Which command should you use? 3 of 5 show ip int brief show route show ip protocols debug ip rip show run
What interfaces should be set to passive when configuring RIP on R2? 5 of 5 No interfaces should be passive S0/0/0 should be passive S0/0/1 should be passive S0/0/0 and S0/0/1 should be passive
RIP is configured as shown. R1 has four routes in its routing table, as shown. How many routes are in the updates R1 sends to R2? router rip net 192.168.1.0 net 192.168.2.0 router rip net 192.168.2.0 net 192.168.3.0 router rip net 192.168.3.0 net 192.168.4.0 R1#show ip route 10.0.0.0/24 is subnetted, 4 subnets C 10.1.0.0 is directly connected, FastEthernet0/0 C 10.2.0.0 is directly connected, Serial0/0/0 R 10.3.0.0 [120/1] via 10.2.0.2, 00:00:16, Serial0/0/0 R 10.4.0.0 [120/2] via 10.2.0.2, 00:00:16, Serial0/0/0 1 2 3 4 Something else
Demo ! 202E 5.2.3: Configure RIP Routing on a network ! R1 ! router rip net 192.168.1.0 net 192.168.2.0 ! ! R2 ! router rip net 192.168.2.0 net 192.168.3.0 net 192.168.4.0 ! ! R3 ! router rip net 192.168.4.0 net 192.168.5.0 !
Which router is a RIP boundary router? 1 of 5 None of the routers R1 R2 R3 More than one of the routers
R1 sends an update to R2 about the 10.1.0.0 network. How will R2 interpret this update? 2 of 5 10.0.0.0/8 10.1.0.0/16 10.1.0.0/24 Something else
R2 sends an update to R3 about the 10.1.0.0 network. How will R3 interpret this update? 3 of 5 10.0.0.0/8 10.1.0.0/16 10.1.0.0/24 Something else
All routers are using RIPv1 with no static routes. The routing table on R1 is as shown. A PC in the 10.1.0.0 subnet pings a PC in the 10.4.0.0 subnet. What happens? R1#sh ip route 10.0.0.0/24 is subnetted, 1 subnets C 10.1.0.0 is directly connected, FastEthernet0/0 C 192.168.2.0/24 is directly connected, Serial0/0/0 R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:02, Serial0/0/0 4 of 5 Destination unreachable No Reply Some replies, but not 100% 100% successful replies Something else
All routers are using RIPv1 with no static routes. R2 pings a PC in the 10.4.0.0 subnet. What happens? 5 of 5 Destination unreachable No Reply Some replies, but not 100% 100% successful replies Something else