03-19-2023 08:33 PM
Hi,
I'm trying to figure out how to configure my INSIDE connections for an ASA that has two interfaces going inside. I'm using GNS3 and an Cisco ASAv 9.14.1. So far I have have this:
hostname LA-ASA-5506
int G0/0
nameif inside
security-level 100
ip address 10.11.0.9 255.255.255.252
no shut
int G0/1
nameif inside1
security-level 100
ip address 10.11.0.13 255.255.255.252
no shut
int G0/2
nameif outside
security-level 0
ip address 1.1.11.3 255.255.255.248
no shut
route outside 0.0.0.0 0.0.0.0 1.1.11.1
route inside 10.11.0.0 255.255.0.0 10.11.0.13
route inside1 10.11.0.0 255.255.0.0 10.11.0.10
Am I on the right track? This doesn't really seem right to me. But I couldn't get the INTERFACE VLAN command to work or SWITCHPORT ACESS VLAN 1 to work either.
03-20-2023 01:26 AM
Hello
I cannot comment on why you have the design the way you do, at least one of that static are incorrect, what is you eventualy goal here, Are you wanting to aggregate those two connections?
route inside 10.11.0.0 255.255.0.0 10.11.0.13 < is this a typo?
03-20-2023 02:19 AM
Yes that was a typo. My idea for an inside 1 didn't work because it was the same network.
route outside 0.0.0.0 0.0.0.0 1.1.11.1
route inside 10.11.0.0 255.255.0.0 10.11.0.14
!route inside1 10.11.0.0 255.255.0.0 10.11.0.10
03-20-2023 02:52 AM
Hello
You still haven’t explained what is it you wish to achieve with the topology you’ve posted?
I see a core switches with a a FHRP connecting to a single asa fw and a 1941 rtr?
03-20-2023 02:52 AM
I have the 2 core 3650s configured in HSRP. I'm tasked with having all the VPN traffic to go out of the ASA device. I one of the cores goes down, how do I configure the ASA so it picks up the traffic from the newly active router?
I initially thought a VLAN so all three connections could be on the same network. But I can't seem to figure out how to set up VLANs on this ASA image. It keeps saying the command isn't recognized.
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