<?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: Port Move - Using Panorama Templates in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/352026#M87118</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/132903"&gt;@GN_ROS&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use "set cli config-output-format set" under the Panorama (&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHoCAK" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHoCAK&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;After that just show the template assigned on the device in question.&lt;/P&gt;&lt;P&gt;Piping the output to "match eth1/9" you should receive of the commands that this interface is referring to.&lt;/P&gt;&lt;P&gt;Copy the relevant lines, edit them in text editor to use the new interface and just paste the edited command to the panorama&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modified set commands should simply replace the current entries (static route, GP, peers etc. everything is referred with name and can have only one interface). You probably will need to put the command in the proper order and of course manually remove the ip address from old interface (panorama will give you error if you try to put same ip on both interfaces)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 22:44:39 GMT</pubDate>
    <dc:creator>aleksandar.astardzhiev</dc:creator>
    <dc:date>2020-09-24T22:44:39Z</dc:date>
    <item>
      <title>Port Move - Using Panorama Templates</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/351404#M87063</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I need to do a port move on a 3220 - RJ45 to an SFP port - part of an ISP upgrade. Everything else remains the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The trouble i have is that all the config is managed from a Panorama Device group. I don't know of a way of editing the various dependencies in the GUI (static routes, GP gateways, tunnels, etc) - so i am considering XML surgery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While i can download the panorama xml and do a careful find/replace Ethernet1/9 for Ethernet1/20 for instance, this is not my preferred method, given its potential for typo's and the XML file covers config for many firewalls, not just the one in question. I am trying to avoid the situation of editing XML under the pressure of the businesses main WAN link being down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a better solution for this type of activity? We have various static routes, tunnels, GP gateways etc tied to this interface, so they all need to update together.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:45:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/351404#M87063</guid>
      <dc:creator>GN_ROS</dc:creator>
      <dc:date>2020-09-23T11:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Port Move - Using Panorama Templates</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/351632#M87087</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/132903"&gt;@GN_ROS&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Honestly modifying the XML file is really easy; it would obviously be easier doing it directly on the firewall outside of Panorama, but the XML is pretty easy to read if you just need to do an interface change.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 02:08:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/351632#M87087</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2020-09-24T02:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Port Move - Using Panorama Templates</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/352026#M87118</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/132903"&gt;@GN_ROS&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use "set cli config-output-format set" under the Panorama (&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHoCAK" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClHoCAK&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;After that just show the template assigned on the device in question.&lt;/P&gt;&lt;P&gt;Piping the output to "match eth1/9" you should receive of the commands that this interface is referring to.&lt;/P&gt;&lt;P&gt;Copy the relevant lines, edit them in text editor to use the new interface and just paste the edited command to the panorama&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modified set commands should simply replace the current entries (static route, GP, peers etc. everything is referred with name and can have only one interface). You probably will need to put the command in the proper order and of course manually remove the ip address from old interface (panorama will give you error if you try to put same ip on both interfaces)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 22:44:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/port-move-using-panorama-templates/m-p/352026#M87118</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2020-09-24T22:44:39Z</dc:date>
    </item>
  </channel>
</rss>

