<?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 Mac based VLAN - Howto convert config ? in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Mac-based-VLAN-Howto-convert-config/m-p/40184#M2921</link>
    <description>Hi,&lt;BR /&gt;we are using MAC based vlan for a long time. We have a running config for FCX running 7.X code. Starting with 8.0.20(30) the syntax of the configuration has changed.&lt;BR /&gt;Currently I have no success to get it up and working.&lt;BR /&gt;We are using a radius server to deploy information about a pair of MAC address and vlan. The switch is putting this MAC into the vlan.&lt;BR /&gt;On a new switch running 8.0.70 we see only the error message:"Feb 21 16:27:55:N:MAC Authentication RADIUS timeout for ....", but &lt;BR /&gt;&lt;PRE&gt;show radius servers &lt;BR /&gt;-------------------------------------&lt;BR /&gt;Server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Opens&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Closes&amp;nbsp;&amp;nbsp; Timeouts&amp;nbsp;&amp;nbsp; Status&amp;nbsp; &lt;BR /&gt;-------------------------------------&lt;BR /&gt;X.X.X.X &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;Auth Servers: available&lt;BR /&gt;Acct Servers: available&lt;/PRE&gt;&lt;BR /&gt;In the beginning I also tried then test command (802.1x test for radius) which worked.&lt;BR /&gt;So no idea, why mac-auth is not speaking to the radius ...</description>
    <pubDate>Thu, 22 Feb 2018 08:07:17 GMT</pubDate>
    <dc:creator>peer_joachim_ko</dc:creator>
    <dc:date>2018-02-22T08:07:17Z</dc:date>
    <item>
      <title>Mac based VLAN - Howto convert config ?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Mac-based-VLAN-Howto-convert-config/m-p/40184#M2921</link>
      <description>Hi,&lt;BR /&gt;we are using MAC based vlan for a long time. We have a running config for FCX running 7.X code. Starting with 8.0.20(30) the syntax of the configuration has changed.&lt;BR /&gt;Currently I have no success to get it up and working.&lt;BR /&gt;We are using a radius server to deploy information about a pair of MAC address and vlan. The switch is putting this MAC into the vlan.&lt;BR /&gt;On a new switch running 8.0.70 we see only the error message:"Feb 21 16:27:55:N:MAC Authentication RADIUS timeout for ....", but &lt;BR /&gt;&lt;PRE&gt;show radius servers &lt;BR /&gt;-------------------------------------&lt;BR /&gt;Server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Opens&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Closes&amp;nbsp;&amp;nbsp; Timeouts&amp;nbsp;&amp;nbsp; Status&amp;nbsp; &lt;BR /&gt;-------------------------------------&lt;BR /&gt;X.X.X.X &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; any&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; active&lt;BR /&gt;Auth Servers: available&lt;BR /&gt;Acct Servers: available&lt;/PRE&gt;&lt;BR /&gt;In the beginning I also tried then test command (802.1x test for radius) which worked.&lt;BR /&gt;So no idea, why mac-auth is not speaking to the radius ...</description>
      <pubDate>Thu, 22 Feb 2018 08:07:17 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Mac-based-VLAN-Howto-convert-config/m-p/40184#M2921</guid>
      <dc:creator>peer_joachim_ko</dc:creator>
      <dc:date>2018-02-22T08:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mac based VLAN - Howto convert config ?</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Mac-based-VLAN-Howto-convert-config/m-p/40185#M2922</link>
      <description>Below is the configuration I use for MAC-Auth on ICX 8.X code. If this does not get you working, post your config and whaqt type of Radius you are using and we can go from there.&lt;BR /&gt;&lt;BR /&gt;aaa authentication dot1x default radius&lt;BR /&gt;radius-server host X.X.X.X auth-port 1812 acct-port 1813 default key xxxxxxxx dot1x&lt;BR /&gt;!&lt;BR /&gt;vlan 2 name auth-default-vlan&lt;BR /&gt;exit&lt;BR /&gt;!&lt;BR /&gt;vlan 666 name restricted_VLAN&lt;BR /&gt;exit&lt;BR /&gt;!&lt;BR /&gt;authentication&lt;BR /&gt;auth-default-vlan 2&lt;BR /&gt;restricted-vlan 666&lt;BR /&gt;auth-fail-action restricted-vlan&lt;BR /&gt;mac-authentication enable&lt;BR /&gt;mac-authentication enable ethernet 1/1/14 to 1/1/15&lt;BR /&gt;exit</description>
      <pubDate>Fri, 23 Feb 2018 00:00:23 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Mac-based-VLAN-Howto-convert-config/m-p/40185#M2922</guid>
      <dc:creator>david_ellis_h2n</dc:creator>
      <dc:date>2018-02-23T00:00:23Z</dc:date>
    </item>
  </channel>
</rss>

