Legal Disclaimer: The resource assets in this website may include abbreviated and/or legacy terminology for HPE Aruba Networking products. See www.arubanetworks.com for current and complete HPE Aruba Networking product lines and names.
Setting Country Code
The initial Wi-Fi Wi-Fi is a technology that allows electronic devices to connect to a WLAN network, mainly using the 2.4 GHz and 5 GHz radio bands. Wi-Fi can apply to products that use any 802.11 standard. setup of an Instant Access Point (IAP) requires you to specify the country code for the country in which the IAP operates. This configuration sets the regulatory domain for the radio frequencies that the IAP uses. The available 20 MHz Megahertz, 40 MHz, or 80 MHz channels are dependent on the specified country code.
Country Code Configuration in HPE Aruba Networking Central from UI
If you provision a new IAP without the country code, HPE Aruba Networking Central exhibits the following behavior:
Country Code Configured at IAP |
Country Code Configured in Group |
Behavior |
---|---|---|
No |
Yes |
The country code of the group is pushed to the newly added IAP. |
No |
No |
HPE Aruba Networking Central displays the message in . A notification is also displayed at the bottom of the main window to set the country code of the new IAP. To set the country code, perform the following actions: 1. Click link on the notifications pane. The pop up is displayed. 2. In the table, click the edit icon. 3. Specify a country code from the drop-down list. 4. Click . |
If an IAP has a country code and joins HPE Aruba Networking Central using ZTP Zero Touch Provisioning. ZTP is a device provisioning mechanism that allows automatic and quick provisioning of devices with a minimal or at times no manual intervention. configuration, then the country code of the IAP is retained. In this case, HPE Aruba Networking Central will not push the group country code.
Setting Country Code at a Group Level
To set the country code of the IAP at the group level, complete the following steps:
- In the WebUI, set the filter to a group containing at least one AP.
The dashboard context for the group is displayed.
- Under
A list of APs is displayed in the
view. , click > . - Click the
The default tabs to configure the virtual controller are displayed.
icon. - Click to view advanced configuration options.
- Click the
The System details page is displayed.
tab. - Expand the accordion.
- In the drop-down list, select the country code for the IAP.
- Click and then reboot the IAP.
- By default, the value corresponding to the field is empty. This indicates that any IAP with different country codes can be a part of the group.
- When the field is set, the field cannot revert to the default value. When the country code of the group is changed, the country code of the already connected IAP also will be updated.
Setting Country Code at a Device Level
To set the country code of the IAP at the device level, complete the following steps:
- In the WebUI, set the filter to a group containing at least one AP.
The dashboard context for the group is displayed.
- Under
A list of APs is displayed in the
view. , click > . - In the
When you click the virtual controller link in the
column, the dashboard context for the virtual controller is dispalyed. column, click the virtual controller link to navigate to the > view of the virtual controller. - Click the
The default tabs to configure the virtual controller are displayed.
icon. - Click to view advanced configuration options.
- Click the
The System details page is displayed.
tab. - Expand the accordion.
- In the Virtual Controller table, select a virtual controller and then click the edit icon.
- In the window, select the country code from the drop-down list.
- Click .
- Click Save Settings and then reboot the IAP.
- By default, the value corresponding to the is the country code set at the group level which can be then modified at the device level from the drop-down list. The country code of the IAP will always be the most recently set country code at the group level or device level.
- If there is a discrepancy in the country code configuration, HPE Aruba Networking Central displays it as an override in the page.
Country Code Configuration at Group Level from API
HPE Aruba Networking Central provides an option to set and get the country code at group level through the APIs Application Programming Interface. Refers to a set of functions, procedures, protocols, and tools that enable users to build application software. in .
To set or get the country code at group level through API, complete the following steps:
In the
app, set the filter to .- Under , click .
- Under the
- Click the
The token key is valid only for 2 hours from the time it was generated.
tab and generate a token key. - Download and copy the generated token.
- Click APIs tab.
- In the url Uniform Resource Locator. URL is a global address used for locating web resources on the Internet. link listed under the column.
The Central Network Management APIs page is displayed.
window, click the - On the left navigation pane, select from the drop-down list.
- Paste the token key in the field and press enter.
- Click
The following options are displayed:
- HPE Aruba Networking Central currently allows country codes of up to 50 IAP device groups to be configured simultaneously. To set the country codes of multiple groups, enter the group names and country code as inputs corresponding to the and labels respectively in the script { "groups": [ "string" ], "country": "string" } within the text box. —This API allows to set country code for multiple groups at once.
- —This API allows to retrieve the country code set for a specific IAP group. To get the country code information of the IAP group, enter the name of the group for which the country code is being queried corresponding to the label in the script { "country": "string"} within the text box.
.
The API Gateway page is displayed.
The APIs for setting and retrieving country code information are not available for the IAP devices deployed in template groups.
The following are the response messages displayed in the
and sections:Set country code at group level | Get country code set for group |
|
|
Swagger documentation displays more information on APIs. To access the Swagger documentation, see API Gateway.