<?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: Block large ICMP packets in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021479#M11730</link>
    <description>i have used the following lines in the extended ACL&lt;BR /&gt;&lt;BR /&gt;deny icmp any any any-icmp-type ip-pkt-len 33 &lt;BR /&gt;permit icmp any any&lt;BR /&gt;permit ip any any &lt;BR /&gt;&lt;BR /&gt;i have then applied it to a virtual interface of a VLAN both in the IN and OUT direction.&lt;BR /&gt;&lt;BR /&gt;I then initiate a ping from another VLAN specifying the data as 33 bytes. (ping -l 33 xxx.xxx.xxx.xxx)&lt;BR /&gt;&lt;BR /&gt;Is there any way to know, what will be the packet length information that the switch will find for the above ping command in Windows environment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Jun 2007 04:17:31 GMT</pubDate>
    <dc:creator>Mathew Idiculla</dc:creator>
    <dc:date>2007-06-18T04:17:31Z</dc:date>
    <item>
      <title>Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021474#M11725</link>
      <description>I have a 9308m switch configured with VLANs.&lt;BR /&gt;&lt;BR /&gt;I want to drop ICMP packets beyond certain size, such as 128 bytes. Is there any way I can do this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Jun 2007 04:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021474#M11725</guid>
      <dc:creator>Mathew Idiculla</dc:creator>
      <dc:date>2007-06-17T04:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021475#M11726</link>
      <description>Looks like you can do this:&lt;BR /&gt;&lt;BR /&gt;The ip-pkt-len &lt;VALUE&gt; parameter enables you to filter ICMP packets based on the IP packet length. This parameter matches on the total length field in the IP header of ICMP packets. The IP packet length value can be from 1 -65535.&lt;BR /&gt;&lt;BR /&gt;NOTE: This parameter is supported in software release 07.7.00 and later, and applies only if you specified icmp as the &lt;IP-PROTOCOL&gt; value.&lt;/IP-PROTOCOL&gt;&lt;/VALUE&gt;</description>
      <pubDate>Mon, 18 Jun 2007 01:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021475#M11726</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-06-18T01:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021476#M11727</link>
      <description>I have tried this solution but firstly it isn't working and secondly i think this parameter needs an exact value and we cannot specify a range or operators such as greater than.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2007 01:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021476#M11727</guid>
      <dc:creator>Mathew Idiculla</dc:creator>
      <dc:date>2007-06-18T01:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021477#M11728</link>
      <description>What's the exact ACL syntax you've tried?&lt;BR /&gt;&lt;BR /&gt;I agree it looks like you can't specify a range, the only way I can think of doing this is to specifically permit from 1 through to 128 on separate lines, and then a deny icmp at the end.</description>
      <pubDate>Mon, 18 Jun 2007 01:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021477#M11728</guid>
      <dc:creator>Matt Hobbs</dc:creator>
      <dc:date>2007-06-18T01:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021478#M11729</link>
      <description>You mght try something like in the ACL (note : this from Cisco IOS, but might find something equivalent for the 9308m):&lt;BR /&gt;&lt;BR /&gt;permit icmp host x.x.x.x host y.y.y.y ? administratively-prohibited ? option ?&lt;BR /&gt;&lt;BR /&gt;(the question mark should give you the options available for each stage of the sub-command)</description>
      <pubDate>Mon, 18 Jun 2007 01:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021478#M11729</guid>
      <dc:creator>OLARU Dan</dc:creator>
      <dc:date>2007-06-18T01:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021479#M11730</link>
      <description>i have used the following lines in the extended ACL&lt;BR /&gt;&lt;BR /&gt;deny icmp any any any-icmp-type ip-pkt-len 33 &lt;BR /&gt;permit icmp any any&lt;BR /&gt;permit ip any any &lt;BR /&gt;&lt;BR /&gt;i have then applied it to a virtual interface of a VLAN both in the IN and OUT direction.&lt;BR /&gt;&lt;BR /&gt;I then initiate a ping from another VLAN specifying the data as 33 bytes. (ping -l 33 xxx.xxx.xxx.xxx)&lt;BR /&gt;&lt;BR /&gt;Is there any way to know, what will be the packet length information that the switch will find for the above ping command in Windows environment.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2007 04:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021479#M11730</guid>
      <dc:creator>Mathew Idiculla</dc:creator>
      <dc:date>2007-06-18T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Block large ICMP packets</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021480#M11731</link>
      <description>I have some insight to this issue so thought will share it here.&lt;BR /&gt;&lt;BR /&gt;There is no way to block a range of ICMP packets based on size.&lt;BR /&gt;&lt;BR /&gt;We can specify a specific ICMP packet size using the ip-pkt-len parameter in an extended ACL.&lt;BR /&gt;&lt;BR /&gt;For a standard Ping packet in Windows with 32 bytes of data is seen in the HP switch as 60 bytes with IP and ICMP header added.&lt;BR /&gt;&lt;BR /&gt;Thanks to all who responded.</description>
      <pubDate>Mon, 25 Jun 2007 23:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/block-large-icmp-packets/m-p/4021480#M11731</guid>
      <dc:creator>Mathew Idiculla</dc:creator>
      <dc:date>2007-06-25T23:30:23Z</dc:date>
    </item>
  </channel>
</rss>

