PIX故障切换A/S模式
实验目的
实现当一台防火墙出故障时,另一台防火墙能够起到备份和备用功能
实验拓扑
实验配置
所有配置一定要记得wr保存
r1
配置接口ip
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int f0/0
R1(config-if)#ip add 34.0.1.2 255.255.255.0
R1(config-if)#no sh
R1(config-if)#end
配置静态路由
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip route 32.0.1.0 255.255.255.0 34.0.1.1
R1(config)#end
R2#wr
r2
配置接口ip
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int f0/0
R2(config-if)#ip add 32.0.1.2 255.255.255.0
R2(config-if