Concept Guide

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.
The following example creates a PTR record:
(host) (config) #airgroup static mdns-record ptr 9c:20:7b:cd:ec:41 "_airplay._tcp" "Apple TV (
9)._airplay._tcp.local" 10.15.121.240
The following example shows the PTR record was created:
(host) (config-airgroup-record) #show airgroup cache entries
Cache Entries
-------------
Name Type Class TTL Origin Expiry Last Update
---- ---- ----- --- ------ ------ -----------
_airplay._tcp.local PTR IN 4500 10.15.121.240 static N/A
Num Cache Entries:1
Creating an SRV Record
Use the following command to create an SRV record:
(config-airgroup-record) # srv <port> <priority> <weight> <host_name>
The following example creates an SRV record:
(host) (config-airgroup-record) #srv 7000 0 0 Apple-TV-mbabu-9.local
The following example shows the SRV record was created:
(host) (config-airgroup-record) #show airgroup cache entries
Cache Entries
-------------
Name Type Class TTL Origin Expiry
---- ---- ----- --- ------ ------
_airplay._tcp.local PTR IN 4500 10.15.121.240 static
Apple TV (9)._airplay._tcp.local SRV/NBSTAT IN 120 10.15.121.240 static
Num Cache Entries:2
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.
The following example creates an A record:
(host) (config-airgroup-record) #a 10.15.121.240
The following example shows the A record was created:
(host) (config-airgroup-record) #show airgroup cache entries
Cache Entries
-------------
Name Type Class TTL Origin Expiry Last Update
---- ---- ----- --- ------ ------ -----------
_airplay._tcp.local PTR IN 4500 10.15.121.240 static N/A
Apple TV (9)._airplay._tcp.local SRV/NBSTAT IN 120 10.15.121.240 static N/A
Apple-TV-mbabu-9.local A IN 120 10.15.121.240 static N/A
Num Cache Entries:3
Dell Networking W-Series ArubaOS 6.5.x | Reference Guide airgroup static mdns-record | 144