Specifications

A - 4 WiNG 5.2.6 Wireless Controller CLI Reference Guide
A.1.3.2 Creating a RF Domain

Using the Command Line Interface to Configure the WLAN
A RF Domain is a collection of configuration settings 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. This is a mandatory
step, and the devices will not function as intended if this step is omitted.
The instructions in this section must be performed from the Global Configuration mode of the wireless controller. To
navigate to this mode:
RFS4000>enable
RFS4000#
RFS4000#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RFS4000(config)#
Create the RF Domain using the following commands:
RFS4000(config)#rf-domain RFDOMAIN_UseCase1
RFS4000(config-rf-domain-RFDOMAIN_UseCase1)#
This command creates a profile with the name RFDOMAIN_UseCase1.
Set the country code for the RF Domain.
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 profile context.
RFS4000(config-rf-domain-RFDOMAIN_UseCase1)#commit write
RFS4000(config-rf-domain-RFDOMAIN_UseCase1)#exit
RFS4000(config)#
To define the wireless wireless controller’s physical location, use the same RF Domain configuration.
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
Commit the changes and write to the running configuration. Exit this context.
RFS4000(config-device-03-14-28-57-14-28)#commit write
RFS4000(config-device-03-14-28-57-14-28)#exit
RFS4000(config)#