Create an 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 controller.

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

    nx9500-6C8809(config-rf-domain-RFDOMAIN_UseCase1)#commit write
    nx9500-6C8809(config)#
  4. Apply the RF Domain to the controller‘s self context.
    nx9500-6C8809(config)#self
    nx9500-6C8809(config-device-03-14-28-57-14-28)#
    nx9500-6C8809(config-device-03-14-28-57-14-28)#use rf-domain RFDOMAIN_UseCase1
  5. Commit the changes and write to memory. Exit this context.
    nx9500-6C8809(config-device-03-14-28-57-14-28)#commit write memory
    nx9500-6C8809(config-device-03-14-28-57-14-28)#exit
    nx9500-6C8809(config)#