ADC

Create AAAA records for a domain name

An AAAA resource record stores a single IPv6 address.

Add an AAAA record by using the CLI

At the command prompt, type the following commands to add an AAAA record and verify the configuration:

-  add dns aaaaRec <hostName> <IPv6Address> ... [-TTL <secs>]
-  show dns aaaaRec <hostName>
<!--NeedCopy-->

Example:

> add dns aaaaRec www.example.com 2001:0db8:0000:0000:0000:0000:1428:57ab
 Done
> show dns aaaaRec www.example.com
1)      Host Name : www.example.com
        Record Type : ADNS              TTL : 5 secs
        IPV6 Address : 2001:db8::1428:57ab
 Done
<!--NeedCopy-->

To remove an AAAA record and all the IPv6 addresses associated with the domain name, type the rm dns aaaaRec command and the domain name for which the AAAA record is configured. To remove only a subset of the IPv6 addresses associated with the domain name in an AAAA record, type the following:

  • rm dns aaaaRec command
  • The domain name for which the AAAA record is configured
  • The IPv6 addresses that you want to remove

Add an AAAA record by using the GUI

Navigate to Traffic Management > DNS > Records > AAAA Records and create an AAAA record.

Create AAAA records for a domain name