Creating a RF Domain

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.

  1. Navigate to the wirless controller's global configuration mode.
    rfs4000>enable
    rfs4000#
    rfs4000#configure terminal
    Enter configuration commands, one per line.  End with CNTL/Z.
    rfs4000(config)#
  2. Create the RF Domain using the following commands:
    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.

  3. Set the RF Domain's country code (location of deployment).
    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)#
  4. Apply the RF Domain to the wireless controller‘s self context.
    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
  5. Commit the changes and write to memory. Exit this context.
    rfs4000(config-device-03-14-28-57-14-28)#commit write memory
    rfs4000(config-device-03-14-28-57-14-28)#exit
    rfs4000(config)#