12-03-2013 12:43 AM - edited 03-11-2019 08:11 PM
Dear All,
I am having a active- secondary ASA which is connected to a two downlink switches..
Please suggest how redundancy can be achived..
Thanks ,
gkp..
12-03-2013 01:37 AM
Depending on your requirements you could either configure the ASAs in an Active/Standby failover pair, or an Active/Active failover pair.
Active/Standby:
http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/ha_active_standby.html
Active/Active:
http://www.cisco.com/en/US/docs/security/asa/asa84/configuration85/guide/ha_active_active.html
--
Please remember to rate and select a correct answer
12-03-2013 02:20 AM
Hi Marius,
Thanks for your response. I have configured the ASA in Active/ Standby mode. But I need configuration on the ASA for the Down switches connectivity.
Since two interfaces from the firewall will connect to two different switches. Is it possible to bundle those two interfaces..
Or how it can be done ..
Thanks
GKP
12-03-2013 02:34 AM
Depending on the ASA device you are using, yes it is possible to bundle the interfaces. However if you have ASA5505 it is not possible to bundle interfaces, but the ports on the 5505 act as a switch so you could just trunk them and lett spanning tree do its work.
If you are running 5510 or higher there are some licensing requirements:
Etherchannel is configure the same as it would be on a switch.
interface
channel-group
once the ether channel is configured then all subsiquent configurations are done on the portchannel interface.
--
Please remember to rate and select a correct answer
12-03-2013 02:52 AM
Dear Marius,
Please correct me if I am wrong. Configuring port channel will be fine if we are using a single switch.
Since it is a two different switches connecting to a ASA port channel will not come up ..
Thanks,
GKP
12-03-2013 03:35 AM
It is possible depending on the switches you are using. You can configure either Virtual Switching System (VSS) on 6500 or 6800 switches. And on Nexus you can configure Virtual PortChannel (vPC). these features will allow you to configure two separate devices so that they are logically seen as one device.
If you are running lower end switches then you would need to stack the switches...if possible.
Another option could be to connect one switch to the Active ASA and the other to the Standby, and then configure a portchannel between the switches. This way hosts will send traffic to the default gateway which is the ASA, and if the ASA fails then the standby takes over and traffic should not be interupted. It is not optimal redundancy but better than nothing.
--
Please remember to rate and select a correct answer
12-03-2013 09:10 PM
HI Marius,
will configuring redundant links in ASA be a suitable solution ??
Thanks,
GKP
12-04-2013 01:37 AM
I dont think it would be worth having redundant interfaces. The ASA failover is dependent on interface failure and that depends on which interfaces are being monitored. This would mean that you need to adjust the failover criteria to include the number of subinterfaces on the active interface. The ASA only fails over when a certain number of interfaces has failed. So I would not think this would be a good option.
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