06-26-2007 10:20 AM - edited 03-11-2019 03:35 AM
Hi,
If i connect 2 ASA 5510 with cross cable & configure failover on the active one, whether failove rtake place??
PLease advice.
06-26-2007 10:33 AM
You need to configure failover on ASAs based on following link-
You can connect the "failover" link interfaces directly using a cross cable.
Regards,
Vibhor.
06-26-2007 08:04 PM
Hi,
In the document i can find it shows Configuring Cable-Based Active/Standby Failover (PIX Security Appliance Only) using the failover cable. have u practically done connecting 2 asa using a cross cable?
please find the commands:
>>hostname(config-if)# ip address active_addr netmask standby standby_addr
say: ip address 10.10.10.1 255.255.255.240 standby 10.10.10.2 ()say this is for eth0/1)
>> failover link if_name phy_if
say: failover link failover eth0/2
>>failover interface ip if_name ip_addr mask standby ip_addr
say: failover interface ip failover 192.168.10.1 255.255.255.240 standby 192.168.10.2
>> hostname(config)# interface eth0/2
>> hostname(config-if)# no shutdown
>>failover
all these are on active one.
=============================================
Standby:
=============================================
hostname(config)# failover
hostname(config)# wr mem
Whether it will solve the purpose.
Rgds..Partha
06-27-2007 07:12 AM
Hello Partha,
Lets say you want to use ethernet0/1 for failover link. Connect e0/1 interfaces of both ASAs using
cross cable. Now you need to implement following commands-
On Primary ASA:
interface e0/1
no shutdown
failover lan unit primary
failover lan interface failover_link ethernet0/1
failover interface ip failover_link 192.168.10.1 255.255.255.240 standby 192.168.10.2
failover lan enable
failover
On Secondary ASA:
interface e0/1
no shutdown
failover lan unit secondary
failover lan interface failover_link ethernet0/1
failover interface ip failover_link 192.168.10.1 255.255.255.240 standby 192.168.10.2
failover lan enable
failover
Note: On ASAs there is no cable-based failover available. We need to configure LAN-based failover only.
Hope this helps.
Regards,
Vibhor.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide