Create Date: Mar 9 2012 8:01AM
Andrew,
The netlogin VLAN is used as a landing spot for devices while they are going through the netlogin process. You are correct that it cannot be used for routing, but no device will spend much time in it if you have configured netlogin completely. The device, and therefore the user, will be moved to a routable VLAN after authentication. There are two modes of Netlogin operation, ISP and Campus. Each mode handles the user VLAN differently.
In ISP mode, you add the destination VLAN to the ports before enabling Netlogin. When authentication is successful, the switch will open up the port for that MAC to access the VLAN.
In Campus mode, you can tell the switch which VLAN to move the device to upon completion of the login process. You can use a local authentication database in the switch or a RADIUS server or a combination of the two. The VLAN must exist on the switch, btw. If you are using a local database on the switch, you use the key "vlan-vsa" at the end of the "netlogin local-user" command to specify the VLAN name. You can also specify whether the VLAN should be .1q tagged or not. The default is untagged. If you are using a RADIUS server, you need to add the Extreme Networks VSA definitions and values. FreeRADIUS stores the definitions in the "dictionary" file and the attributes in the "users" file. Tagging is also supported through this method. Here's an example of setting up a local user on the switch.
create netlogin local-user "Jim" 12345 vlan-vsa "data"
Here's an example of the entry in the users file for user "Jim".
Jim Auth-Type := EAP, User-Password == "12345"
Session-Timeout = 60,
Termination-Action = 1,
Extreme-Netlogin-Vlan = voice-vlan
All of the VSA's can be found in the Concepts Guide. I found them on page 875 of the 12.6 guide.
Regards, Scott (from Scott_Singer)