no (rf-domain-config-mode)

Negates a command or reverts configured settings to their default. When used in the RF Domain context, the no command removes the RF Domain settings, or reverts them to default values.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [alias|channel-list|contact|control-vlan|controller-managed|country-code|geo-coordinates|layout|location|location-server|location-tenantid|mac-name|nsight-sensor|override-smartrf|override-wlan|sensor-server|stats|timezone|tree-node|use]
no [channel-list [2.4GHz|5GHz|dynamic]|contact|control-vlan|controller-managed|country-code|location|location-server 1|location-tenantid|mac-name <MAC>|nsight-sensor|sensor-server <1-3>|stats update-interval|timezone|tree-node]
no alias [address-range|host|network|network-group [address-range|host|network]|network-service|number|string|vlan] <ALIAS-NAME>
no layout {(area <AREA-NAME>|floor <FLOOR-NAME>)}
no override-smartrf channel-list [2.4GHz|5GHz]
no override-wlan <WLAN-NAME> [shutdown|ssid|template|vlan-pool [<1-4094>|all]|wep128 [key <1-3>|transmit-key]|wpa-wpa2-psk]
no use [ble-data-export-policy|database-policy|license|nsight-policy|rtl-server-policy|sensor-policy|smart-rf-policy|wips-policy]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or reverts this RF Domain‘s settings based on the parameters passed

Examples

The following example shows the default RF Domain settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-rf-domain-default)#show context
rf-domain default
 location SanJose
 contact Bob+14082778691
 country-code us
 channel-list 2.4GHz 1,2,3,4,5,6,7,8,9,10
 mac-name 11-22-33-44-55-66 TestDevice
 layout area Ecospace floor Floor1 map-location www.firstfloor.com units meters
 control-vlan 1
nx9500-6C8809(config-rf-domain-default)#
nx9500-6C8809(config-rf-domain-default)#no channel-list 2.4GHz 1-10
nx9500-6C8809(config-rf-domain-default)#no mac-name 11-22-33-44-55-66
nx9500-6C8809(config-rf-domain-default)#no location
nx9500-6C8809(config-rf-domain-default)#no control-vlan

The following example shows the default RF Domain settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-rf-domain-default)#show context
rf-domain default
 contact Bob+14082778691
 country-code us
 layout area Ecospace floor Floor1 map-location www.firstfloor.com units meters
nx9500-6C8809(config-rf-domain-default)#