05-07-2009 05:36 AM - edited 03-11-2019 08:28 AM
We have an ASA running ver 8.0(4) and telco is proposing a scheme were two identically configured circuits would be handed to me. They would be active/passive in that both would be live but the second won't pass traffic unless the active circuit fails. How can I configure the ASA to support two connections that are Identically configured. Same VPNs, same address translations, same next hop, etc...
Solved! Go to Solution.
05-07-2009 06:47 AM
What about a redundant pair?
ASA(config)# interface redundant 1
ASA(config-if)# member-interface gigabitethernet 0/0
ASA(config-if)# member-interface gigabitethernet 0/1
05-07-2009 06:38 AM
You need failover - see the below:-
HTH>
05-07-2009 06:47 AM
What about a redundant pair?
ASA(config)# interface redundant 1
ASA(config-if)# member-interface gigabitethernet 0/0
ASA(config-if)# member-interface gigabitethernet 0/1
05-07-2009 06:50 AM
v.v.very nice - 5 for you.
05-13-2009 06:58 AM
Thanks - That was just what I needed
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