<?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: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub) in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424165#M3976</link>
    <description>&lt;P&gt;Take a look at some topologies examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MX_Security_and_SD-WAN/Meraki_SD-WAN#Example_Topology" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MX_Security_and_SD-WAN/Meraki_SD-WAN#Example_Topology&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 01:57:42 GMT</pubDate>
    <dc:creator>aleabrahao</dc:creator>
    <dc:date>2022-11-23T01:57:42Z</dc:date>
    <item>
      <title>Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424163#M3974</link>
      <description>&lt;P class=""&gt;Hello all, I have a hub-to-spoke design that I need to implement for a client where which is somewhat straightforward, however I've never done this design before so would appreciate if anyone could validate.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;The client has a requirement to tunnel all publicly destined traffic through their existing internet perimeter firewalls which has IPsec VPN tunnels to a cloud on-ramp web security service.&lt;BR /&gt;Therefore my logic is to configure hub as the following priority &amp;amp; settings:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;Primary MX hub will be implemented in Split Tunnel mode (greenfield DC CoLo environment)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Secondary MX Hub will be implemented in Full Tunnel mode with "Default Route" option selected (existing HQ Office, also regarded as customers existing DC environment). Secondary MX hub will also need to be in routed mode.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;Would this configuration work, so spokes for e.g would transit 10.x.x.x/8 networks via primary hub? And any network traffic destined to public addresses would transit via secondary hub, since the default route option is selected and static routes downstream to core switches/firewall are explicitly configured on secondary hub?&lt;/P&gt;&lt;P class=""&gt;I've based this logic as per documented (from Site-to-Site VPN doco) behavior when Default Route option is selected&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt; &lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HLD_drawio.drawio.png" style="width: 857px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/262873iAE5DB5D191004CEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;Also done up a quick high-level diagram for further detail of proposed setup.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt; &lt;/DIV&gt;&lt;P class=""&gt; &lt;/P&gt;&lt;P class=""&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 01:27:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424163#M3974</guid>
      <dc:creator>hjiang123</dc:creator>
      <dc:date>2022-11-23T01:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424164#M3975</link>
      <description>&lt;P&gt;I have never seen a design like this, but just to remember that:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H3 id="toc-hId-1426086818"&gt; &lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Split tunnel (no default route)&lt;/STRONG&gt;: Send only site-to-site traffic, meaning that if a subnet is at a remote site, the traffic destined for that subnet is sent over the VPN. However, if traffic is destined for a network that is not in the VPN mesh (for example, traffic going to a public web service such as &lt;A href="http://www.google.com" target="_blank" rel="noopener nofollow noreferrer"&gt;www.google.com&lt;/A&gt;), the traffic is not sent over the VPN. Instead, this traffic is routed using another available route, most commonly being sent directly to the Internet from the local MX-Z device. Split tunneling allows for the configuration of multiple hubs.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Full tunnel (default route)&lt;/STRONG&gt;: The configured&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Exit hub(s)&lt;/STRONG&gt; advertise a default route over Auto VPN to the spoke MX-Z device. Traffic destined for subnets that are not reachable through other routes will be sent over VPN to the&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Exit hub(s)&lt;/STRONG&gt;.&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Exit hubs&lt;/STRONG&gt;' default routes will be prioritized in descending order.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;H3 id="toc-hId--1126070143"&gt;Concentrator priority&lt;/H3&gt;&lt;P&gt;The concentrator priority determines how appliances in&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Hub (Mesh) &lt;/STRONG&gt;mode will reach subnets that are advertised from more than one Meraki VPN peer. Similarly to hub priorities, the uppermost concentrator in the list that meets the following criteria &lt;SPAN&gt;will be used for such a subnet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A) Advertises the subnet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B) Currently reachable via VPN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is important to note that concentrator priorities are used only by appliances in Mesh&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN&gt;mode. An appliance in Hub-and-Spoke mode will ignore the concentrator priorities and will use its hub priorities instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Nov 2022 01:47:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424164#M3975</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-23T01:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424165#M3976</link>
      <description>&lt;P&gt;Take a look at some topologies examples:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MX_Security_and_SD-WAN/Meraki_SD-WAN#Example_Topology" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MX_Security_and_SD-WAN/Meraki_SD-WAN#Example_Topology&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 01:57:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424165#M3976</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2022-11-23T01:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424166#M3977</link>
      <description>&lt;P&gt;Ok understood, I got mixed up with terminology. &lt;BR /&gt;To clarify with proposed hub priority - Site-to-Site VPN settings for spokes on dashboard will look like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. DC-Hub (no default route selected)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. HQ-Hub (default route selected)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I understand difference between split tunnel and full tunnel, however given what's written in doco regarding behavior when default route is selected and also explicit 0.0.0.0/0 route is configured on HQ-Hub.&lt;/P&gt;&lt;P&gt;My interpretation is that public traffic from spokes will route through via HQ-Hub despite DC-Hub being higher in priority.&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;EM&gt;Default Route&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When configuring Hubs for a Spoke, there is an option to select a hub as being a &lt;STRONG&gt;Default route&lt;/STRONG&gt;. If this option is selected, then that hub will be configured as a default route for the Spoke (0.0.0.0/0). Any traffic that is not sent to a configured VPN peer network, static route or local network will be sent to the default route. Multiple hubs can be selected as default routes. Hubs marked as default routes take priority in descending order (first priority at the top).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://documentation.meraki.com/MX/Site-to-site_VPN/Site-to-Site_VPN_Settings" target="_blank" rel="noopener nofollow noreferrer"&gt;https://documentation.meraki.com/MX/Site-to-site_VPN/Site-to-Site_VPN_Settings&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 02:14:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424166#M3977</guid>
      <dc:creator>hjiang123</dc:creator>
      <dc:date>2022-11-23T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424167#M3978</link>
      <description>&lt;P&gt;Yes that would work.&lt;/P&gt;&lt;P&gt;From dc2 you also need to set the static routes (or at least the 0.0.0.0 one) to be part of the vpn. This will automatically also advertise these routes to your spokes&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 07:49:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424167#M3978</guid>
      <dc:creator>ww^</dc:creator>
      <dc:date>2022-11-23T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-VPN Hubs - Split Tunnel (Pri Hub) and Full Tunnel (Sec Hub)</title>
      <link>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424168#M3979</link>
      <description>&lt;P&gt;Great, yeah I was planning on making sure the default route is advertised into SD-WAN VPN at HQ office location.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 11:05:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/auto-vpn-hubs-split-tunnel-pri-hub-and-full-tunnel-sec-hub/m-p/5424168#M3979</guid>
      <dc:creator>hjiang123</dc:creator>
      <dc:date>2022-11-23T11:05:51Z</dc:date>
    </item>
  </channel>
</rss>

