注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 Pass4sure CCNA640-802 v3..
 帮助

CCNA(Stand-ALONE)Lab 13-RIP


2008-04-17 13:03:13
 标签:RIP CCNA   [推送到技术圈]

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://redking.blog.51cto.com/27212/72062
Objective: configure Routers 1, 2, and 4 with IP addresses and the Routing Information Protocol (RIP).
Lab Equipment: Router 1, Router 2, and Router 4 from the eRouters menu
Background Reading: Lab Primer Lesson 7: Routing Protocols
Goals:
• Set the host name and bring up the interfaces.
• configure RIP.
• Select the directly connected networks.
• Display the routing table.
• Display the RIP protocol information.
1. configure Routers 1, 2, and 4 to the specifications outlined in the table and diagram below.
Router1:
Router2:
Router4:

2. On each router, verify that you can ping the directly connected neighbors.
Router1#ping 10.1.1.2
Router1#ping 172.16.10.2

Router2#ping 10.1.1.1

Router4#ping 172.16.10.1

3. Add RIP to Router1.
Router1#
Router1#configure terminal
Router1(config)#router rip
Router1(config-router)#

4. Add the network(s) to which Router1 is directly connected.
Router1(config-router)#network 10.0.0.0
Router1(config-router)#network 172.16.0.0

5. Add RIP to Router2.
Router2#
Router2#config terminal
Router2(config)# router rip
Router2(config-router)#

6. Add the network(s) to which Router2 is directly connected.
Router2(config-router)#network 10.0.0.0

7. Add RIP to Router4.
Router4#
Router4#config terminal
Router4(config)#router rip
Router4(config-router)#

8. Add the network(s) to which Router4 is directly connected.
Router4(config-router)#network 172.16.0.0

9. Now, RIP should be running on all three routers. See if you can ping between routers that are not directly connected. For instance, from Router2 you should now be able to ping Router4’s serial 0 interface.
Router2#ping 172.16.10.2

10. Connect to Router4, and ping Router2’s Ethernet 0 interface.
Router4#ping 10.1.1.2

If you can ping both devices, then you have correctly configured routing. If the pings were not successful, trace back through the steps.

11. Now, issue the command to display the routing table on Router4.
Router4#show ip route

12. Finally, display specific IP routing protocol information on Router4.
Router4#show ip protocol
***************************************************

本文出自 “大唐网络” 博客,请务必保留此出处http://redking.blog.51cto.com/27212/72062





    文章评论
 
 

发表评论

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