Administrator Guide

Table Of Contents
l The Disallow role policy configured on the CLI is accepted for static records. The Disable service policy is
accepted while responding to a query. Administrator has the privilege to configure static records of a
disabled service. Disallow vlan is not applicable for static records.
l ClearPass Policy Manager policies work with static servers.
Creating mDNS Static Records on a Controller
The Administrator can create the static records using the following methods:
l Group mDNS static records
l Individual mDNS static records
Group mDNS Static Records
You can create a group of mDNS records for a device. This section describes how to create static records of a
server as a group using the CLI.
Creating a PTR Record
Use the following command to create a PTR record:
(config) # airgroup static mdns-record ptr <mac_addr> <mdns_id> <domain_name> [server_ipaddr]
(config-airgroup-record) #
After creating a PTR record, controller displays the (config-airgroup-record) # prompt and you can create SRV, A,
AAAA, and TXT records under this prompt.
After creating a PTR, SRV, TXT, A, and AAAA static record, you can use the show airgroup cache entries command
to view and verify the records created. You can view only the static records in the output of the show airgroup cache
entries static command.
Creating an SRV Record
Use the following command to create an SRV record:
(config-airgroup-record) # srv <port> <priority> <weight> <host_name>
Creating an A Record
Use the following command to create an A record:
(config-airgroup-record) #a <ipv4addr>
You can create/delete an A record if a corresponding SRV record is available.
Creating an AAAA Record
Use the following command to create an AAAA record:
(config-airgroup-record) #aaaa <ipv6addr>
You can create/delete an AAAA record if a corresponding SRV record is available.
Creating a TEXT Record
Use the following command to create a TEXT record:
(config-airgroup-record) #txt <text>
Dell Networking W-Series ArubaOS 6.4.x | User Guide AirGroup | 1065