<?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: Assign Vlan on MAC Netlogin  with Freeradius in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15896#M223</link>
    <description>Thank you for your reply&lt;BR /&gt;
&lt;BR /&gt;
but still Not work&lt;BR /&gt;
&lt;BR /&gt;
The log on Freeradius show that "Access-Accept" but I set up the PC ip 30.0.0.9/24 then ping to 10.0.0.10, it's unreachable. Does the port will be shown on the Vlan?&lt;BR /&gt;
&lt;BR /&gt;
* Dist1.1 # sh "Voice"VLAN Interface with name Voice created by user&lt;BR /&gt;
    Admin State:         Enabled     Tagging:   802.1Q Tag 20&lt;BR /&gt;
    Description:         None&lt;BR /&gt;
    Virtual router:      VR-Default&lt;BR /&gt;
    IPv4 Forwarding:     Disabled&lt;BR /&gt;
    IPv4 MC Forwarding:  Disabled&lt;BR /&gt;
    Primary IP:          30.0.0.10/24&lt;BR /&gt;
    IPv6 Forwarding:     Disabled&lt;BR /&gt;
    IPv6 MC Forwarding:  Disabled&lt;BR /&gt;
    IPv6:                None&lt;BR /&gt;
    STPD:                None&lt;BR /&gt;
    Protocol:            Match all unfiltered protocols&lt;BR /&gt;
    Loopback:            Enabled&lt;BR /&gt;
    NetLogin:            Enabled&lt;BR /&gt;
    OpenFlow:            Disabled&lt;BR /&gt;
    TRILL:               Disabled&lt;BR /&gt;
    QosProfile:          None configured&lt;BR /&gt;
    Egress Rate Limit Designated Port: None configured&lt;BR /&gt;
    Flood Rate Limit QosProfile:       None configured&lt;BR /&gt;
    Ports:   0.           (Number of active ports=0)&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Sep 2015 14:21:00 GMT</pubDate>
    <dc:creator>MUHAMMAD_BAIMAT</dc:creator>
    <dc:date>2015-09-22T14:21:00Z</dc:date>
    <item>
      <title>Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15894#M221</link>
      <description>I'm running on MAC Netlogin Authentication with Freeradius. BTW, I got a problem on Vlan after &lt;BR /&gt;
&lt;BR /&gt;
authenticated. The Vlan can't be assigned to authenticated user as define in "user" file on &lt;BR /&gt;
&lt;BR /&gt;
Freeradius. My configuration as below:&lt;BR /&gt;
&lt;BR /&gt;
--- Switch SummitX 430 ---&lt;BR /&gt;
&lt;I&gt;unconfigure switch all&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure Defaut delete port all&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan Data tag 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;concfigure Data ipaddress 10.150.10.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;concfigure Data add port 1,2 untage        &amp;lt;---port 1 connected to Freeradius&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan Voice tag 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure netlogin vlan Voice&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable netlogin mac&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure netlogin mac authentication database-order radius&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure netlogin add mac-list ff:ff:ff:ff:ff:ff 48 port 2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable netlogin ports 2 mac&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure netlogin ports 2 mode port-based-vlans&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure radius netlogin primary server 10.150.10.150 client-ip 10.150.10.1 vr vr-default&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure radius netlogin primary shared-secret mysecret&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable radius netlogin&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
--- Users file on Freeradius ---&lt;BR /&gt;
&lt;BR /&gt;
0016ECBDA167 Cleartext-Password := 0016ECBDA167&lt;BR /&gt;
        Extreme-Netlogin-VLAN = UVoice,&lt;BR /&gt;
        Extreme-Netlogin-Extended-VLAN = UVoice,&lt;BR /&gt;
&lt;BR /&gt;
--- Client.conf file on Freeradius ---&lt;BR /&gt;
&lt;BR /&gt;
client Dist1 {&lt;BR /&gt;
        ipaddr          = 10.150.10.1&lt;BR /&gt;
        secret          = mysecret&lt;BR /&gt;
        require_message_authenticator = no&lt;BR /&gt;
        nastype     = other&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
--------Log and Result-----------&lt;BR /&gt;
 Sending Access-Accept of id 58 to 10.150.10.1 port 32769&lt;BR /&gt;
        Extreme-Netlogin-Vlan = "UVoice"  &lt;BR /&gt;
        Extreme-Netlogin-Extended-Vlan = "UVoice"&lt;BR /&gt;
&lt;BR /&gt;
Questions :&lt;BR /&gt;
1. Why the user can't be assigned to Vlan Voice, any thing wrong on User attributes?&lt;BR /&gt;
2. I try "&lt;I&gt;configure radius netlogin primary server 10.150.10.150 client-ip 10.150.10.1&lt;/I&gt;" then got &lt;BR /&gt;
&lt;BR /&gt;
error "&lt;I&gt;IP address 10.150.10.1 is not configured in virtual router "VR-Mgmt" for server Primary &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Net-Login&lt;/I&gt;" then I tried vr-default it work, is this the cause for the above problem?&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Tue, 22 Sep 2015 13:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15894#M221</guid>
      <dc:creator>MUHAMMAD_BAIMAT</dc:creator>
      <dc:date>2015-09-22T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15895#M222</link>
      <description>Hi Muhammad,&lt;BR /&gt;
&lt;BR /&gt;
The error message which you have got is a expected one and that should not be the cause of the issue.&lt;BR /&gt;
&lt;BR /&gt;
Can you try only with Extreme-Netlogin-Extended-Vlan = "UVoice" and see if it works?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15895#M222</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2015-09-22T14:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15896#M223</link>
      <description>Thank you for your reply&lt;BR /&gt;
&lt;BR /&gt;
but still Not work&lt;BR /&gt;
&lt;BR /&gt;
The log on Freeradius show that "Access-Accept" but I set up the PC ip 30.0.0.9/24 then ping to 10.0.0.10, it's unreachable. Does the port will be shown on the Vlan?&lt;BR /&gt;
&lt;BR /&gt;
* Dist1.1 # sh "Voice"VLAN Interface with name Voice created by user&lt;BR /&gt;
    Admin State:         Enabled     Tagging:   802.1Q Tag 20&lt;BR /&gt;
    Description:         None&lt;BR /&gt;
    Virtual router:      VR-Default&lt;BR /&gt;
    IPv4 Forwarding:     Disabled&lt;BR /&gt;
    IPv4 MC Forwarding:  Disabled&lt;BR /&gt;
    Primary IP:          30.0.0.10/24&lt;BR /&gt;
    IPv6 Forwarding:     Disabled&lt;BR /&gt;
    IPv6 MC Forwarding:  Disabled&lt;BR /&gt;
    IPv6:                None&lt;BR /&gt;
    STPD:                None&lt;BR /&gt;
    Protocol:            Match all unfiltered protocols&lt;BR /&gt;
    Loopback:            Enabled&lt;BR /&gt;
    NetLogin:            Enabled&lt;BR /&gt;
    OpenFlow:            Disabled&lt;BR /&gt;
    TRILL:               Disabled&lt;BR /&gt;
    QosProfile:          None configured&lt;BR /&gt;
    Egress Rate Limit Designated Port: None configured&lt;BR /&gt;
    Flood Rate Limit QosProfile:       None configured&lt;BR /&gt;
    Ports:   0.           (Number of active ports=0)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15896#M223</guid>
      <dc:creator>MUHAMMAD_BAIMAT</dc:creator>
      <dc:date>2015-09-22T14:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15897#M224</link>
      <description>Hi Muhammad,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for trying the suggestion. When the port is successfully added to the dynamic VLAN, it should be shown in the show vlan output. &lt;BR /&gt;
&lt;BR /&gt;
If the port 2 is the client connected port, can you try to remove it from the vlan data and check if that works. &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;concfigure Data add port 1,2 untage   &lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
As per this config, it is added as untagged in the vlan data&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15897#M224</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-22T14:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15898#M225</link>
      <description>Great !!! &lt;BR /&gt;
now port 2 show on vlan Voice, but still can't ping the interface 30.0.0.10, I will try to solve that (might easy.. hopefully).&lt;BR /&gt;
&lt;BR /&gt;
another issue is that I want to add difference vlan to each user as&lt;BR /&gt;
user1 = vlan Voice&lt;BR /&gt;
user2 = vlan Office&lt;BR /&gt;
user3 = vlan staff&lt;BR /&gt;
&lt;BR /&gt;
it can define on user file, but on switch do I have to configure anything more? &lt;BR /&gt;
at the begin I configure netlogin voice only &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure netlogin vlan Voice&lt;BR /&gt;
&lt;/I&gt;&lt;BR /&gt;
when I try to add new vlan, it show only the last added vlan</description>
      <pubDate>Tue, 22 Sep 2015 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15898#M225</guid>
      <dc:creator>MUHAMMAD_BAIMAT</dc:creator>
      <dc:date>2015-09-22T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15899#M226</link>
      <description>Thats great! &lt;BR /&gt;
&lt;BR /&gt;
I just noticed in the configuration that the Voice is added as a netlogin VLAN. The netlogin should be a temporary VLAN which is used only for the netlogin purpose. &lt;BR /&gt;
&lt;BR /&gt;
it is recommended that we do not use any of the data VLAN as a netlogin VLAN. &lt;BR /&gt;
&lt;BR /&gt;
The following article could help you get with the basic configuration for netlogin. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Mac-based-Netlogin-with-Radius" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Mac-based-Netlogin-with-Radius&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
So, lets say you are using temp vlan as the netlogin vlan. it will be used for the authentication. Once the user is authenticated, based on the VSA from the free-radius, the dynamic VLAN will be assigned. &lt;BR /&gt;
&lt;BR /&gt;
So, no additional configuration is needed. &lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!!</description>
      <pubDate>Tue, 22 Sep 2015 15:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15899#M226</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-09-22T15:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Assign Vlan on MAC Netlogin  with Freeradius</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15900#M227</link>
      <description>Job done !! thank you for your great solution&lt;BR /&gt;
really nice impression for my first post</description>
      <pubDate>Wed, 23 Sep 2015 09:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/assign-vlan-on-mac-netlogin-with-freeradius/m-p/15900#M227</guid>
      <dc:creator>MUHAMMAD_BAIMAT</dc:creator>
      <dc:date>2015-09-23T09:52:00Z</dc:date>
    </item>
  </channel>
</rss>

