This command modifies a VAST DNS service configuration.
Usage
dns modify [--id ID] [--name NAME] [--ip IP] [--enable|--disable] [--domain-suffix DOMAIN_SUFFIX] [--subnet-cidr CIDR] [--gateway GATEWAY_IP] [--ipv6 IPv6] [--ipv6-gateway IPv6_GATEWAY] [--ipv6-subnet-cidr IPv6_CIDR] [--cnode-ids IDs] [--vlan VLAN] [--net-type NORTH_PORT|SOUTH_PORT|EXTERNAL_PORTNET-TYPE] [--ttl TTL] [--enable-l3] [--bgp-config-id ID]
General Options
| The ID of the DNS service. |
| The DNS service is disabled by default. Include the |
| Specifies a suffix to append to domain names of each VIP pool. The suffix should complete each domain name to form a valid FQDN for DNS requests to target. For example, if you have two VIP pools pool1 and pool2, you can set the domain name domain1 on pool1 and domain name domain2 on pool2 and the domain suffix to .vastdata.ourcorp.com. Requests for domain1.vastdata.ourcorp.com will be distributed among the VIPs in pool1 while requests for domain2.vastdata.ourcorp.com will be distributed among the VIPs in pool2. |
| Specifies a name for the DNS service configuration. |
| Assigns an IP address to the DNS service. DNS requests from your external DNS server must be delegated to this IP. |
| Specifies the IP subnet, in CIDR format, on which the DNS service IP address resides. In CIDR notation, the subnet is expressed as the number of bits of each IP address that represent the subnet address. For example, the subnet mask 255.255.0.0 is expressed as 16 in CIDR notation. Specify only the trailing CIDR decimal number that indicates the subnet mask. For example, if the DNS service IP is 192.0.2.3 and the CIDR subnet is 24, specify 24. |
| If the external DNS server doesn't reside on the same subnet as the DNS service IP address, include this option to specify the IP address of a gateway through which to connect to the DNS server. The gateway IP address must be on same subnet as the DNS service IP address. |
| An IPv6 address for the DNS service. |
| The IPv6 address of the gateway for the DNS service. |
| A subnet mask for the DNS service IPv6 address. |
| Specifies a VLAN. If your external DNS server is only exposed to a specific VLAN, include this option and specify the DNS server's VLAN to enable communication with the DNS service. |
| Specifies which interface listens for DNS service delegation requests:
|
| The TTL for the port specified in |
L3 Access Options
| Enables L3 BGP for the DNS. This is required if L3 BGP networking is used to route communications between CNodes and the customer L3 switch. If enabled, |
| Sets the BGP configuration ID to be used for L3 networking. This must be set if L3 is enabled for the DNS ( |
Example
To enable a DNS service:
vcli: admin> dns modify --enable