
1.划分骨干链路的ip地址,并且配置R1,R2的环回链路

R1

R2

R3

2.宣告R1和R2的环回
R1:
[R1]rip 1
[R1-rip-1]version 2
[R1-rip-1]undo summary
[R1-rip-1]network 192.168.1.0
R2:
[R2]rip 1
[R2-rip-1]version 2
[R2-rip-1]undo summary
[R2-rip-1]network 192.168.1.0、
3.进行手工认证(保障更新安全)
R1:
[R1]int g 0/0/0
[R1-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123456
R2:
[R2]int g 0/0/0
[R2-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123456
[R2-GigabitEthernet0/0/0]int g 0/0/1
[R2-GigabitEthernet0/0/1]rip authentication-mode md5 usual cipher 654321
R3:
[R3]int g 0/0/0
[R3-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 654321、
4.为R3配置缺省路由

5.配置手工汇总

6.配置防环
[r1]ip route-static 192.168.1.64 26 NULL 0
[r2]IP route-static 192.168.1.128 26 null 0
7.结果



本文详细描述了如何在RIP网络中配置R1和R2路由器的环回链路、使用MD5密码进行手工认证、设置默认路由、手工汇总以及防止环路的措施,以确保网络安全和路由稳定性。
225

被折叠的 条评论
为什么被折叠?



