11-07-2012 12:07 PM - edited 03-07-2019 09:55 AM
Hello - I have a question about connecting our ASA to the external router.
Currently the external router's G0/0 is connected to a switch, and the ASA's (active/standby) outside interfaces are plugged into the same switch. So I have a switch that we're only using 3 ports on, and is a single point of failure.
What I'd like to do is connect the router's G0/0 to the active ASA's outside interface and connect the G0/1 to the standby ASA's outside interface. This would eliminate the switch...
Is this possible?
Thanks,
Ed
Solved! Go to Solution.
11-07-2012 01:24 PM
That should be possible by combining both physical interfaces of the router into one bridge-group. But that's not very elegant. What about using a HWIC-Switch-module in the router and connect the ASAs there?
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
11-07-2012 01:24 PM
That should be possible by combining both physical interfaces of the router into one bridge-group. But that's not very elegant. What about using a HWIC-Switch-module in the router and connect the ASAs there?
--
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni
11-07-2012 01:32 PM
Karsten,
That's a good solution..
John
11-07-2012 02:16 PM
Karsten,
If I could sell an add-in card I would. We're replacing the router next year too. It's the 12 year old switch I'm worried about.
As far as setting up a bridge-group goes would it be something like this?:
interface G0/0
no ip address
no ip proxy-arp
bridge-group 1
!
interface G0/1
no ip address
no ip proxy-arp
bridge-group 1
!
bridge 1 protocol ieee
bridge 1 route ip
!
interface BVI 1
ip address 10.10.10.1 255.255.255.0
Thanks,
Ed
11-08-2012 02:20 PM
That would work Ed...
HTH,
John
11-07-2012 02:23 PM
You guys don't have any other switches, what are you using as your core switches?
11-10-2012 12:59 AM
A dedicated switch would be fine, but the outside interface should never share a physical switch with the core. If that switch had a malfunction, you have the possibility to bypass the firewall with that switch.
11-09-2012 08:58 PM
I was able to lab it up with a couple old PIXs and everything worked fine. I was able to find a couple refurbished EtherSwitch modules that fit the 2821 for super cheap, so I've got them on order.
Instictually I like the idea of having the switch modules in the router. But I'm wondering why you think the bridged interface is a bit kludgey as it eliminates un-needed hardware?
Thanks,
Ed
11-10-2012 01:04 AM
> Instictually I like the idea of having the switch modules in the router. But I'm wondering why you think the bridged interface is a bit kludgey as it eliminates un-needed hardware?
Bridging is not the native function of a router. And at least on older platforms it was quite slow. I'm not aware if anything changed on newer platforms or newer IOS, but I wouldn't expect that. Better do some performance-tests after implementing that.
Sent from Cisco Technical Support iPad App
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