A RF Domain is a collection of configurations specific to devices located at the same physical deployment, such as a building or a floor. Create a RF Domain and assign the country code where the devices are deployed. Configuring the country code is mandatory, or else the devices will not function as intended.
The instructions in this section must be performed from the Global Configuration mode of the wireless controller.
rfs4000>enable rfs4000# rfs4000#configure terminal Enter configuration commands, one per line. End with CNTL/Z. rfs4000(config)#
rfs4000(config)#rf-domain <RF-DOMAIN-NAME>
rfs4000(config)#rf-domain RFDOMAIN_UseCase1 rfs4000(config-rf-domain-RFDOMAIN_UseCase1)#
This command creates a profile with the name RFDOMAIN_UseCase1.
rfs4000(config-rf-domain-RFDOMAIN_UseCase1)#country-code us
This sets the country code for this RF Domain. Save this change and exit the RF Domain configuration context.
rfs4000(config-rf-domain-RFDOMAIN_UseCase1)#commit write rfs4000(config-rf-domain-RFDOMAIN_UseCase1)#exit rfs4000(config)#
rfs4000(config)#self rfs4000(config-device-03-14-28-57-14-28)# rfs4000(config-device-03-14-28-57-14-28)#use rf-domain RFDOMAIN_UseCase1
rfs4000(config-device-03-14-28-57-14-28)#commit write memory rfs4000(config-device-03-14-28-57-14-28)#exit rfs4000(config)#