<?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: Question about dynamic ACL in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18156#M717</link>
    <description>Create Date: Jul 18 2012  3:58PM&lt;BR /&gt;
&lt;BR /&gt;
Why don't you just go ahead and disable ipforwarding between the VLANs.&lt;BR /&gt;
&lt;BR /&gt;
di ipforwarding &lt;VLAN name=""&gt;  (from Arpit_Bhatt)&lt;/VLAN&gt;</description>
    <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T06:50:00Z</dc:date>
    <item>
      <title>Question about dynamic ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18154#M715</link>
      <description>Create Date: Jul 17 2012  6:36AM&lt;BR /&gt;
&lt;BR /&gt;
Hi experts, I want to implement ACL in my work but I have a problem. I have 3 VLANs  :&lt;BR /&gt;
&lt;BR /&gt;
vlan 4 : administrative users&lt;BR /&gt;
vlan 5: call center users&lt;BR /&gt;
vlan 10 : servers&lt;BR /&gt;
&lt;BR /&gt;
I want to block traffic from vlan 5 to vlan 4, but I dont want to block traffic from vlan 4 to vlan 5.&lt;BR /&gt;
&lt;BR /&gt;
I did 2 dynamic ACL :&lt;BR /&gt;
&lt;BR /&gt;
entry BlockTCP-to-172.17.4.0 {&lt;BR /&gt;
if {&lt;BR /&gt;
destination-address 172.17.4.0/24;&lt;BR /&gt;
protocol tcp;&lt;BR /&gt;
   } then {&lt;BR /&gt;
deny true;&lt;BR /&gt;
     }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry BlockUDP-to-172.17.4.0 {&lt;BR /&gt;
if {&lt;BR /&gt;
destination-address 172.17.4.0/24;&lt;BR /&gt;
protocol udp;&lt;BR /&gt;
  } then {&lt;BR /&gt;
deny true;&lt;BR /&gt;
                       }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
These dynamic ACL, I applied to vlan 5 but the traffic is blocked in both directions. &lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me?&lt;BR /&gt;
&lt;BR /&gt;
Sorry for my bad english language.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
JL  (from jonatan_lezcano)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18154#M715</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Question about dynamic ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18155#M716</link>
      <description>Create Date: Jul 18 2012  8:52AM&lt;BR /&gt;
&lt;BR /&gt;
Hi johnadq, &lt;BR /&gt;
&lt;BR /&gt;
try this: &lt;BR /&gt;
 entry BlockTCP-to-172.17.4.0 &lt;BR /&gt;
 {if &lt;BR /&gt;
 {destination-address 172.17.4.0/24; &lt;BR /&gt;
 protocol tcp;&lt;BR /&gt;
tcp-flags syn; &lt;BR /&gt;
 } &lt;BR /&gt;
 then &lt;BR /&gt;
 {&lt;BR /&gt;
 deny; &lt;BR /&gt;
 }&lt;BR /&gt;
 } &lt;BR /&gt;
&lt;BR /&gt;
 -- &lt;BR /&gt;
 Jarek  (from Jaroslaw_Kasjaniuk)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18155#M716</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Question about dynamic ACL</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18156#M717</link>
      <description>Create Date: Jul 18 2012  3:58PM&lt;BR /&gt;
&lt;BR /&gt;
Why don't you just go ahead and disable ipforwarding between the VLANs.&lt;BR /&gt;
&lt;BR /&gt;
di ipforwarding &lt;VLAN name=""&gt;  (from Arpit_Bhatt)&lt;/VLAN&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/question-about-dynamic-acl/m-p/18156#M717</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
  </channel>
</rss>

