<?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: ACL blocking ping in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73742#M1001</link>
    <description>Silly question - Did you assign that ACL to the correct port? &lt;BR /&gt;
&lt;BR /&gt;
What happens if you change eq to mask and us 10.222.12.0 0.0.0.255 and 172.16.10.0 0.0.0.31?</description>
    <pubDate>Tue, 02 Apr 2019 20:57:33 GMT</pubDate>
    <dc:creator>aksidents</dc:creator>
    <dc:date>2019-04-02T20:57:33Z</dc:date>
    <item>
      <title>ACL blocking ping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73741#M1000</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have 2 vsp 7k connected via V-Ist and I have 2 vsp 4k connected in those 7k using spb.&lt;BR /&gt;
&lt;BR /&gt;
All the routing and l3 vlan are created in the vsp 7k.&lt;BR /&gt;
&lt;BR /&gt;
vlan mgmt is 1000 (172.16.10.0/26) and I also have other vlans configured. &lt;BR /&gt;
&lt;BR /&gt;
I plugged my notebook on the VSP4k with a static IP 10.222.10.100 and I can ping 172.16.10.0 network normally.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to block ping from vlan 12 (10.222.12.0/24)&lt;BR /&gt;
&lt;BR /&gt;
I create a ACL trying to block this but didnt work. I still pinging from my pc.&lt;BR /&gt;
&lt;BR /&gt;
filter acl 1 type inVlan name "ICMP_BLOCK"&lt;BR /&gt;
filter acl vlan 1 1000&lt;BR /&gt;
filter acl ace 1 5 name "Vlan 1000"&lt;BR /&gt;
filter acl ace action 1 5 deny&lt;BR /&gt;
filter acl ace ethernet 1 5 ether-type eq ip&lt;BR /&gt;
filter acl ace ip 1 5 src-ip eq 10.222.12.100&lt;BR /&gt;
filter acl ace ip 1 5 dst-ip eq 172.16.10.1&lt;BR /&gt;
filter acl ace ethernet 1 5ether-type eq ip&lt;BR /&gt;
filter acl ace ip 1 5 ip-protocol-type eq icmp&lt;BR /&gt;
filter acl ace 1 5 enable&lt;BR /&gt;
&lt;BR /&gt;
Anything that could help!&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 02 Apr 2019 16:42:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73741#M1000</guid>
      <dc:creator>Julio_Oliveira</dc:creator>
      <dc:date>2019-04-02T16:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: ACL blocking ping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73742#M1001</link>
      <description>Silly question - Did you assign that ACL to the correct port? &lt;BR /&gt;
&lt;BR /&gt;
What happens if you change eq to mask and us 10.222.12.0 0.0.0.255 and 172.16.10.0 0.0.0.31?</description>
      <pubDate>Tue, 02 Apr 2019 20:57:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73742#M1001</guid>
      <dc:creator>aksidents</dc:creator>
      <dc:date>2019-04-02T20:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: ACL blocking ping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73743#M1002</link>
      <description>&lt;BR /&gt;
&lt;BR /&gt;
I didnt set this configuration to a specific port. I configured to the whole vlan.&lt;BR /&gt;
&lt;BR /&gt;
If I put src and dst IP to mask I keep pinging the another vlan.</description>
      <pubDate>Tue, 02 Apr 2019 23:03:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73743#M1002</guid>
      <dc:creator>Julio_Oliveira</dc:creator>
      <dc:date>2019-04-02T23:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACL blocking ping</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73744#M1003</link>
      <description>I didnt set this configuration to a specific port. I configured to the whole vlan.&lt;BR /&gt;
&lt;BR /&gt;
If I put src and dst IP to mask I keep pinging the another vlan.&lt;BR /&gt;
&lt;BR /&gt;
I tried it as well, without success.&lt;BR /&gt;
&lt;BR /&gt;
filter acl 1 type inVlan name "ACL-1"&lt;BR /&gt;
filter acl vlan 1 1000&lt;BR /&gt;
&lt;BR /&gt;
filter acl ace 1 1 name "MGMT_Ping"&lt;BR /&gt;
filter acl ace action 1 1 permit&lt;BR /&gt;
filter acl ace ethernet 1 1 ether-type eq ip&lt;BR /&gt;
filter acl ace ip 1 1 src-ip mask 10.222.12.0 0.0.0.255&lt;BR /&gt;
filter acl ace ip 1 1 dst-ip eq 172.16.10.1&lt;BR /&gt;
filter acl ace 1 1 enable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
filter acl ace 1 2 name "ACE-deny"&lt;BR /&gt;
filter acl ace action 1 2 deny&lt;BR /&gt;
filter acl ace ethernet 1 2 ether-type eq ip&lt;BR /&gt;
filter acl ace 1 2 enable</description>
      <pubDate>Tue, 02 Apr 2019 23:05:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/acl-blocking-ping/m-p/73744#M1003</guid>
      <dc:creator>Julio_Oliveira</dc:creator>
      <dc:date>2019-04-02T23:05:04Z</dc:date>
    </item>
  </channel>
</rss>

