Nortel Networks 2300 Switch User Manual


 
Configuring APs 271
Nortel WLAN—Security Switch 2300 Series Configuration Guide
Assigning a radio profile and enabling radios
To assign a radio profile to radios, use the following command:
set {ap port-list | ap ap-num} radio {1 | 2} radio-profile name mode {enable | disable}
To assign radio profile rp1 to radio 1 on ports 5-8, 11-14, and 16 and enable the radios, type the following
command:
WSS# set ap 5-8,11-14,16 radio 1 radio-profile rp1 mode enable
success: change accepted.
To assign radio profile rp1 to radio 2 on ports 11-14 and port 16 and enable the radios, type the following
command:
WSS# set ap 11-14,16 radio 2 radio-profile rp1 mode enable
success: change accepted.
To disable radio 1 on port 6 without disabling the other radios using radio profile rp1, type the following
command:
WSS# set ap 6 radio 1 radio-profile rp1 mode disable
(To disable or reenable all radios that are using a radio profile, see “Disabling or reenabling all radios using a
profile” (page 271).)
Disabling or reenabling radios
You can disable or reenable radios on a radio profile basis or individual basis. You also can reset a radio to its
factory default settings.
(To disable or reenable radios when assigning or removing a radio profile, see “Assigning a radio profile and
enabling radios” (page 271).)
Enabling or disabling individual radios
To disable or reenable an AP radio, use the following command:
set {ap port-list | ap ap-num} radio {1 | 2} mode {enable | disable}
To disable radio 2 on port 3 and 7, type the following command:
WSS# set ap 3,7 radio 2 mode disable
success: change accepted.
Disabling or reenabling all radios using a profile
To disable or reenable all radios that are using a radio profile, use the following command:
set radio-profile name [mode {enable | disable}]