468Configuring AAA for Network Users

success: change accepted.

23x0# set authentication dot1x ssid mycorp * peap-mschapv2 local success: change accepted.

The configuration order now shows that all 802.1X users are processed as you intended:

23x0# show aaa

...

set accounting dot1x ssid mycorp EXAMPLE/* start-stop group1

set authentication dot1x ssid mycorp EXAMPLE/* peap-mschapv2 group1 set accounting dot1x ssid mycorp * start-stop group1

set authentication dot1x ssid mycorp * peap-mschapv2 local

Configuring a Mobility Profile

A Mobility Profile is a way of specifying, on a per-user basis, those users who are allowed access to specified AP access ports and wired authentication ports on an WSS switch. In this way, you can constrain the areas to which a user can roam. You first create a Mobility Profile, assign it to one or more users, and finally enable the Mobility Profile feature on the WSS.

Caution! When Mobility Profile attributes are enabled, a user is denied access if assigned a Mobility-Profile attribute in the local WSS switch database or RADIUS server and no Mobility Profile of that name exists on the WSS switch.

Use the following command to create a Mobility Profile by giving it a name and identifying the accessible port or ports:

set mobility-profile name name

{port {none all port-list}} {dap {none all dap-num}}

Specifying none prevents users assigned to the Mobility Profile from accessing any AP access ports, Distributed APs, or wired authentication ports on the WSS. Specifying all allows the users access to all of the ports or Distributed APs.

Specifying an individual port or Distributed AP number or a list limits access to those ports or APs. For example, the following command creates a Mobility Profile named roses-profilethat allows access through ports 2 through 4, port 7, and port 9:

23x0# set mobility-profile name roses-profile port 2-4,7,9

success: change accepted.

You can then assign this Mobility Profile to one or more users. For example, to assign the Mobility Profile roses-profileto all users at EXAMPLE\, type the following command:

23x0# set user EXAMPLE\* attr mobility-profile roses-profile

success: change accepted.

320657-A

Page 468
Image 468
Nortel Networks 2300 manual Configuring a Mobility Profile, 23x0# set mobility-profile name roses-profile port 2-4,7,9