Nortel Networks 2300 Switch User Manual


 
Configuring APs 245
Nortel WLAN—Security Switch 2300 Series Configuration Guide
Creating a service profile
To create a service profile and assign an SSID to it, use the following command:
set service-profile name ssid-name ssid-name
An SSID can be up to 32 alphanumeric characters long.
You can include blank spaces in the name, if you delimit the name with single or double quotation marks. You
must use the same type of quotation mark (either single or double) on both ends of the string.
The following command configures a service profile named corp1, and assigns SSID mycorp_rnd to it:
WSS# set service-profile corp1 ssid-name mycorp_rnd
success: change accepted.
The following command applies the name corporate users to the SSID managed by service profile
mycorp_srvcprf:
WSS# set service-profile mycorp_srvcprf ssid-name “corporate users”
success: change accepted.
Removing a service profile
To remove a service profile, use the following command:
clear service-profile name
[soda {agent-directory | failure-page | remediation-acl | success-page |
logout-page}]
The soda options reset Sygate On-Demand (SODA) settings to their default values. If you omit the soda
option, the service profile specified by name is completely removed.
Changing a service profile setting
To change a setting in a service profile without removing the profile, use the set service-profile command for
the setting you want to change. Do not use the clear service-profile command.
Disabling or reenabling encryption for an SSID
To specify whether the SSID is encrypted or unencrypted, use the following command:
set service-profile name ssid-type [clear | crypto]
The default is crypto.
Disabling or reenabling beaconing of an SSID
To specify whether the SSID is beaconed, use the following command:
set service-profile name beacon {enable | disable}
SSIDs are beaconed by default.