Users Guide

Table Of Contents
1052 | AirGroup Dell Networking W-Series ArubaOS 6.4.x| User Guide
Viewing AirGroup Service Details
In the WebUI
To view the AirGroup service details using the controller WebUI:
1. Navigate to Configuration > Advanced Services > AirGroup service details.
2. Under AirGroup service details tab, click on any of the service name to view the service details.
In the CLI
Use the following command to view the service details of all AirGroup services:
show airgroupservice
Sample Configuration
For sample configuration, see Viewing AirGroup Disallowed VLAN Policy Details on page 1050.
Configuring an AirGroup Domain
An administrator can configure multiple AirGroup domains for a site-wide deployment. Individual local
controller can independently choose relevant multiple AirGroup domains to form a multi-controller AirGroup
cluster.
An administrator can configure and use up to 100 AirGroup domains, and each AirGroup domain can support up to
100 IP addresses.
A domain can be configured only on a master controller only. However, active domains can be added/removed on
any controllers.
The following procedure configures a cluster of controllers for a domain:
In the WebUI
1. Navigate to Configuration > Advanced Services > AirGroup.
2. Select the AirGroup Settings tab.
3. Under the AirGroup Domains section, click Add New.
4. In the Name field, enter the domain name.
5. In Description field, enter a short description of the domain name.
6. Select the Active checkbox to enlist the domain in the active-domain list of a controller.
7. Under the IP Address section, enter the controller or VRRP IP to be a part of this domain and click Add.
If the deployment includes master or local redundancies, use the VRRP IP address in the domain definition. Else, use
the controller IP address.
8. Click Ok and Apply.
In the CLI
[no] airgroup domain <string>
[no] ip-address <A.B.C.D>
[no] description <string>
Sample Configuration
(host) (config) #airgroup domain Campus1
(host) (config-airgroup-domain) #ip-address 10.10.10.1
(host) (config-airgroup-domain) #ip-address 11.11.11.1
(host) (config-airgroup-domain) #description AirGroup_campus1