<?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: ICX7150-48P TCP established ACL not working as expected in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76022#M5276</link>
    <description>&lt;P&gt;Hi Suddenwolf ,&lt;/P&gt;&lt;P&gt;Based on the ACL shared :&amp;nbsp;&lt;BR /&gt;ip access-list extended no_internal_access&lt;BR /&gt;permit tcp any any established&lt;BR /&gt;permit tcp any host 10.20.1.20 eq http&lt;BR /&gt;permit tcp any host 10.20.1.20 eq ssl&lt;BR /&gt;permit tcp any host 10.20.1.50 eq dns&lt;BR /&gt;permit tcp any host 10.20.1.60 eq dns&lt;BR /&gt;permit udp any host 10.20.1.50 eq dns&lt;BR /&gt;permit udp any host 10.20.1.60 eq dns&lt;BR /&gt;deny ip any 10.0.0.0 0.255.255.255&lt;BR /&gt;deny ip any 192.168.100.0 0.0.0.255&lt;BR /&gt;permit ip any any&lt;/P&gt;&lt;P&gt;Permit tcp any established : being on sequence 1 : could be the reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you try the below : and let us know if there is a change in behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip access-list extended no_internal_access&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq http&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq ssl&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.50 eq dns&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.60 eq dns&lt;BR /&gt;&amp;nbsp;permit udp any host 10.20.1.50 eq dns&lt;BR /&gt;&amp;nbsp;permit udp any host 10.20.1.60 eq dns&lt;BR /&gt;&amp;nbsp;permit tcp any any established&lt;BR /&gt;&amp;nbsp;deny ip any 10.0.0.0 0.255.255.255&lt;BR /&gt;&amp;nbsp;deny ip any 192.168.100.0 0.0.0.255&lt;BR /&gt;&amp;nbsp;permit ip any any&lt;/P&gt;&lt;P&gt;this should allow only the said established connections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and as for ping : you could try and add in the ICMP allow statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do let us know if the same helps !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 14:39:39 GMT</pubDate>
    <dc:creator>jdryan</dc:creator>
    <dc:date>2024-02-21T14:39:39Z</dc:date>
    <item>
      <title>ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/75898#M5253</link>
      <description>&lt;P&gt;Hi, I'm running into a weird issue after upgrading from a Brocade ICX6450 to a Ruckus ICX7150.&lt;/P&gt;&lt;P&gt;I have the following ACL that I transferred from the 6450:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip access-list extended no_internal_access
 permit tcp any any established
 permit tcp any host 10.20.1.20 eq http
 permit tcp any host 10.20.1.20 eq ssl
 permit tcp any host 10.20.1.50 eq dns
 permit tcp any host 10.20.1.60 eq dns
 permit udp any host 10.20.1.50 eq dns
 permit udp any host 10.20.1.60 eq dns
 deny ip any 10.0.0.0 0.255.255.255
 deny ip any 192.168.100.0 0.0.0.255
 permit ip any any&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this ACL applied to a guest VLAN, 98. On the 6450, the ACL is applied "in" on VE98 and everything works as expected. I installed the ACL onto the 7150, and applied the ACL "in" on VLAN 98, since that is how it is now done. However, on the 7150, HTTP and even RDP works to hosts in the 10.0.0.0/8 range in many cases. The ACL is doing something, since ICMP does not work. I tried a simple ACL with just an allow established rule and the deny ip rules, and it seems to be the established rule type that is causing the problem. Removing it solves the problem.&lt;/P&gt;&lt;P&gt;Is this an expected behavior, or is there something I am missing on the 7150 that would make this not work as it does on the 6450? It is running 08.0.95m. Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 20:48:27 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/75898#M5253</guid>
      <dc:creator>suddenwolf</dc:creator>
      <dc:date>2024-02-16T20:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/75911#M5259</link>
      <description>&lt;P&gt;Hi Suddenwolf,&lt;/P&gt;&lt;P&gt;Thank you for posting your query.&lt;/P&gt;&lt;P&gt;I understand that ACL is not working as expected after you moved from Brocade ICX6450 to a Ruckus ICX7150.&lt;/P&gt;&lt;P&gt;I suspect since you have been using ICX 6450 previously and it will be running on an older code if I compare it with the new ICX7150 on code 8095m there are chances of command syntax modification, addition and depreciation.&lt;/P&gt;&lt;P&gt;Hence I am requesting you to have a look at page no 103 concerning ACL on the security guide of 8095m.&lt;/P&gt;&lt;P&gt;Please refer the below link for your reference page no 103.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/documents/3451-fastiron-08-0-95-ga-security-configuration-guide" target="_blank"&gt;https://support.ruckuswireless.com/documents/3451-fastiron-08-0-95-ga-security-configuration-guide&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/documents/3450-fastiron-08-0-95-ga-command-reference-guide" target="_blank"&gt;https://support.ruckuswireless.com/documents/3450-fastiron-08-0-95-ga-command-reference-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Moving Forward If this issue is not resolved, Please log a ticket with the below link so that we can help you further.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps you.&lt;/P&gt;&lt;P&gt;Please feel free to leave us a message if you have any concerns.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 08:28:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/75911#M5259</guid>
      <dc:creator>Mayank</dc:creator>
      <dc:date>2024-02-18T08:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76022#M5276</link>
      <description>&lt;P&gt;Hi Suddenwolf ,&lt;/P&gt;&lt;P&gt;Based on the ACL shared :&amp;nbsp;&lt;BR /&gt;ip access-list extended no_internal_access&lt;BR /&gt;permit tcp any any established&lt;BR /&gt;permit tcp any host 10.20.1.20 eq http&lt;BR /&gt;permit tcp any host 10.20.1.20 eq ssl&lt;BR /&gt;permit tcp any host 10.20.1.50 eq dns&lt;BR /&gt;permit tcp any host 10.20.1.60 eq dns&lt;BR /&gt;permit udp any host 10.20.1.50 eq dns&lt;BR /&gt;permit udp any host 10.20.1.60 eq dns&lt;BR /&gt;deny ip any 10.0.0.0 0.255.255.255&lt;BR /&gt;deny ip any 192.168.100.0 0.0.0.255&lt;BR /&gt;permit ip any any&lt;/P&gt;&lt;P&gt;Permit tcp any established : being on sequence 1 : could be the reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you try the below : and let us know if there is a change in behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip access-list extended no_internal_access&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq http&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq ssl&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.50 eq dns&lt;BR /&gt;&amp;nbsp;permit tcp any host 10.20.1.60 eq dns&lt;BR /&gt;&amp;nbsp;permit udp any host 10.20.1.50 eq dns&lt;BR /&gt;&amp;nbsp;permit udp any host 10.20.1.60 eq dns&lt;BR /&gt;&amp;nbsp;permit tcp any any established&lt;BR /&gt;&amp;nbsp;deny ip any 10.0.0.0 0.255.255.255&lt;BR /&gt;&amp;nbsp;deny ip any 192.168.100.0 0.0.0.255&lt;BR /&gt;&amp;nbsp;permit ip any any&lt;/P&gt;&lt;P&gt;this should allow only the said established connections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;and as for ping : you could try and add in the ICMP allow statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do let us know if the same helps !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 14:39:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76022#M5276</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2024-02-21T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76062#M5277</link>
      <description>&lt;P&gt;Thank you for those references, I read through them and while there are some differences since the older code (such as applying the access group to the VLAN instead of VE), I don't seem to see any differences noted about how the established keyword should function.&lt;/P&gt;&lt;P&gt;If I do not find a solution in the near future then I will log a ticket, but I wanted to see if there was any advice in the community first before taking up support time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 20:08:26 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76062#M5277</guid>
      <dc:creator>suddenwolf</dc:creator>
      <dc:date>2024-02-21T20:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76063#M5278</link>
      <description>&lt;P&gt;Thank you for the suggestion! I tried moving the established rule as suggested but did not see any changes, I was still able to initiate HTTP connections &amp;amp; RDP connections to devices in the 10.0.0.0/8 range from devices within the guest VLAN.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 20:10:32 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76063#M5278</guid>
      <dc:creator>suddenwolf</dc:creator>
      <dc:date>2024-02-21T20:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76174#M5294</link>
      <description>&lt;P&gt;Hi suddenwolf,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for the delay in reverting, was checking on the ACL, as the placement of the rule post permitting allowed connections should have worked : else the last bit we could give a try with is below [ if not already tried ]&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip access-list extended no_internal_access&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq http&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit tcp any host 10.20.1.20 eq ssl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit tcp any host 10.20.1.50 eq dns&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit tcp any host 10.20.1.60 eq dns&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit udp any host 10.20.1.50 eq dns&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit udp any host 10.20.1.60 eq dns&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;deny ip any 10.0.0.0 0.255.255.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;deny ip any 192.168.100.0 0.0.0.255&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;permit tcp any any established&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;permit ip any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and have the ACL called as "out" : applying itself on the traffic moving out of the vlan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;here based on the placement : only the above permitted connections should go though and post that with deny in between : that should work as needed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if same behavior is seen, then this would need to be checked further if its related to the operation of that statement with "any any" clause in it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Would suggest you to raise&amp;nbsp;a ticket with the below link so that we can help you further over that. .&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank" rel="noopener noreferrer"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;let us know your thoughts on the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 17:27:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76174#M5294</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2024-02-23T17:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: ICX7150-48P TCP established ACL not working as expected</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76752#M5333</link>
      <description>&lt;P&gt;Well moving the&amp;nbsp;&lt;SPAN&gt;permit tcp any any established below the deny ip any 10.0.0.0 0.255.255.255 wouldn't allow reply traffic(established tcp) if you wanted to rdp into the guest vlan from another vlan in&amp;nbsp;10.0.0.0 0.255.255.255.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm also seeing similar issues with the established keyword which is allowing any TCP traffic thru which has caused me to re-architect my ACLs. It's possible I don't understand the exact use case for established but I understood it to be similar to a reflexive list. I'm on an ICX 7250-24p with SPR08095m.bin firmware.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;***Edit***&lt;/P&gt;&lt;P&gt;Never mind it's working properly in my case, I had a situation where there was asymmetric routing with two gateways on the same subnet so basically the "in" side of the ACLs on the VLANs was seeing traffic leaving and coming back into the VLAN. I was going down the route of adjusting ACLs for this but this was leading to a lot of other unforeseen issues, getting back to symmetrical routing solved all the issues.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 19:07:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX7150-48P-TCP-established-ACL-not-working-as-expected/m-p/76752#M5333</guid>
      <dc:creator>switchingnoob</dc:creator>
      <dc:date>2024-03-14T19:07:39Z</dc:date>
    </item>
  </channel>
</rss>

