PIX 535 LAN FAILOVER 配置步驟

sonsunny發表於2008-08-20

環境為:2臺PIX 535做lan failover。E1做failover聯接埠。

注意:透過交叉線互聯.埠一定要用100full,不能用100auto

[@more@]

具體配置如下:

primary

no failover
interface ethernet1 100full
nameif ethernet1 intf5 security10
ip address intf5 192.168.101.1 255.255.255.252 //主備保持一致
failover ip address intf5 192.168.101.2 //主備保持一致
failover lan unit primary
failover lan interface intf5
failover lan key 12345678
failover lan enable

standby

no failover
interface ethernet1 100full
ip address intf5 192.168.101.1 255.255.255.252 //主備保持一致
failover ip address intf5 192.168.101.2 //主備保持一致
failover lan unit secondary
failover lan interface intf5
failover lan key 12345678
failover lan enable
failover

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15192459/viewspace-1009216/,如需轉載,請註明出處,否則將追究法律責任。

相關文章