Create an RF Domain

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 NX9500.

  1. Navigate to the NX9500's global configuration mode.
    nx9500-6C8809>enable
    nx9500-6C8809#
    nx9500-6C8809#configure terminal
    Enter configuration commands, one per line.  End with CNTL/Z.
    nx9500-6C8809(config)#
  2. Create the RF Domain.
    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-rf-domain-RFDOMAIN_UseCase1)#exit
    nx9500-6C8809(config)#
  4. Apply the RF Domain to the NX9500.
    nx9500-6C8809(config)#self
    nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#
    nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#use rf-domain RFDOMAIN_UseCase1
  5. Commit the changes and write to memory. Exit.
    nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#commit write memory
    nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#exit
    nx9500-6C8809(config)#