Specifications
Configuring Access Points
RoamAbout Mobility System Software Configuration Guide 9-51
Mapping the Radio Profile to Service Profiles
ToassignSSIDstoradios,youmustmaptheserviceprofilesfortheSSIDstotheradioprofilethat
isassignedtotheradios.
Tomaparadioprofiletoaserviceprofile,usethefollowingcommand:
set radio-profile name service-profile name
Example
Thefollowingcommandmapsservice‐profilewpa_clientstoradioprofilerp2:
RBT-8100# set radio-profile rp2 service-profile wpa_clients
success: change accepted.
Assigning a Radio Profile and Enabling Radios
Toassignaradioprofiletoradios,usethefollowingcommand:
set {ap port-list | dap dap-num} radio {1 | 2} radio-profile name
mode {enable | disable}
Examples
Toassignradioprofilerp1toradio1onports1‐2,and4andenabletheradios,typethefollowing
command:
RBT-8100# set ap 1-2,4 radio 1 radio-profile rp1 mode enable
success: change accepted.
Toassignradioprofilerp1toradio2onports1‐3andport4andenabletheradios,typethe
followingcommand:
RBT-8100# set ap 1-3,4 radio 2 radio-profile rp1 mode enable
success: change accepted.
Todisableradio1onport4withoutdisablingtheotherradiosusingradioprofilerp1,typethe
followingcommand:
RBT-8100# set ap 4 radio 1 radio-profile rp1 mode disable
(Todisableorreenableallradiosthatareusingaradioprofile,referto“DisablingorReenabling
AllRadiosUsingaProfile”onpage 9‐52.)