Concept Guide

Table Of Contents
145| airgroup static mdns-record Dell Networking W-Series ArubaOS 6.5.x| Reference Guide
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.
The following example creates an AAAA record:
(host) (config-airgroup-record) #aaaa fe80::9e20:7bff:fecd:ec41
The following example shows the AAAA record was created:
(host) (config-airgroup-record) #show airgroup cache entries static
Cache Entries
-------------
Name Type Data Origin
---- ---- ---- ------
_airplay._tcp.local PTR Apple\032TV\032\0409\041._airplay._tcp.local 10.15.121.240
Apple TV (9)._airplay._tcp.local SRV/NBSTAT Apple-TV-mbabu-9.local port:7000 10.15.121.240
Apple-TV-mbabu-9.local A 10.15.121.240 10.15.121.240
Apple-TV-mbabu-9.local AAAA fe80::9e20:7bff:fecd:ec41 10.15.121.240
Num Cache Entries:4
Creating a Text Record
Use the following command to create a text record:
(config-airgroup-record) #txt <text>
The following example creates a text record:
(host) (config-airgroup-record) #txt "deviceid=9C:20:7B:CD:EC:41"
The following example shows the text record was created:
(host) (config-airgroup-record) #show airgroup cache entries static
Cache Entries
-------------
Name Type Data Origin
---- ---- ---- ------
_airplay._tcp.local PTR Apple\032TV\032\0409\041._airplay._tcp.local 10.15.121.240
Apple TV (9)._airplay._tcp.local SRV/NBSTAT Apple-TV-mbabu-9.local port:7000 10.15.121.240
Apple-TV-mbabu-9.local A 10.15.121.240 10.15.121.240
Apple-TV-mbabu-9.local AAAA fe80::9e20:7bff:fecd:ec41 10.15.121.240
Apple TV (9)._airplay._tcp.local TXT deviceid=9C:20:7B:CD:EC:41 10.15.121.240
Num Cache Entries:5
Individual Static mDNS Records
You can create individual static records independently for each record type.
Creating an Individual SRV Record
Use the following command to configure an individual SRV record:
airgroup static mdns-record srv <mac_addr> <domain_name> <port> <priority> <weight> <host_
name> [server_ipaddr]
The following example creates an SRV record:
(host) (config) #airgroup static mdns-record srv 9c:20:7b:cd:ec:41 "9C207BCDEC41@Apple TV mbab
u._raop._tcp.local" 5000 0 0 Apple-TV-mbabu-4.local 10.15.121.240
The following example shows the SRV record created:
(host) (config) #show airgroup cache entries
Cache Entries