<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications? in GlobalProtect Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593036#M5605</link>
    <description>&lt;P&gt;Thanks, but there is no split-tunnel entry in the&amp;nbsp;running-config.xml.&lt;BR /&gt;Tom&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 17:19:01 GMT</pubDate>
    <dc:creator>PC-TomS</dc:creator>
    <dc:date>2024-07-25T17:19:01Z</dc:date>
    <item>
      <title>How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593031#M5603</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I could not find anything that describes how to do this from the CLI or the web interface.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Has anyone found a way to do this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 16:53:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593031#M5603</guid>
      <dc:creator>PC-TomS</dc:creator>
      <dc:date>2024-07-25T16:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593032#M5604</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/133333"&gt;@PC-TomS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I would just export your running-config and compare from there. Easiest way to locate them quickly in the XML is by searching for "&lt;/P&gt;
&lt;DIV style="color: #3b3b3b; background-color: #ffffff; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 14px; line-height: 19px; white-space: pre;"&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;split-tunneling&amp;gt;&lt;/SPAN&gt;" which is going to take you directly to your remote-user-tunnel-configs where this is set.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jul 2024 16:57:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593032#M5604</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2024-07-25T16:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593036#M5605</link>
      <description>&lt;P&gt;Thanks, but there is no split-tunnel entry in the&amp;nbsp;running-config.xml.&lt;BR /&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:19:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593036#M5605</guid>
      <dc:creator>PC-TomS</dc:creator>
      <dc:date>2024-07-25T17:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593038#M5606</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/133333"&gt;@PC-TomS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;So two things then:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Have you actively configured any split-tunneling at present in your gateway configurations? If you have and the configuration is actually active, it should show up in the running-config export from the firewall.&lt;/LI&gt;
&lt;LI&gt;If you are managing this device via Panorama the running-config on the firewall itself will only show what is configured directly on the device, not what's being merged into the configuration from Panorama. You would need to fetch it from Panorama to have the complete configuration or gather a technical support file on the firewall and extracted the merged-config.xml from the TGZ from the local firewall.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get this via the CLI by running the following&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# Multi-Vsys example #
show vsys &amp;lt;vsys&amp;gt; global-protect global-protect-gateway &amp;lt;gateway&amp;gt; remote-user-tunnel-configs

# Normal #
show global-protect global-protect-gateway &amp;lt;gateway&amp;gt; remote-user-tunnel-configs&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 25 Jul 2024 17:33:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593038#M5606</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2024-07-25T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593044#M5607</link>
      <description>&lt;P&gt;Yes we have split tunneling enabled on both gateways and each have several configs.&lt;/P&gt;
&lt;P&gt;I found information similar to what you posted by interpolating some tech docs about configuring GP split tunnel via the CLI.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;That said, I got an error using the 2nd command until I added name in front of &amp;lt;gateway&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;show global-protect-gateway gateway&lt;STRONG&gt; name&lt;/STRONG&gt;&amp;nbsp;&amp;lt;gateway&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output shows our access routes, but not the domains.&lt;/P&gt;
&lt;P&gt;I also got an error when I put&amp;nbsp;remote-user-tunnel-configs at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You still get the win lol&lt;BR /&gt;Thanks&lt;BR /&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 18:05:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593044#M5607</guid>
      <dc:creator>PC-TomS</dc:creator>
      <dc:date>2024-07-25T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export the GlobalProtect gateway config split tunnel access routes, domains and applications?</title>
      <link>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593058#M5608</link>
      <description>&lt;P&gt;It was in the Panorama running-config.xml file.&amp;nbsp; I was looking at the export from the firewall.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You were correct in your first post.&amp;nbsp; Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 19:04:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/globalprotect-discussions/how-can-i-export-the-globalprotect-gateway-config-split-tunnel/m-p/593058#M5608</guid>
      <dc:creator>PC-TomS</dc:creator>
      <dc:date>2024-07-25T19:04:22Z</dc:date>
    </item>
  </channel>
</rss>

