Release Notes

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
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:
Dell Networking W-Series ArubaOS 6.4.x | Reference Guide airgroup static mdns-record | 134