3Com WX2200 3CRWX220095A Switch User Manual


 
250 CHAPTER 10: CONFIGURING MAP ACCESS POINTS
To disable radio 1 on port 6 without disabling the other radios using radio
profile rp1, type the following command:
WX1200# 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” on page 250.)
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” on page 249.)
Enabling or Disabling
Individual Radios
To disable or reenable a MAP radio, use the following command:
set ap apnumber radio {1 | 2} mode {enable | disable}
To disable radio 2 on port 3 and 6, type the following command:
WX1200# set ap 3,6 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}]
The following command enables all radios that use radio profile rp1:
WX1200# set radio-profile rp1 mode enable
success: change accepted.
The following commands disable all radios that use radio profile rp1,
change the beacon interval, then reenable the radios:
WX1200# set radio-profile rp1 mode disable
success: change accepted.
WX1200# set radio-profile rp1 beacon-interval 200
success: change accepted.
WX1200# set radio-profile rp1 mode enable
success: change accepted.