<?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: Does it exist any command to disable and enable a static route from the CLI to change the paremeter from &amp;quot;no-install&amp;quot; to &amp;quot;install&amp;quot;? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/does-it-exist-any-command-to-disable-and-enable-a-static-route/m-p/24555#M17904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To disable the option of no-install for route you need to delete the option from the route&lt;/P&gt;&lt;P&gt;&amp;gt; delete network virtual-router default routing-table ip static-route option no-install&lt;/P&gt;&lt;P&gt;Following is the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin@PA-VM# show network virtual-router default routing-table ip static-route test&lt;/P&gt;&lt;P&gt;test {&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination 8.8.8.0/24;&lt;/P&gt;&lt;P&gt;&amp;nbsp; nexthop {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip-address 1.1.1.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; option {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no-install;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM# delete network virtual-router default routing-table ip static-route test option no-install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM# show network virtual-router default routing-table ip static-route test&lt;/P&gt;&lt;P&gt;test {&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination 8.8.8.0/24;&lt;/P&gt;&lt;P&gt;&amp;nbsp; nexthop {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip-address 1.1.1.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; option;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 20:05:27 GMT</pubDate>
    <dc:creator>knarra1</dc:creator>
    <dc:date>2014-06-10T20:05:27Z</dc:date>
    <item>
      <title>Does it exist any command to disable and enable a static route from the CLI to change the paremeter from "no-install" to "install"?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/does-it-exist-any-command-to-disable-and-enable-a-static-route/m-p/24554#M17903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ecf3ea;"&gt;And about the question, I've already installed the static route using the GUI but with the "set network virtual-router default routing-table ip static-route &amp;lt;virtaulrouter_name&amp;gt; option no-install" command we can enable the "no-install" checbox, now I want to find the command to disable (unchecked) this, I know I can do it from the GUI but I want to learn how to do it from the CLI, If you know how to do it i'll aprecciate the information&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 14:38:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/does-it-exist-any-command-to-disable-and-enable-a-static-route/m-p/24554#M17903</guid>
      <dc:creator>Jesus_Avalos</dc:creator>
      <dc:date>2014-06-10T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does it exist any command to disable and enable a static route from the CLI to change the paremeter from "no-install" to "install"?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/does-it-exist-any-command-to-disable-and-enable-a-static-route/m-p/24555#M17904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To disable the option of no-install for route you need to delete the option from the route&lt;/P&gt;&lt;P&gt;&amp;gt; delete network virtual-router default routing-table ip static-route option no-install&lt;/P&gt;&lt;P&gt;Following is the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;admin@PA-VM# show network virtual-router default routing-table ip static-route test&lt;/P&gt;&lt;P&gt;test {&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination 8.8.8.0/24;&lt;/P&gt;&lt;P&gt;&amp;nbsp; nexthop {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip-address 1.1.1.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; option {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no-install;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM# delete network virtual-router default routing-table ip static-route test option no-install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM# show network virtual-router default routing-table ip static-route test&lt;/P&gt;&lt;P&gt;test {&lt;/P&gt;&lt;P&gt;&amp;nbsp; destination 8.8.8.0/24;&lt;/P&gt;&lt;P&gt;&amp;nbsp; nexthop {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip-address 1.1.1.1;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; option;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[edit]&lt;/P&gt;&lt;P&gt;admin@PA-VM#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 20:05:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/does-it-exist-any-command-to-disable-and-enable-a-static-route/m-p/24555#M17904</guid>
      <dc:creator>knarra1</dc:creator>
      <dc:date>2014-06-10T20:05:27Z</dc:date>
    </item>
  </channel>
</rss>

