1、用静态路由实现路由备份和负载分担 下面用图 2-2 所示的拓扑结构来演示静态路由如何实现路由备份和负载分担。(点击查看大图)图 2-2 路由备份与负载分担以上拓扑结构中各路由器接口的 IP 地址如表 2-2 所示。表 2-2 路由器 IP 地址表以下为各路由器的基本配置。1. RT-1: 2. RT-1int e0/0 3. RT-1-Ethernet0/0ip add 10.1.1.1 24 4. RT-1-Ethernet0/0int s1/0 5. RT-1-Serial1/0ip add 20.1.1.1 30 6. RT-1-Serial1/0int s2/0 7. RT-1-Ser
2、ial2/0ip add 30.1.1.1 30 8. RT-2: 9. RT-2int s1/0 10.RT-2-Serial1/0ip add 20.1.1.2 30 11.RT-2-Serial1/0int s3/0 12.RT-2-Serial3/0ip add 40.1.1.1 30 13.RT-3: 14.RT-3int e0/0 15.RT-3-Ethernet0/0ip add 60.1.1.1 24 16.RT-3-Ethernet0/0int s1/0 17.RT-3-Serial1/0ip add 50.1.1.2 30 18.RT-3-Serial1/0int s2/0
3、 19.RT-3-Serial2/0ip add 40.1.1.2 30 20.RT-4: 21.RT-4int s1/0 22.RT-4-Serial1/0ip add 50.1.1.1 30 23.RT-4-Serial1/0int s3/0 24.RT-4-Serial3/0ip add 30.1.1.2 30 在图 2-2 所示的拓扑结构中,不管是负载分担方式还是路由备份方式,对路由器 RT-2 和 RT-4 的静态路由配置都是一样的。下面先给出路由器 RT-2 和 RT-4 的路由配置。1. RT-2: 2. RT-2ip route-static 10.1.1.0 24 20.1.
4、1.1 3. RT-2ip route-static 60.1.1.0 24 40.1.1.2 4. RT-4: 5. RT-4ip route-static 10.1.1.0 24 30.1.1.1 6. RT-4ip route-static 60.1.1.0 24 50.1.1.2 1. 主备模式配置假如让 10.1.1.0/24 网段和 60.1.1.0/24 网段之间的两条路径运行在主备模式,即通过 RT-2 路由转发的路径为主路径,通过 RT-4 转发的路径是备份路径。在正常情况下,通过主路径转发数据包,只有在主路径故障的情况下才使用备份路径。要实现以上要求,RT-1、RT-3 路
5、由器的配置如下:1. RT-1: 2. RT-1ip route-static 60.1.1.0 24 20.1.1.2 preference 50 3. RT-1ip route-static 60.1.1.0 24 30.1.1.2 preference 80 4. RT-1dis ip routing-table 5. Routing Tables: Public 6. Destinations : 11 Routes : 11 7. 8. Destination/Mask Proto Pre Cost NextHop Interface 9. 10.10.1.1.0/24 Direct
6、 0 0 10.1.1.1 Eth0/0 11.10.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0 12.20.1.1.0/30 Direct 0 0 20.1.1.1 S1/0 13.20.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0 14.20.1.1.2/32 Direct 0 0 20.1.1.2 S1/0 15.30.1.1.0/30 Direct 0 0 30.1.1.1 S2/0 16.30.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0 17.30.1.1.2/32 Direct 0 0 3
7、0.1.1.2 S2/0 18.60.1.1.0/24 Static 50 0 20.1.1.2 S1/0 19.127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0 20.127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0 21. 22.RT-3: 23.RT-3ip route-static 10.1.1.0 24 40.1.1.1 preference 50 24.RT-3ip route-static 10.1.1.0 24 50.1.1.1 preference 80 25.RT-3dis ip routing-table
8、26.Routing Tables: Public 27. Destinations : 11 Routes : 11 28. 29.Destination/Mask Proto Pre Cost NextHop Interface 30. 31.10.1.1.0/24 Static 50 0 40.1.1.1 S2/0 32.40.1.1.0/30 Direct 0 0 40.1.1.2 S2/0 33.40.1.1.1/32 Direct 0 0 40.1.1.1 S2/0 34.40.1.1.2/32 Direct 0 0 127.0.0.1 InLoop0 35.50.1.1.0/30 Direct 0 0 50.1.1.2 S1/0 36.50.1.1.1/32 Direct 0 0 50.1.1.1 S1/0 37.50.1.1.2/32 Direct 0 0 127.0.0.1 InLoop0 38.60.1.1.0/24 Direct 0 0 60.1.1.1 Eth0/0 39.60.1.1.1/32 Direct 0 0 127.0.0.1 InLoop0 40.127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0 41.127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0