- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-25-2024 09:53 AM
We are migrating all our VPN users to GlobalProtect and I want to export our split-tunnel access routes, domains and applications to compare them with our other VPN settings.
I could not find anything that describes how to do this from the CLI or the web interface.
Has anyone found a way to do this?
Thanks
07-25-2024 09:57 AM
I would just export your running-config and compare from there. Easiest way to locate them quickly in the XML is by searching for "
07-25-2024 09:57 AM
I would just export your running-config and compare from there. Easiest way to locate them quickly in the XML is by searching for "
07-25-2024 10:19 AM
Thanks, but there is no split-tunnel entry in the running-config.xml.
Tom
07-25-2024 10:33 AM
So two things then:
You can get this via the CLI by running the following
# Multi-Vsys example #
show vsys <vsys> global-protect global-protect-gateway <gateway> remote-user-tunnel-configs
# Normal #
show global-protect global-protect-gateway <gateway> remote-user-tunnel-configs
07-25-2024 11:05 AM
Yes we have split tunneling enabled on both gateways and each have several configs.
I found information similar to what you posted by interpolating some tech docs about configuring GP split tunnel via the CLI.
That said, I got an error using the 2nd command until I added name in front of <gateway>.
show global-protect-gateway gateway name <gateway>
The output shows our access routes, but not the domains.
I also got an error when I put remote-user-tunnel-configs at the end.
You still get the win lol
Thanks
Tom
07-25-2024 12:04 PM
It was in the Panorama running-config.xml file. I was looking at the export from the firewall.
You were correct in your first post. Thanks again.
Tom
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!