Step 1 |
enable
|
Enters privileged EXEC mode.
|
Step 2 |
show wireless country supported
Switch# show wireless country supported
|
Displays a list of all available country codes.
|
Step 3 |
configure terminal
Switch# configure terminal
|
Enters global configuration mode.
|
Step 4 |
ap dot11 24ghz shutdown
Switch(config)# ap dot11 5ghz shutdown
|
Disables the 802.11a network.
|
Step 5 |
ap dot11 5ghz shutdown
Switch(config)# ap dot11 24ghz shutdown
|
Disables the 802.11b/g network.
|
Step 6 |
ap country country_code
Switch(config)# ap country IN
|
Assigns access points to a specific country.
Note
|
Make sure that the country code you choose is compatible with the regulatory domain of at least one of the access point’s
radios.
|
|
Step 7 |
end
|
Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|
Step 8 |
show wireless country channels
Switch# show wireless country channels
|
Displays the list of available channels for the country codes configured on your switch.
Note
|
Perform Steps 9 through 17 only if you have configured multiple country codes in Step 6.
|
|
Step 9 |
configure terminal
Switch# configure terminal
|
Enters global configuration mode.
|
Step 10 |
no ap dot11 5ghz shutdown
Switch(config)# no ap dot11 5ghz shutdown
|
Enables the 802.11a network.
|
Step 11 |
no ap dot11 24ghz shutdown
Switch(config)# no ap dot11 24ghz shutdown
|
Enables the 802.11b/g network.
|
Step 12 |
end
|
Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|
Step 13 |
ap name Cisco_AP shutdown
Switch# 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
Switch# configure terminal
|
Enters global configuration mode.
|
Step 15 |
ap country country_code
|
Assigns an access point to a specific country.
Note
|
Ensure that the country code that you choose is compatible with the regulatory domain of at least one of the access point’s
radios.
|
Note
|
If you enabled the networks and disabled some access points and then enter the ap country country_code command, the specified country code is configured on only the disabled access points. All other access points are ignored.
|
|
Step 16 |
end
|
Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|
Step 17 |
ap name Cisco_AP no shutdown
Switch# ap name AP02 no shutdown
|
Enables the access point.
|