实验需求
除了R5的环回地址固定5.5.5.0/24,其他网段基于192.168.1.0/24进行合理划分;
R1-R4每个路由器存在两个环回接口,模拟PC,地址也在192.168.1.0/24网络内;
R1-R4不能直接编写到达5.5.5.0/24的静态路由,但依然可以访问;
全网可达,尽量减少每台路由器路由条目数量,避免环路;
R4与R5间,正常1000M链路通信,故障时自动改为100M;
划分地址(截图或是文字叙述)
PixPin_2025-05-18_22-08-39.png
-
配置IP地址(使用 display ip interface brief 命令截图各设备配置情况)
R1
PixPin_2025-05-18_22-17-33.pngR2
PixPin_2025-05-18_22-28-43.png
R3
PixPin_2025-05-18_22-30-40.png
R4
PixPin_2025-05-18_22-29-57.png
R5
PixPin_2025-05-18_22-31-18.png
- 验收基础路由(使用 display ip routing-table protocol static 查看各设备路由)
R1
PixPin_2025-05-18_22-32-25.png
R2
PixPin_2025-05-18_22-33-26.png
R3
PixPin_2025-05-18_22-34-17.png
R4
PixPin_2025-05-18_22-34-55.png
R5
PixPin_2025-05-18_22-35-37.png
PixPin_2025-05-18_22-36-08.png
Ping测试图
R1 ping 192.168.1.18
PixPin_2025-05-18_22-37-08.png
R5ping 192.168.1.33
PixPin_2025-05-18_22-38-35.png
- 验收缺省路由
R1 Ping 5.5.5.0/24网段(截图)
PixPin_2025-05-18_22-40-38.png
-
验收空接口路由(使用 display ip routing-table protocol static 截取空接口路由)
R1
PixPin_2025-05-18_22-41-56.png
R2
PixPin_2025-05-18_22-42-50.png
R3
PixPin_2025-05-18_22-43-18.png
R4
PixPin_2025-05-18_22-43-46.png
-
验收浮动静态路由(使用 display ip routing-table protocol static 截取Inactive部分的路由)
R4
PixPin_2025-05-18_22-45-14.png
R5
PixPin_2025-05-18_22-45-52.png
将1000M路断开测试(shutdown关闭接口): R1 ping 通 5.5.5.0/24网段截图:
PixPin_2025-05-18_22-48-53.png