11-04-2019 02:22 PM - edited 02-21-2020 09:47 PM
I've exhausted most of my ASA configuration knowledge and google skills and am running out of idea on something I would like to implement with our company's ASA-5516.
We primarily use OSPF in our LAN, including with our ASA firewall. I want to create a SPlit VPN profile for our Anyconnect clients that would redistribute all routes learned via OSPF by our ASA to the Anyconnect clients upon connection. We do not want to create a new Network object for every network in our LAN to just place them in an ACL and have to constantly re-groom said ACL anytime a new network is added and an old one retired.
I need to basically create either a dynamic object group based on our OSPF routes, automatically update an ACL based on OSPF or otherwise inject OSPF routes to split VPN clients.
Any insights as to how this could be implemented and as to whether this is even possible?
Solved! Go to Solution.
11-04-2019 07:55 PM
11-04-2019 09:20 PM
Hi,
There is an auto option in the ASA for the same. You have to go with a split ACL. I am not an expert in the Python or other languages but you can make some auto script which will export routing table and add or remove the entry in dynamic object group on the asa. Keep in mind that the user will required reconnect to get new routes.
11-04-2019 07:55 PM
11-04-2019 09:20 PM
Hi,
There is an auto option in the ASA for the same. You have to go with a split ACL. I am not an expert in the Python or other languages but you can make some auto script which will export routing table and add or remove the entry in dynamic object group on the asa. Keep in mind that the user will required reconnect to get new routes.
11-05-2019 08:28 AM
Does Anyone have any experience with configuring something of the sort or even some template I could use to get started with this?
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