Administrator Guide

Table Of Contents
1050 | AirGroup Dell Networking W-Series ArubaOS 6.4.x| User Guide
In the CLI
Use the airgroupservice command to define an AirGroup service using the command-line interface.
airgroupservice <name>
Sample Configuration
The following example configures the iPhoto service with access to the _dpap._tcp service ID to share photos
across MacBooks:
(host) (config) #airgroupservice iPhoto
(host) (config-airgroupservice) #description "Share Photos"
(host) (config-airgroupservice) #id _dpap._tcp
Configuring the disallow-role for an AirGroup Service
An AirGroup service is accessible to all user devices associated to your controller by default. The disallow-role
parameter prevents devices with the specified user roles from accessing AirGroup services.
airgroupservice <string>
disallow-role <string>
Sample Configuration
(host) (config) #airgroupservice iPhoto
(host) (config-airgroupservice) #disallow-role guest
Restricting AirGroup Servers for a VLAN
An AirGroup service is accessible to user devices in all VLANs configured on your controller by default. Use the
following command to enable or disable AirGroup access to devices in a specific VLAN:
airgroup vlan <VLAN ID> {allow | disallow}
Sample Configuration
(host) (config) #airgroup vlan 5 disallow
Restricting AirGroup Servers on a VLAN based on an AirGroup Service
To prevent user devices on a specific VLAN from accessing a specific AirGroup service, use the disallow-vlan
option.
airgroupservice <string>
disallow-vlan <string>
Sample Configuration
(host) (config) #airgroupservice airplay
(host) (config-airgroupservice) #disallow-vlan 5
Viewing AirGroup Disallowed VLAN Policy Details
Use the following command to view the status of a disallowed VLAN policy.
show airgroupservice [dlna|mdns] [verbose]
Viewing An AirGroup Disallowed VLAN
Use the following command to view the status of the disallowed AirGroup VLANs:
show airgroup vlan
For more information, see Dell Networking W-Series ArubaOS 6.4 Command-Line Interface Reference Guide.
Enabling the allowall Service
The allowall service is a preconfigured AirGroup service that enables the controller to permit all AirGroup
services by default, without requiring an administrator to configure an AirGroup service.