实验原理图
实验要求:
1,R1-R4每台设备存在两个环回接口;
2,除R5环回的IP地址已经固定外;其余所有网段均基于192.168.1.0/24规划
3,在R1 - R4上不得直接配置到达5.5.5.0/24的路由条目;
4,减少路由条目的数量,避免环路,且全网可达
5,R 4 - R5间正常基于百米,故障时基于10米链路
如图6所示,基于静态的路由控制策略
实验配置:
R1路由器:
interface Loopback0
ip address 192.168.1.33 255.255.255.240
interface Loopback1
ip address 192.168.1.49 255.255.255.240
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.252
interface FastEthernet0/1
ip address 192.168.1.5 255.255.255.252
ip route 0.0.0.0 0.0.0.0 192.168.1.6
ip route 192.168.1.32 255.255.255.224 192.168.1.2
ip route 192.168.1.4 255.255.255.252 192.168.1.2
ip route 192.168.1.96 255.255.255.224 192.168.1.2
ip route 192.168.1.96 255.255.255.224 192.168.1.6
ip route 192.168.1.64 255.255.255.224 Null0 <