<?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: test security-policy-match application ping -&amp;gt; Server error : argument protocol is required in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/test-security-policy-match-application-ping-gt-server-error/m-p/206736#M60653</link>
    <description>&lt;P&gt;You need to specify the protocol for ICMP, which is 1. That works well for me:&lt;/P&gt;&lt;PRE&gt;&amp;gt; test security-policy-match application ping from Trust to Internet source 192.168.1.1 destination 192.168.2.1 protocol 1

"Default Outbound; index: 5" {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from Trust;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source-region none;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to Internet;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; destination any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; destination-region none;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application/service&amp;nbsp; any/any/any/any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; action allow;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; icmp-unreachable: no
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; terminal yes;
}&lt;/PRE&gt;&lt;P&gt;The full list of protocols assigned by IANA is here, in case you want to test others (TCP is 6, UDP is 17 for example):&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml" target="_blank"&gt;https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 17:35:29 GMT</pubDate>
    <dc:creator>gwesson</dc:creator>
    <dc:date>2018-03-21T17:35:29Z</dc:date>
    <item>
      <title>test security-policy-match application ping -&gt; Server error : argument protocol is required</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/test-security-policy-match-application-ping-gt-server-error/m-p/206727#M60652</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to test ping from zone A to zone B using 2 hosts IPs which belong to their respective zones.&lt;/P&gt;&lt;P&gt;What is the correct way to specifically test application ping?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fw1(active)&amp;gt; test security-policy-match application ping from from zone_1 to zone_2 source 192.168.1.1 destination 192.168.2.1&lt;BR /&gt;Server error : argument protocol is required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ping does not use TCP or UDP. It uses ICMP. To be more precise ICMP type 8 (echo message) and type 0 (echo reply message) are used. ICMP does not have ports&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to test the above using the CLI prior to deploying a firewall to test ping between hosts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:20:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/test-security-policy-match-application-ping-gt-server-error/m-p/206727#M60652</guid>
      <dc:creator>ash83</dc:creator>
      <dc:date>2018-03-21T17:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: test security-policy-match application ping -&gt; Server error : argument protocol is required</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/test-security-policy-match-application-ping-gt-server-error/m-p/206736#M60653</link>
      <description>&lt;P&gt;You need to specify the protocol for ICMP, which is 1. That works well for me:&lt;/P&gt;&lt;PRE&gt;&amp;gt; test security-policy-match application ping from Trust to Internet source 192.168.1.1 destination 192.168.2.1 protocol 1

"Default Outbound; index: 5" {
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from Trust;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source-region none;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to Internet;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; destination any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; destination-region none;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; category any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; application/service&amp;nbsp; any/any/any/any;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; action allow;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; icmp-unreachable: no
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; terminal yes;
}&lt;/PRE&gt;&lt;P&gt;The full list of protocols assigned by IANA is here, in case you want to test others (TCP is 6, UDP is 17 for example):&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml" target="_blank"&gt;https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:35:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/test-security-policy-match-application-ping-gt-server-error/m-p/206736#M60653</guid>
      <dc:creator>gwesson</dc:creator>
      <dc:date>2018-03-21T17:35:29Z</dc:date>
    </item>
  </channel>
</rss>

