dns

Use the dns command in the host-attributes:dns context to configure DNS servers for the controller. You can configure up to three DNS servers to resolve RADIUS server host names to their corresponding IP addresses. Use the no form of the command to remove a DNS server configuration.

After you have run the dns command, run the apply command to implement the changes.

dns 1-3 ip address no dns 1-3 ip address

Parameters

1-3 Specifies the position of the DNS server in the DNS servers list.
ip address Specifies the IP address of the DNS server. The IP address can be either IPv4 A.B.C.D or IPv6 A:B:C:D:E:F:G:H format.

Examples

The following example defines a DNS server, with a 192.1.1.3 IP address, as the first DNS server:

EWC.extremenetworks.com:host-attributes:dns# dns 1 192.1.1.3