Popular
Latest Articles
- How to determine the Syslog Facility using Tcpdump
- Oracle 11g / Fedora 13 - Error in invoking target 'agent nmb nmo nmhs tclexec'
- Cisco Router Zone Based Firewall Configuation Guide - Video Tutorial
- Installing GNS3 0.7.2 onto Fedora 13
- Configuring a Pre-Shared Site to Site VPN between 2 Cisco Routers
- IPv4 Subnetting Notes
- Types of IDS Alerts
- How to run vSphere using SSH tunnelling
Active-Active
Sunday, 18 May 2008 13:25
To enable active-active 2 security contexts on both PIXs will need to be created. One context being active and one stand by.
Create a stateful link
hostname(config)#failover link if_name phy_if
hostname(config)#failover interface ip if_name ip_addr mask standby ip_addr
hostname(config)#interface phy_if
hostname(config-if)#no shutdown
Create Groups
hostname(config)#failover group 1
hostname(config-fover-group)#primary
hostname(config-fover-group)#exit
hostname(config)#failover group 2
hostname(config-fover-group)#secondary
hostname(config-fover-group)#exit
The admin context is always a member of failover group 1
hostname(config)#context context_name
hostname(config-context)#join-failover-group {1 | 2}
hostname(config-context)#exit
Enable on Primary device first
hostname(config)#failover
For further details please see :