<?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 ACL one way in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36237#M7449</link>
    <description>Hello,&lt;BR /&gt;
I need to create an access list based on subnet IP source and destination   and applied in a VLAN interface, the ACL work fine when we need to   block all traffic, but when we try to block the traffic in one way like   reflexive ACL in Cisco it doesn't work, here is my ACL:&lt;BR /&gt;
entry DenyInterVlanRouting {&lt;BR /&gt;
if match all  {&lt;BR /&gt;
 source-address 10.10.1.110/32;&lt;BR /&gt;
 destination-address 10.10.128.245/32;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
 deny ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
I want to block only from 10.10.1.110 to 10.10.128.245 and allow in the return path.&lt;BR /&gt;</description>
    <pubDate>Thu, 14 Apr 2016 14:53:00 GMT</pubDate>
    <dc:creator>Kamal_FIKRI</dc:creator>
    <dc:date>2016-04-14T14:53:00Z</dc:date>
    <item>
      <title>ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36237#M7449</link>
      <description>Hello,&lt;BR /&gt;
I need to create an access list based on subnet IP source and destination   and applied in a VLAN interface, the ACL work fine when we need to   block all traffic, but when we try to block the traffic in one way like   reflexive ACL in Cisco it doesn't work, here is my ACL:&lt;BR /&gt;
entry DenyInterVlanRouting {&lt;BR /&gt;
if match all  {&lt;BR /&gt;
 source-address 10.10.1.110/32;&lt;BR /&gt;
 destination-address 10.10.128.245/32;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
 deny ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
I want to block only from 10.10.1.110 to 10.10.128.245 and allow in the return path.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 14:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36237#M7449</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T14:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36238#M7450</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If you want to allow the return traffic, then, you need to have another rule like below on the same policy file:&lt;BR /&gt;
&lt;BR /&gt;
entry Permit_return{&lt;BR /&gt;
if match all {&lt;BR /&gt;
source-address 10.10.128.245/32 ;&lt;BR /&gt;
destination-address 10.10.1.110/32;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36238#M7450</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2016-04-14T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36239#M7451</link>
      <description>Hi                 Senguttuvan,&lt;BR /&gt;
Thank's for the replay,&lt;BR /&gt;
I tried this one, but the traffic still dropped in both way, here is my new ACL:&lt;BR /&gt;
&lt;BR /&gt;
entry DenyVlanDefault {&lt;BR /&gt;
if match all {&lt;BR /&gt;
 source-address 10.10.10.58/32;&lt;BR /&gt;
 destination-address 10.10.128.20/32;&lt;BR /&gt;
}then{&lt;BR /&gt;
 deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry permit {&lt;BR /&gt;
if match all {&lt;BR /&gt;
source-address 10.10.128.20/32;&lt;BR /&gt;
destination-address 10.10.10.58/32;&lt;BR /&gt;
}&lt;BR /&gt;
then{&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
I apply it in Default vlan interface ingress&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36239#M7451</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36240#M7452</link>
      <description>Note: I changed IP address for test&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 15:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36240#M7452</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T15:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36241#M7453</link>
      <description>Hi Kamal,&lt;BR /&gt;
&lt;BR /&gt;
I am sorry, I missed the part that you are applying this policy on a VLAN and in ingress direction.&lt;BR /&gt;
&lt;BR /&gt;
I would like to know following information:&lt;BR /&gt;
&lt;BR /&gt;
1. On which VLAN this IP resides 10.10.128.20/32;? I believe the IP 10.10.10.58 is on VLAN Default right? &lt;BR /&gt;
2. How are you validating that the traffic with source 10.10.128.20 and destination 10.10.10.58 are getting forwarded to the device properly when the return traffic is blocked. &lt;BR /&gt;
3. What are the ports these devices are connected to on the switch?&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Arun</description>
      <pubDate>Thu, 14 Apr 2016 15:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36241#M7453</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2016-04-14T15:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36242#M7454</link>
      <description>Hi,&lt;BR /&gt;
I have a summit L3 as core switch with multiple Vlan, the vlan interface 128 have IP 10.10.128.1/24 and is the gateway for 10.10.128.20 and the 10.10.10.58 is in the default vlan&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36242#M7454</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T16:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36243#M7455</link>
      <description>How are you validating that the traffic with source 10.10.128.20 and destination 10.10.10.58 are getting forwarded to the device properly when the return traffic is blocked. &lt;BR /&gt;
&lt;BR /&gt;
Do you have any other rule in the policy apart from the deny rule? &lt;BR /&gt;
&lt;BR /&gt;
Could you create a new policy with following rule:&lt;BR /&gt;
&lt;BR /&gt;
entry permit {&lt;BR /&gt;
if match all {&lt;BR /&gt;
source-address 10.10.128.20/32;&lt;BR /&gt;
destination-address 10.10.10.58/32;&lt;BR /&gt;
}&lt;BR /&gt;
then{&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
and apply as ingress on VLAN 128 and verify if it works. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36243#M7455</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2016-04-14T16:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36244#M7456</link>
      <description>for your question, my goal is to block traffic from 10.10.10.58 to 10.10.128.20 and allow 10.10.128.20 to 10.10.10.58. i can ping between theme when there is no ACL, this is how i validate that traffic is forwarded in the Switch,&lt;BR /&gt;
I tried to make a second ACL to permit ingress traffic in 128 vlan interface but it still blocked&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36244#M7456</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T16:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36245#M7457</link>
      <description>Ping might not work because you are blocking the return traffic. &lt;BR /&gt;
&lt;BR /&gt;
I prefer you open a case with TAC.</description>
      <pubDate>Thu, 14 Apr 2016 16:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36245#M7457</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2016-04-14T16:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36246#M7458</link>
      <description>Can i make inter vlan isolation, i mean block communication using vlan id with some exception ?&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Apr 2016 16:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/36246#M7458</guid>
      <dc:creator>Kamal_FIKRI</dc:creator>
      <dc:date>2016-04-14T16:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: ACL one way</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/96123#M21927</link>
      <description>&lt;P&gt;Hi, did you fint a way to solve this issue ?&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 09:16:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-one-way/m-p/96123#M21927</guid>
      <dc:creator>Giuseppe_Montan</dc:creator>
      <dc:date>2023-06-15T09:16:37Z</dc:date>
    </item>
  </channel>
</rss>

