Views:

configure network dns

Configures DNS settings for the Deep Discovery Email Inspector device.
Syntax:
configure network dns [ipv4 | ipv6] <dns1> <dns2>
View
Privileged
Parameters
ipv4: Configure IPv4 settings
ipv6: Configure IPv6 settings
<dns1>: Primary DNS server
<dns2>: Secondary DNS server
Note
Note
Use a space to separate the primary and secondary DNS value.
Examples:
To configure the primary DNS with an IP address of 192.168.10.21:
configure network dns ipv4 192.168.10.21
To configure the primary and secondary DNS with the following values:
  • Primary DNS: 192.168.10.21
  • Secondary DNS: 192.168.10.22
configure network dns ipv4 192.168.10.21 192.168.10.22