1 / 20

Summary of RIP Commands

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.

Download Presentation

Summary of RIP Commands

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Summary of RIP Commands Last modified 11-4-10

  2. 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

  3. After 5.2

  4. In classful addressing, what class is the 150.0.0.0 network in? • Class A • Class B • Class C • Class D • Class E

  5. 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

  6. 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

  7. After 5.3

  8. 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

  9. 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

  10. 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

  11. 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

  12. 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

  13. 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 !

  14. After 5.4

  15. Which router is a RIP boundary router? 1 of 5 None of the routers R1 R2 R3 More than one of the routers

  16. 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

  17. 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

  18. 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

  19. 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

  20. Demo of this network

More Related