注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 安装perl模块小窍门
 帮助

CCNA(Stand-ALONE)Lab 14-Troubleshooting RIP


2008-04-17 16:42:40
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://redking.blog.51cto.com/27212/72133
Objective: configure IP addresses on Routers 1, 2, and 4 with Routing Information Protocol (RIP)as the routing protocol. Then observe routing activity using the debug ip rip command, and examine routes using the show ip route command.
Lab Equipment: Router 1, Router 2, and Router 4 from the eRouters menu
Background Reading: Lab Primer Lesson 7: Routing Protocols
1. configure Routers 1, 2, and 4 to the specifi cations outlined in the table below.
Router1:
Router2:
Router4:

2. Use the proper network statements to configure RIP on all routers.
Router1#conf t
Router1(config)#router rip
Router1(config-router)#network 192.168.1.0
Router1(config-router)#network 192.168.2.0
Router1(config-router)#exit
Router1(config)#exit
Router1#

Router2#config t
Router2(config)#router rip
Router2(config-router)#network 192.168.1.0
Router2(config-router)#exit
Router2(config)#exit
Router2#

Router4#config t
Router4(config)#router rip
Router4(config-router)#network 192.168.2.0
Router4(config-router)#exit
Router4(config)#exit
Router4#

3. Use the show ip route command to confirm that the routes are being received on all routers.
Router1#show ip route

Router2#show ip route

Router4#show ip route

4. Once the routers have received the routes, execute the debug ip rip command at the privileged mode prompt on Router1.
Router1#debug ip rip

Observe the output on Router1’s terminal screen. (The output could take up to 60 seconds to appear.)

5. To turn off the debug command, use the no keyword in front of the command (i.e., no debug ip rip).
Router1#no debug ip rip

6. View the routing table entries on Router2 and Router4. Notice the administrative distances and metrics for these routes.
Router2#show ip route

Router4#show ip route

7. Make sure you can ping all devices on the network from every other device. If all pings do not succeed, then you will need to troubleshoot the router configurations to ensure you configured all settings correctly.
Router1#ping 192.168.1.2
Router1#ping 192.168.2.2

Router2#ping 192.168.1.1
Router2#ping 192.168.2.2

Router4#ping 192.168.2.1
Router4#ping 192.168.1.2
************************************************

本文出自 “王乾De技术Blog” 博客,请务必保留此出处http://redking.blog.51cto.com/27212/72133





    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: