no failover active 在当前 Active 设备执行,使其主动退出 Active 状态,触发切换。failover active 在 Standby 设备执行,强制备用设备成为 Active。
ASA1 ! Bring up the interfaces that will be used for lan failover (G3) and state failover (G4) interface GigabitEthernet3 no shutdown ! interface GigabitEthernet4 no shutdown ! Apply the IP address along with the keword "standby" and ! the standby address that will be used by the unit in standby mode interface GigabitEthernet0 nameif OUTSIDE security-level 0 ip address 192.168.1.1 255.255.255.0 standby 192.168.1.2 ! interface GigabitEthernet1 nameif INSIDE security-level 100 ip address 172.16.0.1 255.255.255.0 standby 172.16.0.2 ! interface GigabitEthernet2 nameif DMZ security-level 50 ip address 10.0.0.1 255.255.255.0 standby 10.0.0.2 ! Tell the ASA that G3 will be named "LAN_FAIL" and that it will be used ! to replicate the configuration between ASA1 and ASA2 failover lan interface LAN_FAIL GigabitEthernet3 ! Use the failover command to assign "LAN_FAIL" the active ! and standby IP addresses failover interface ip LAN_FAIL 10.1.1.1 255.255.255.252 standby 10.1.1.2 ! Tell the ASA that G4 will be named "LINK_FAIL" and assign the IP address for active ! and standby. Note that the word 'link' is the clue to identify this as the stateful connection failover link LINK_FAIL GigabitEthernet4 failover interface ip LINK_FAIL 10.2.2.1 255.255.255.252 standby 10.2.2.2 ! Tell this ASA that it's title will be "PRIMARY" failover lan unit primary ! Enable failover failover ASA2 On standby unit, just need to do the following configuration, and the rest will be automatically replicated from the Active device. interface GigabitEthernet3 no shutdown ! failover lan interface LAN_FAIL GigabitEthernet3 failover interface ip LAN_FAIL 10.1.1.1 255.255.255.252 standby 10.1.1.2 ! failover
该案例暂时没有网友评论
✖
案例意见反馈
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作