3Com WX4400 3CRWX440095A Video Game Controller User Manual


 
260 CHAPTER 8: AAA COMMANDS
The following command places all users who are authorized for SSID
tempvendor_a into VLAN kiosk_1:
WX1200#
set location policy permit vlan kiosk_1 iff ssid eq
tempvendor_a
success: change accepted
See Also
clear location policy on page 219
display location policy on page 234
set mac-user Configures a user profile in the local database on the WX for a user who
can authenticate by a MAC address, and optionally adds the user to a
MAC user group.
(To configure a MAC user profile in RADIUS, see the documentation for
your RADIUS server.)
Syntax
set mac-user mac-addr [group group-name]
mac-addr — MAC address of the user, in hexadecimal numbers
separated by colons (:). You can omit leading zeros.
group-name — Name of an existing MAC user group.
Defaults — None.
Access — Enabled.
History —Introduced in MSS Version 3.0.
Usage — MSS does not require MAC users to belong to user groups.
Users authenticated by MAC address are authenticated only for network
access through the WX. MSS does not support passwords for MAC users.
Examples — The following command creates a user profile for a user at
MAC address 01:02:03:04:05:06 and assigns the user to the eastcoasters
user group:
WX4400# set mac-user 01:02:03:04:05:06 group eastcoasters
success: change accepted.