RIPv2

拓扑
RIPv2
路由A:
全局模式
int f0/1:
10.10.10.1/24
f0/0:
192.168.2.1/24
路由B:
全局模式
int f0/1:
10.10.20.1/24
f0/0:
192.168.2.2/24

RIPv1
路由A:
全局模式
router rip
network 10.10.10.0
network 192.168.2.0
路由B:
全局模式
router rip
network 10.10.20.0
network 192.168.2.0

RIPv2
路由A:
全局模式
router rip
version 2
no auto-summary
路由B:
全局模式
router rip
version 2
no auto-summary

验证
路由A为例:
特权模式
show running-config
RIPv2
特权模式
show ip route
RIPv2

pc0 ping pc1:
RIPv2

ps:小技巧,通过pc端命令行ping 路由接口地址,查看是否能够ping通,若没有ping通则此路由或与之相连路由出现问题。

总结:一步一步的来,不要着急,比较RIPv1和RIPv2
v1适用于在同一类网络地址中动态配置路由
v2可以解决不同类网络地址中路由配置问题。
本次实验解决了路由中A类地址和C类地址的动态配置问题。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-01-11
  • 2021-05-08
猜你喜欢
  • 2021-10-02
  • 2021-11-13
  • 2021-10-07
  • 2021-05-04
  • 2021-04-06
  • 2021-07-14
  • 2022-01-18
相关资源
相似解决方案