Cisco PIX Failover 实验

Active/Standby
配置如下:
primary
配置:
interface Ethernet0
speed 100
nameif outside
security-level 0
ip address 172.31.0.1 255.255.255.0 standby 172.31.0.3
!
interface Ethernet1
speed 100
nameif inside
security-level 100
ip address 10.0.0.1 255.255.255.0 standby 10.0.0.3
!
interface Ethernet2
speed 100
nameif dmz security-level 50
ip address 192.168.1.1 255.255.255.0 standby 192.168.1.3
!
failover lan interface lanfail Ethernet3
failover key *****
failover interface ip lanfail 172.168.2.1 255.255.255.0 standby 172.168.2.3
failover lan unit primary
failover lan enable
failover
Secondary
配置:
failover lan interface lanfail Ethernet3
failover key *****
failover interface ip lanfail 172.168.2.1 255.255.255.0 standby 172.168.2.3
failover lan unit secondary
failover lan enable
failover
可以观看Cisco的在线视频:
本文介绍了Cisco PIX防火墙的Failover配置实验,包括主备配置的详细步骤,以及如何设置接口、安全级别和IP地址等。通过此实验,读者可以了解如何实现Cisco PIX防火墙的高可用性和故障切换。

1498

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



