| adddnssoarec |
Use this method to creates a Start of Authority (SOA) record. Note: You can set the SOA parameters that are associated with zone transfers. However, the Citrix ADC currently does not support zone transfers. |
Syntax |
Parameters |
domain |
Domain name for which to add the SOA record. This is mandatory parameter. |
originserver |
Domain name of the name server that responds authoritatively for the domain. This is mandatory parameter. |
contact |
Email address of the contact to whom domain issues can be addressed. In the email address, replace the @ sign with a period (.). For example, enter domainadmin.example.com instead of domainadmin@example.com. This is mandatory parameter. |
serial |
The secondary server uses this parameter to determine whether it requires a zone transfer from the primary server. Default value = 100. Maximum value = 0xFFFFFFFE. |
refresh |
Time, in seconds, for which a secondary server must wait between successive checks on the value of the serial number. Default value = 3600. Maximum value = 0xFFFFFFFE. |
retry |
Time, in seconds, between retries if a secondary server's attempt to contact the primary server for a zone refresh fails. Default value = 3. Maximum value = 0xFFFFFFFE. |
expire |
Time, in seconds, after which the zone data on a secondary name server can no longer be considered authoritative because all refresh and retry attempts made during the period have failed. After the expiry period, the secondary server stops serving the zone. Typically one week. Not used by the primary server. Default value = 3600. Maximum value = 0xFFFFFFFE. |
minimum |
Default time to live (TTL) for all records in the zone. Can be overridden for individual records. Default value = 5. Maximum value = 2147483647. |
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. |
Return Value |
Returns simpleResult |
See Also |