<?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: Panorama CLI command to add a tunnel interface to a zone in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138470#M47965</link>
    <description>&lt;P&gt;That was it! Thanks a lot for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 01:10:10 GMT</pubDate>
    <dc:creator>HarshadSowani</dc:creator>
    <dc:date>2017-01-20T01:10:10Z</dc:date>
    <item>
      <title>Panorama CLI command to add a tunnel interface to a zone</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138404#M47954</link>
      <description>&lt;P&gt;Trying to use the Panorama CLI to edit a template and add a tunnel interface, and also assign it to an existing zone in the same template. Does anyone know the CLI command to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can add the tunnel interface and assign it to a virtual router like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;configure
edit template myTemplate
set config network interface tunnel units tunnel.100 comment myTunnelInterface
set config network virtual-router default interface tunnel.100&lt;/PRE&gt;&lt;P&gt;But I cant find the CLI command to then assign a zone to this tunnel interface on the Panorama CLI. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 19:18:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138404#M47954</guid>
      <dc:creator>HarshadSowani</dc:creator>
      <dc:date>2017-01-19T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama CLI command to add a tunnel interface to a zone</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138455#M47959</link>
      <description>&lt;P&gt;It's under the vsys config.&lt;/P&gt;&lt;P&gt;edit template myTemplate&lt;/P&gt;&lt;P&gt;set config vsys vsys1 zone .........&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:59:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138455#M47959</guid>
      <dc:creator>RFalconer</dc:creator>
      <dc:date>2017-01-19T22:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama CLI command to add a tunnel interface to a zone</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138464#M47963</link>
      <description>&lt;P&gt;I tried that, but the options under the vsys command dont include tunnel interfaces - only has layer2, layer3, tap, virtual-wire.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#set config vsys vsys1 zone myZone network

+ log-setting               Log setting for forwarding scan logs
+ zone-protection-profile   Zone protection profile
&amp;gt; layer2                    Layer2 interfaces
&amp;gt; layer3                    Layer3 interfaces
&amp;gt; tap                       Tap mode interfaces
&amp;gt; virtual-wire              Virtual-wire interfaces
  &amp;lt;Enter&amp;gt;                   Finish input&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if i select layer3, i only see loopback, vlan or an option to add a list of values, which also comes back with "invalid reference" if i list my tunnel interface there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# set config vsys vsys1 zone myZone network layer3
  [          Start a list of values.
  loopback   loopback loopback
  vlan       vlan vlan
  &amp;lt;value&amp;gt;    member value


&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# set config vsys vsys1 zone myZone network layer3 [tunnel.100]
Server error :  layer3 '[tunnel.100]' is not a valid reference


&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 00:34:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138464#M47963</guid>
      <dc:creator>HarshadSowani</dc:creator>
      <dc:date>2017-01-20T00:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama CLI command to add a tunnel interface to a zone</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138469#M47964</link>
      <description>&lt;P&gt;You need to add tunnel.100 to vsys1 before it can be assigned a zone.&lt;/P&gt;&lt;P&gt;set config network interface tunnel units tunnel.100&lt;/P&gt;&lt;P&gt;set config vsys vsys1 import network interface tunnel.100&lt;/P&gt;&lt;P&gt;set config vsys vsys1 zone myZone network layer3 tunnel.100&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 01:02:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138469#M47964</guid>
      <dc:creator>RFalconer</dc:creator>
      <dc:date>2017-01-20T01:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama CLI command to add a tunnel interface to a zone</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138470#M47965</link>
      <description>&lt;P&gt;That was it! Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 01:10:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-cli-command-to-add-a-tunnel-interface-to-a-zone/m-p/138470#M47965</guid>
      <dc:creator>HarshadSowani</dc:creator>
      <dc:date>2017-01-20T01:10:10Z</dc:date>
    </item>
  </channel>
</rss>

