<?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 PAN-OS command for view a rule in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435139#M400</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for a command in PAN-OS for view one rule created by GUI but I can't find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to view a rule configured searching it by rule name or by rule number. Best the first option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody can help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 20 Sep 2021 06:00:51 GMT</pubDate>
    <dc:creator>carlostg</dc:creator>
    <dc:date>2021-09-20T06:00:51Z</dc:date>
    <item>
      <title>PAN-OS command for view a rule</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435139#M400</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for a command in PAN-OS for view one rule created by GUI but I can't find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to view a rule configured searching it by rule name or by rule number. Best the first option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anybody can help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 06:00:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435139#M400</guid>
      <dc:creator>carlostg</dc:creator>
      <dc:date>2021-09-20T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS command for view a rule</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435160#M401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/116060"&gt;@carlostg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below commands should help you to see the policies configured on the firewall. You can filter the output by putting required filter after pipe (|) &amp;nbsp;to see exact matching policies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show running security-policy&lt;/P&gt;
&lt;P&gt;show running nat-policy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. If you want to see only names on the security policy without any details, then you can try below syntax. Accordingly you can try different match conditions to filter the security polices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show running security-policy | match index&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 08:38:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435160#M401</guid>
      <dc:creator>SutareMayur</dc:creator>
      <dc:date>2021-09-20T08:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS command for view a rule</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435170#M403</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/132521"&gt;@SutareMayur&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show running security-policy | match hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it doesn't work. It doesn't show me anything&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show running security-policy | match rule eq hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and It says invalid syntax&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a rule name hello to test&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to view the rule named hello with all the details&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anybody help me?&lt;/P&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>Mon, 20 Sep 2021 08:54:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435170#M403</guid>
      <dc:creator>carlostg</dc:creator>
      <dc:date>2021-09-20T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS command for view a rule</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435193#M404</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe the link can help for you&amp;nbsp;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClaCCAS" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClaCCAS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it and let me if it was helped&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 10:01:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435193#M404</guid>
      <dc:creator>Alpalo</dc:creator>
      <dc:date>2021-09-20T10:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: PAN-OS command for view a rule</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435227#M405</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/192671"&gt;@Alpalo&lt;/a&gt;&amp;nbsp;but It didn't help me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show running security-policy | match hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doesn't show anything&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;show rulebase security rules &amp;lt;rulename&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;I can't execute this command in configure mode as the procedure mentioned, I have no this command.&lt;/SPAN&gt;&lt;/P&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;P&gt;&lt;SPAN&gt;Here are my permissions in CLI&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;show cli permissions&lt;/P&gt;
&lt;P&gt;Admin role: superuser&lt;BR /&gt;Device administrator: True&lt;BR /&gt;Query prefix: (null)&lt;BR /&gt;Session hide user: False&lt;BR /&gt;Session hide IP: False&lt;BR /&gt;Accessible Virtual System: all&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Version info:&lt;/P&gt;
&lt;P&gt;sw-version: 9.1.7&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 13:32:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/pan-os-command-for-view-a-rule/m-p/435227#M405</guid>
      <dc:creator>carlostg</dc:creator>
      <dc:date>2021-09-20T13:32:57Z</dc:date>
    </item>
  </channel>
</rss>

