<?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: ICX MAC based dynamic vlan assignment without radius in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42498#M3123</link>
    <description>FYI,&amp;nbsp;after int e 1/1/x I had to use "mac-auth auth-filter 1".</description>
    <pubDate>Thu, 13 Feb 2020 21:43:26 GMT</pubDate>
    <dc:creator>mike_penrod</dc:creator>
    <dc:date>2020-02-13T21:43:26Z</dc:date>
    <item>
      <title>ICX MAC based dynamic vlan assignment without radius</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42495#M3120</link>
      <description>&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;ICX7150&amp;nbsp;SPS08080d&lt;/P&gt;&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;I'm trying to assign some intercom devices to VLAN 15 based on a MAC range.&lt;/P&gt;&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;/P&gt;&lt;P alt="" name="" rel="" target="" title="" type="" value=""&gt;Looks like I'm supposed to enable 802.1x,  then use an authentication and mac filter to assign the vlan-id for dynamic assignment.  I'm just getting a little lost in the syntax.&lt;/P&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:30:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42495#M3120</guid>
      <dc:creator>chris_thomas_68</dc:creator>
      <dc:date>2019-06-19T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: ICX MAC based dynamic vlan assignment without radius</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42496#M3121</link>
      <description>I figured it out.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 1 name DEFAULT-VLAN by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;no untagged ethe 1/1/1 to 1/1/24&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 15 by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;tagged ethe 1/2/1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;vlan 254 by port&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;untagged ethe 1/2/1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;authentication&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;auth-default-vlan 254&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;mac-authentication enable&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;mac-authentication enable ethe 1/1/1 to 1/1/24&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip address 10.254.110.11 255.255.0.0 dynamic&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ip default-gateway 10.254.0.1 dynamic&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;mac filter 1 permit any any&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;mac filter 15 permit b4fb.0000.0000 ffff.0000.0000 any&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;interface ethernet 1/1/1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;auth-filter 15 15&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;auth-filter 1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;interface ethernet 1/1/2&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;auth-filter 1&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp;&amp;nbsp;auth-filter 15 15&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;!&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:37:43 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42496#M3121</guid>
      <dc:creator>chris_thomas_68</dc:creator>
      <dc:date>2019-06-20T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: ICX MAC based dynamic vlan assignment without radius</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42497#M3122</link>
      <description>Thanks Chris, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Your info will be captured in our KBA-9467.</description>
      <pubDate>Mon, 24 Jun 2019 21:02:14 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42497#M3122</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2019-06-24T21:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: ICX MAC based dynamic vlan assignment without radius</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42498#M3123</link>
      <description>FYI,&amp;nbsp;after int e 1/1/x I had to use "mac-auth auth-filter 1".</description>
      <pubDate>Thu, 13 Feb 2020 21:43:26 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/ICX-MAC-based-dynamic-vlan-assignment-without-radius/m-p/42498#M3123</guid>
      <dc:creator>mike_penrod</dc:creator>
      <dc:date>2020-02-13T21:43:26Z</dc:date>
    </item>
  </channel>
</rss>

