<?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: access-list 'established' not working properly in 09.0.10 in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38435#M2718</link>
    <description>&lt;P style="margin: 0;"&gt;Ahh, ignore that, I misunderstood what 'mirror' does in access-list filters. I thought it was related to reflexive filters, but it's not.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 13:19:10 GMT</pubDate>
    <dc:creator>kpfleming</dc:creator>
    <dc:date>2021-12-29T13:19:10Z</dc:date>
    <item>
      <title>access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38432#M2715</link>
      <description>&lt;P style="margin: 0;"&gt;Configuration snippets:&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;P style="margin: 0;"&gt;vlan 80 name untrusted by port&lt;BR /&gt;&amp;nbsp;untagged ethe 3/1/3&amp;nbsp;&lt;BR /&gt;&amp;nbsp;ip access-group untrusted in&lt;/P&gt; 
 &lt;P style="margin: 0;"&gt;interface ve 80&lt;BR /&gt;&amp;nbsp;ip address 192.168.80.2/24&lt;BR /&gt;ip access-list extended untrusted&lt;BR /&gt;&amp;nbsp;enable accounting&lt;/P&gt; 
 &lt;P style="margin: 0;"&gt;&amp;nbsp;sequence 10 permit tcp any 192.168.0.0/16 established&lt;BR /&gt;&amp;nbsp;sequence 20 permit icmp any any&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 30 permit udp any host 192.168.255.2 eq dns&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 40 permit tcp any host 192.168.255.2 eq dns&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 50 permit udp any host 192.168.255.1 eq ntp&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 60 permit tcp any host 192.168.64.113 eq ssl&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 70 deny tcp any 192.168.0.0/16&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 80 deny udp any 192.168.0.0/16&amp;nbsp;&lt;/P&gt; 
 &lt;P style="margin: 0;"&gt;&amp;nbsp;sequence 90 permit tcp any any&amp;nbsp;&lt;BR /&gt;&amp;nbsp;sequence 100 permit udp any any&lt;/P&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P style="margin: 0;"&gt;System attached to 3/1/3 has IP address 192.168.68.200/24, with its gateway set to 192.168.80.2.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;With the above access-list that system is able to &lt;STRONG&gt;open&lt;/STRONG&gt; TCP connections to 192.168.1.1, even though the initial SYN packet should not count as 'established'. If I remove the sequence 10 filter from the access-list, the system is no longer able to open such connections.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 22:29:40 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38432#M2715</guid>
      <dc:creator>kpfleming</dc:creator>
      <dc:date>2021-12-28T22:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38433#M2716</link>
      <description>&lt;P style="margin: 0;"&gt;Hi Kevin,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Hope you are doing Great.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;sequence 10 should not allow sync and sequence 70 will block everything.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Can you please go with 809k code?&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;This will need to be lab tested and fixed in the code.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Here is the link to the target poath&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;A target="_blank" href="https://docs.commscope.com/bundle/ruckus-fi-target-path/page/GUID-7574F40A-91F5-4E4A-8C54-76E33C7D07B3.html" rel="noopener noreferrer" style=" text-align: left;" tabindex="-1"&gt;https://docs.commscope.com/bundle/ruckus-fi-target-path/page/GUID-7574F40A-91F5-4E4A-8C54-76E33C7D07B3.html&lt;/A&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Hope this helps.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Sorry for the inconvenience.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thanks&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Best Regards&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Hashim&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thanks&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Best Regards&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Hashim&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 23:07:11 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38433#M2716</guid>
      <dc:creator>hashim_bharooc1</dc:creator>
      <dc:date>2021-12-28T23:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38434#M2717</link>
      <description>&lt;P&gt;Thanks for the quick response! Unfortunately I'm not able to use the 08 firmware, and I experienced very unusual problems with IPv6 routing with that firmware and the 09 firmware does not have those problems... and I don't have a lab environment in which to test alternative firmware versions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I believe I'll be able to work around this problem though by using a 'mirror' filter in the access-list in the VLAN where the connections originate (which land in VLAN 80). I'll experiment with that.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 23:41:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38434#M2717</guid>
      <dc:creator>kpfleming</dc:creator>
      <dc:date>2021-12-28T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38435#M2718</link>
      <description>&lt;P style="margin: 0;"&gt;Ahh, ignore that, I misunderstood what 'mirror' does in access-list filters. I thought it was related to reflexive filters, but it's not.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 13:19:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38435#M2718</guid>
      <dc:creator>kpfleming</dc:creator>
      <dc:date>2021-12-29T13:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38436#M2719</link>
      <description>&lt;P style="margin: 0;"&gt;Hi Kevin - We did some tests in the lab and found a workaround for this issue. It seems like a bug in this area, and we need to investigate further. For sequence 10, please use /24 instead of /16. Keep sequence 70/80 with /16 for now.&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Also, we need to clarify this statement from your initial post: "System attached to 3/1/3 has IP address 192.168.68.200/24, with its gateway set to 192.168.80.2." We would assume you meant 192.168.80.200/24 for the host?&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Please see the workaround below.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;config t&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;ip access-list extended untrusted&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;no sequence 10&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;sequence 10 permit tcp any 192.168.80.0/24 established&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Please try this and let us know if it helped.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thank you,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Vu Pham&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Principal Technical Support Engineer&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Shift hours: 08:00-17:00 US Central (Mon-Fri)&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;CommScope&amp;nbsp;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;A target="_blank" href="https://www.commscope.com/" rel="noopener noopener noreferrer"&gt;https://www.commscope.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 16:03:52 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38436#M2719</guid>
      <dc:creator>vu_pham_ghtztqm</dc:creator>
      <dc:date>2021-12-29T16:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38437#M2720</link>
      <description>&lt;P&gt;Yes, that's correct, that was a typo in the original post.&lt;BR /&gt;&lt;BR /&gt;The goal here is to allow hosts on VLANs 88 and 89 to make connections to hosts on VLAN 80, but not allow the reverse. Because of that your proposed solution won't work, but I'll experiment with some other options and report back here.&lt;BR /&gt;&lt;BR /&gt;Also, if someone could DM me about getting a support contract in place I'd appreciate that... I used the 'contact us' form some time ago to inquire about it but never got any response.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 18:23:29 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38437#M2720</guid>
      <dc:creator>kpfleming</dc:creator>
      <dc:date>2021-12-29T18:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38438#M2721</link>
      <description>&lt;P style="margin: 0;"&gt;I tried using 'permit tcp 192.168.80.0/24 any established' to limit the source instead of the destination, but that didn't work... host 192.168.80.200 was stable to initiate TCP connections to hosts outside of VLAN 80.&lt;BR /&gt;&lt;BR /&gt;I've got a workaround for this so I'm not blocked on it. Thanks for the help so far.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 18:35:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38438#M2721</guid>
      <dc:creator>kpfleming</dc:creator>
      <dc:date>2021-12-29T18:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: access-list 'established' not working properly in 09.0.10</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38439#M2722</link>
      <description>&lt;P style="margin: 0;"&gt;Hi Kevin,&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Can you please email me your location and email and phone number to my email address: hashim.bharoocha@commscope.com&amp;nbsp; I will have support team reach out to you.&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Also you can try this link:&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;A href="https://www.commscope.com/resources/how-to-buy/public-sector-procurement-contracts/" target="_blank" rel="noopener noopener noreferrer"&gt;https://www.commscope.com/resources/how-to-buy/public-sector-procurement-contracts/&lt;/A&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Thanks&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Best Regards&lt;/P&gt; 
&lt;P style="margin: 0;"&gt;Hashim&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 18:41:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/access-list-established-not-working-properly-in-09-0-10/m-p/38439#M2722</guid>
      <dc:creator>hashim_bharooc1</dc:creator>
      <dc:date>2021-12-29T18:41:39Z</dc:date>
    </item>
  </channel>
</rss>

