RIP路由重发的配置-思科模拟器练习(Cisco Packet Tracer)

系统管理员 2023-06-16 10:43 93阅读 0赞

一、实验目的

1、掌握路由器中RIP路由重发的配置方法和功能验证;

2、掌握RIP路由重发的作用

二、实验内容

1、绘制拓扑图,根据拓扑图进行试验:

2、配置路由器,并最终验证网络的连通性。

三、实验过程

1**、实验任务说明**

1、查看配置端口状态和路由表信息,并给出说明。

2**、业务配置流程图**

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zOTMyOTc1OA_size_16_color_FFFFFF_t_70

3**、实验配置过程**

1****R-WR-1:

  1. Router>enable
  2. Router#config t
  3. Router(config)#hostname R-WR-1
  4. R-WR-1(config)#ip routing
  5. R-WR-1(config)#interface fa0/0
  6. R-WR-1(config-if)#no shutdown
  7. R-WR-1(config-if)#ip address 192.168.1.1 255.255.255.0
  8. R-WR-1(config-if)#exit
  9. R-WR-1(config)#interface fa0/1
  10. R-WR-1(config-if)#no shutdown
  11. R-WR-1(config-if)#ip address 10.1.0.1 255.255.0.0
  12. R-WR-1(config-if)#exit
  13. R-WR-1(config-if)#interface loopback1
  14. R-WR-1(config-if)#ip address 192.168.100.1 255.255.255.255
  15. R-WR-1(config-if)#exit
  16. R-WR-1(config)#router rip
  17. R-WR-1(config-router)#no auto-summary
  18. R-WR-1(config-router)#version 2
  19. R-WR-1(config-router)#network 10.1.0.0
  20. R-WR-1(config-router)#network 192.168.1.0
  21. R-WR-1(config)#ip route 10.2.0.0 255.255.0.0 192.168.1.2
  22. R-WR-1(config)#router rip
  23. R-WR-1(config-router)#redistribute connected
  24. R-WR-1(config-router)#redistribute static metric 5
  25. R-WR-1(config-router)#exit
  26. R-WR-1(config)#exit
  27. R-WR-1#show ip route
  28. R-WR-1#show ip interface b
  29. R-WR-1#write

2**、R-WR-2:**

  1. Router>en
  2. Router#config t
  3. Router(config)#hostname R-WR-2
  4. R-WR-2(config)#ip routing
  5. R-WR-2(config)#interface fa0/0
  6. R-WR-2(config-if)#no shutdown
  7. R-WR-2(config-if)#ip address 192.168.1.2 255.255.255.0
  8. R-WR-2(config-if)#exit
  9. R-WR-2(config)#interface fa0/1
  10. R-WR-2(config-if)#no shutdown
  11. R-WR-2(config-if)#ip address 10.2.0.1 255.255.255.0
  12. R-WR-2(config-if)#exit
  13. R-WR-2(config)#router rip
  14. R-WR-2(config-router)#no auto-summary
  15. R-WR-2(config-router)#version 2
  16. R-WR-2(config-router)#network 10.2.0.0
  17. R-WR-2(config-router)#network 192.168.1.0
  18. R-WR-2(config-router)#exit
  19. R-WR-2(config)#exit
  20. R-WR-2#show ip route
  21. R-WR-2#show ip int b
  22. R-WR-2#write

四、实验查看及验证

R-WR-1:

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zOTMyOTc1OA_size_16_color_FFFFFF_t_70 1

R-WR-2:

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zOTMyOTc1OA_size_16_color_FFFFFF_t_70 2

watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl8zOTMyOTc1OA_size_16_color_FFFFFF_t_70 3

五、实验思考与总结

1、在配置正确合理的基础上,更进一步的理解掌握其路由器工作原理;

2、正确理解并解读路由表信息。

发表评论

表情:
评论列表 (有 0 条评论,93人围观)

还没有评论,来说两句吧...

相关阅读