ADC CLI Commands

dns-aaaaRec

The following operations can be performed on “dns-aaaaRec”:

rm show add

rm dns aaaaRec

Removes an IPv6 address from a AAAA address record. The associated domain name must be specified. For EDNS Client Subnet (ECS) records, a subnet needs to be specified to remove an IPV6 address from a AAAA address record which is cached for that particular subnet. If no IPv6 address is specified, all AAAA records that belong to the specified domain name are removed.

Synopsis

rm dns aaaaRec \[-ecsSubnet <ip\_addr\[/prefix]|ipv6\_addr\[/prefix]>] \[ ...]

Arguments

hostName Domain name.

ecsSubnet Subnet for which the cached records need to be removed.

IPv6Address IPv6 address(es) of the AAAA record(s) to remove from the specified domain name.

Example

rm dns aaaarec www.mynw.com

show dns aaaaRec

Displays the AAAA (IPv6) address record for the specified host name. If a hostname is not specified, all configured AAAA records are shown.

Synopsis

show dns aaaaRec [ | -type ] \[]

Arguments

hostName Domain name.

IPv6Address One or more IPv6 addresses to assign to the domain name.

type Type of records to display. Available settings function as follows:

  • ADNS - Display all authoritative address records.
  • PROXY - Display all proxy address records.
  • ALL - Display all address records.

Possible values: ALL, ADNS, PROXY

Output

ecsSubnet Subnet for which this particular record is cached. Subnet caching will occur for responses with EDNS Client Subnet (ECS) option. Applies to resource records obtained through proxy configurations only.

TTL Time to Live (TTL), in seconds, for the record. TTL is the time for which the record must be cached by DNS proxies. The specified TTL is applied to all the resource records that are of the same record type and belong to the specified domain name. For example, if you add an address record, with a TTL of 36000, to the domain name example.com, the TTLs of all the address records of example.com are changed to 36000. If the TTL is not specified, the Citrix ADC uses either the DNS zone’s minimum TTL or, if the SOA record is not available on the appliance, the default value of 3600.

vServerName Vitual server name.

authType Authentication type.

devno count stateflag

add dns aaaaRec

Creates a AAAA address record for the specified domain name. You cannot modify a AAAA address record.

Synopsis

add dns aaaaRec ... [-TTL ]

Arguments

hostName Domain name.

IPv6Address One or more IPv6 addresses to assign to the domain name.

TTL Time to Live (TTL), in seconds, for the record. TTL is the time for which the record must be cached by DNS proxies. The specified TTL is applied to all the resource records that are of the same record type and belong to the specified domain name. For example, if you add an address record, with a TTL of 36000, to the domain name example.com, the TTLs of all the address records of example.com are changed to 36000. If the TTL is not specified, the Citrix ADC uses either the DNS zone’s minimum TTL or, if the SOA record is not available on the appliance, the default value of 3600. Default value: 3600 Maximum value: 2147483647

Example

add dns aaaarec www.mynw.com 3::4:5 -ttl 10

dns-aaaaRec