Step 1
|
enable
|
Enters privileged EXEC mode.
|
Step 2
|
show wireless country supported
Device# show wireless country supported
|
Displays a list of all the available country codes.
|
Step 3
|
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 4
|
ap dot11{ 24ghz| 5ghz| 6ghz } shutdown
Device(config)# ap dot11 5ghz shutdown
|
Disables the 802.11b/g network, if you use 24ghz.
Disables the 802.11a network, if you use 5ghz.
Disables the 802.11 6GHz network, if you use 6ghz.
|
Step 5
|
ap country country_code
Device(config)# ap country IN
|
Configures country code on the controller, so that access points joining controller matches the country code and its corresponding
regulatory domain codes for the AP.
Note
|
More than one country code can be configured.
|
|
Step 6
|
wireless country
country_code
Device(config)# wireless country IN
|
Configures 200 country codes per device.
Note
|
This CLI is applicable for deployments having more than 20 countries.
|
|
Step 7
|
exit
|
Returns to privileged EXEC mode.
|
Step 8
|
show wireless country configured
Device# show wireless country configured
|
Displays the configured countries.
|
Step 9
|
show wireless country channels
Device# show wireless country channels
|
Displays the list of available channels for the country codes configured on your device.
Note
|
Perform Steps 9 through 17 only if you have configured multiple country codes in Step 6.
|
|
Step 10
|
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 11
|
no ap dot11 { 24ghz | 5ghz| 6ghz} shutdown
Device(config)# no ap dot11 5ghz shutdown
|
Enables the 802.11b/g network, if you use 24ghz.
Enables the 802.11a network, if you use 5ghz.
Enables the 802.11 6-GHz network, if you use 6ghz.
|
Step 12
|
end
|
Returns to privileged EXEC mode.
|
Step 13
|
ap name cisco-ap shutdown
Device# ap name AP02 shutdown
|
Disables the access point.
Note
|
Ensure that you disable only the access point for which you are configuring country codes.
|
|
Step 14
|
configure terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 15
|
ap name cisco-ap country country_code
Device# ap name AP02 country US
|
Assigns each access point with a country code from the controller country code list.
|
Step 16
|
end
|
Returns to privileged EXEC mode.
|
Step 17
|
ap name cisco-ap no shutdown
Device# ap name AP02 no shutdown
|
Enables the access point.
|