12-11-2019 02:19 PM
Hello,
Please see attached simple network diagram of what I've got going on. I have a remote site with LAN subnet 10.30.1.0/24, I have connecting via a site-to-site VPN between a Cisco 881 router to our ASA 5515 VPN Concentrator at our corporate office. This ASA is only used for our AnyConnect clients, and this new solution.
Our goal is going to be to take the traffic from the remote site (10.30.1.0/24) and route all their internet traffic out our corporate HQ ASA 5516 in the diagram attached. This ASA 5516 has our firepower and umbrella solution tied to it.
Currently both ASA's (VPN concentrator and Primary Firewall) land on a DMZ switch with live internet connections. I was trying to do some policy based routing on the VPN concentrator but am finding that particular ASA can't do policy based routing (Software Version 9.2(2)4)? I try to run the command on the interface and it's just not there.
Basically I wanted to take any traffic from the remote office subnet (10.30.1.0/24) and with any destination and pipe it down to our Nexus Router to then disperse either to internal resources, or out our Primary Firewall for internet access. However I"m having troubles getting source based routing to work on our ASA 5515 VPN Concentrator.
I was using this article, but I can't do step 6, the "policy-route" command on the interface. Just says unrecognized command.
Does anyone know of another solution? I do know that if I make a static route on our VPN concentrator ASA like "route inside 8.8.8.8 255.255.255.255 172.17.150.246 1" it then sends any pings from my remote office host to my Nexus router and out the internet successfully. I'm afraid to do a "route inside 0.0.0.0 0.0.0.0 172.17.150.246 1" because we have a "route outside 0.0.0.0 0.0.0.0 1.2.3.4 1" already for that ASA to get to the internet.
Sorry in advance for the long winded-ness of this question.
Solved! Go to Solution.
12-11-2019 02:53 PM
Is "route inside 0.0.0.0 0.0.0.0 172.17.150.246 tunneled" my huckleberry? will the tunneled piece take any VPN traffic and route it down the inside interface?
12-11-2019 02:53 PM
Is "route inside 0.0.0.0 0.0.0.0 172.17.150.246 tunneled" my huckleberry? will the tunneled piece take any VPN traffic and route it down the inside interface?
12-11-2019 03:08 PM
12-11-2019 02:56 PM
12-12-2019 12:46 AM
Hello,
just to make sure, are you running 9.4.1 or later (which is when PBR was introduced for the ASA) ?
12-12-2019 06:09 AM
Ah that explains why my PBR wasn't working, I'm on 9.2(2)4. I checked release notes and configurations guides of later releases and they didn't have what I was looking for. But that makes sense. Thanks as always Georg. The tunneled line actually did it for us in this case, but had I had the later ios I bet my original PBR would have worked.
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