<?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: Unable to apply ACL on VE Interface in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105090#M7361</link>
    <description>&lt;P&gt;Can you help me understand the direction when applying this ACL to the port instead of the VE. When I apply my ACL to the in direction, I am still able to access the other networks. See below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extended IP access list GUEST_NETWORK&lt;/P&gt;&lt;P&gt;10: permit ip 192.168.200.0 0.0.0.255 host 192.168.200.254&lt;BR /&gt;20: deny ip 192.168.200.0 0.0.0.255 10.0.0.0 0.255.255.255&lt;BR /&gt;30: deny ip 192.168.200.0 0.0.0.255 192.168.0.0 0.0.255.255&lt;BR /&gt;40: deny ip 192.168.200.0 0.0.0.255 172.16.0.0 0.15.255.255&lt;BR /&gt;50: permit ip any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VLAN 200&lt;/P&gt;&lt;P&gt;ip access-group GUEST_NETWORK in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 13:51:01 GMT</pubDate>
    <dc:creator>defore</dc:creator>
    <dc:date>2025-05-05T13:51:01Z</dc:date>
    <item>
      <title>Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105068#M7355</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have some ICX 8200 Switches. I have built a couple of ACLs and VE interfaces on the switch. When I go to apply them to the interface, I do not get an "ip access-group" option. I do see this option on physical ports. I am not sure what I am missing here.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 01:02:28 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105068#M7355</guid>
      <dc:creator>defore</dc:creator>
      <dc:date>2025-05-04T01:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105070#M7356</link>
      <description>&lt;P&gt;Hello Defore,&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;Please find below an example from our lab demonstrating how to apply an access-group to both an interface and a VLAN.&lt;/P&gt;&lt;P&gt;You can apply the "access-group" to vlan and the port not on the ve interface.&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Step 1: Create the Access List&lt;/STRONG&gt;&lt;/H3&gt;&lt;PRE&gt;ICX8200-48ZP2 Router(config)# ip access-list extended test6789
ICX8200-48ZP2 Router(config-ext-ipacl-test6789)# exit&lt;/PRE&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Step 2: Apply the ACL to Interface 1/1/2&lt;/STRONG&gt;&lt;/H3&gt;&lt;PRE&gt;ICX8200-48ZP2 Router(config)# interface ethernet 1/1/2
ICX8200-48ZP2 Router(config-if-e1000-1/1/2)# ip access-group test6789 in
Warning: Binding of large ACL Operation may take few minutes
ICX8200-48ZP2 Router(config-if-e1000-1/1/2)# ip access-group test6789 out
Warning: Binding of large ACL Operation may take few minutes
ICX8200-48ZP2 Router(config-if-e1000-1/1/2)# exit&lt;/PRE&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Step 3: Apply the ACL to VLAN 100&lt;/STRONG&gt;&lt;/H3&gt;&lt;PRE&gt;ICX8200-48ZP2 Router(config)# vlan 100
ICX8200-48ZP2 Router(config-vlan-100)# ip access-group test6789 in
Warning: Binding of large ACL Operation may take few minutes
ICX8200-48ZP2 Router(config-vlan-100)# ip access-group test6789 out&lt;/PRE&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Step 4: Verify Using Running Configuration&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Interface Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;ICX8200-48ZP2 Router(config)# show run interface ethernet 1/1/2
interface ethernet 1/1/2
 ip access-group test6789 in
 ip access-group test6789 out
!&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;VLAN Configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;ICX8200-48ZP2 Router(config)# show run vlan 100
vlan 100 by port
 ip access-group test6789 in
 ip access-group test6789 out
!
!&lt;/PRE&gt;&lt;HR /&gt;&lt;P&gt;If the above steps do not help, please provide the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;The &lt;STRONG&gt;error message&lt;/STRONG&gt; or issue encountered while executing commands (include output snippet).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The &lt;STRONG&gt;software version&lt;/STRONG&gt; currently running on the switch.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For more details, please refer to the &lt;A href="https://docs.commscope.com/bundle/fastiron-10010-securityguide/page/GUID-271C4E83-0C32-4BC6-94E0-5CF304222B9D.html" target="_blank" rel="noopener"&gt;ACL configuration guide for ICX switches&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Looking forward to your response.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Nidhi&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 06:12:54 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105070#M7356</guid>
      <dc:creator>Nidhi</dc:creator>
      <dc:date>2025-05-04T06:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105074#M7358</link>
      <description>&lt;P&gt;Thank you for the response. So, the ACL is applied to the VLAN directly and not the VLAN Interface (RVI/SVI), like it is in the Cisco world? I think that is what was confusing me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 18:16:08 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105074#M7358</guid>
      <dc:creator>defore</dc:creator>
      <dc:date>2025-05-04T18:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105075#M7359</link>
      <description>&lt;P&gt;Hello Defore,&lt;/P&gt;&lt;P&gt;Yes, that's correct. We should apply the ACL directly to the VLAN.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nidhi&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 03:41:10 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105075#M7359</guid>
      <dc:creator>Nidhi</dc:creator>
      <dc:date>2025-05-05T03:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105090#M7361</link>
      <description>&lt;P&gt;Can you help me understand the direction when applying this ACL to the port instead of the VE. When I apply my ACL to the in direction, I am still able to access the other networks. See below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extended IP access list GUEST_NETWORK&lt;/P&gt;&lt;P&gt;10: permit ip 192.168.200.0 0.0.0.255 host 192.168.200.254&lt;BR /&gt;20: deny ip 192.168.200.0 0.0.0.255 10.0.0.0 0.255.255.255&lt;BR /&gt;30: deny ip 192.168.200.0 0.0.0.255 192.168.0.0 0.0.255.255&lt;BR /&gt;40: deny ip 192.168.200.0 0.0.0.255 172.16.0.0 0.15.255.255&lt;BR /&gt;50: permit ip any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VLAN 200&lt;/P&gt;&lt;P&gt;ip access-group GUEST_NETWORK in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 13:51:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105090#M7361</guid>
      <dc:creator>defore</dc:creator>
      <dc:date>2025-05-05T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105121#M7362</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Looks like my last post did not get posted. Can you assist me with how the direction on the ACL works when applying to a port instead of an RVI/SVI? When I apply my ACL in the "in" direction on my vlan 200, I am still able to access the other networks.&lt;/P&gt;&lt;P&gt;Extended IP access list GUEST_NETWORK: 5 entries&lt;BR /&gt;10: permit ip 192.168.200.0 0.0.0.255 host 192.168.200.254&lt;BR /&gt;20: deny ip 192.168.200.0 0.0.0.255 10.0.0.0 0.255.255.255&lt;BR /&gt;30: deny ip 192.168.200.0 0.0.0.255 192.168.0.0 0.0.255.255&lt;BR /&gt;40: deny ip 192.168.200.0 0.0.0.255 172.16.0.0 0.15.255.255&lt;BR /&gt;50: permit ip any any&lt;/P&gt;&lt;P&gt;vlan 200&lt;/P&gt;&lt;P&gt;ip access-group GUEST_NETWORK in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 20:05:16 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105121#M7362</guid>
      <dc:creator>defore</dc:creator>
      <dc:date>2025-05-05T20:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to apply ACL on VE Interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105144#M7363</link>
      <description>&lt;P&gt;I managed to resolve this. My ACL was written incorrectly. Turns out this was a /23 network. Also, for anyone else looking for information about this, here is a useful video about the ACL changes for 9.0 and above.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=qUhnuxZfbzQ" target="_blank"&gt;https://www.youtube.com/watch?v=qUhnuxZfbzQ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 18:03:33 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Unable-to-apply-ACL-on-VE-Interface/m-p/105144#M7363</guid>
      <dc:creator>defore</dc:creator>
      <dc:date>2025-05-06T18:03:33Z</dc:date>
    </item>
  </channel>
</rss>

