User`s guide
6211-I1 ADSL2+ Router Command Line Interface User’s Guide
26
Commands
config
Configures the DNS relay with the given data.
The command only saves the configuration data to flash and does not take effect until the system is
rebooted.
show
Shows the DNS relay configuration data.
--help
Displays usage.
Options
Options for the config auto command:
dns config auto
Options for the config static command:
dns config static <primary DNS> [<secondary DNS>]
<primary DNS>
The IP address of the primary DNS server.
Valid values: any valid IP address.
[<secondary DNS>]
The IP address of the secondary DNS server. It is optional and can be omitted.
Valid values: any valid IP address.
Options for the show command:
dns show
Options for the --help command:
dns --help
Examples
An auto DNS configuration.
dns config auto
A static DNS configuration without a secondary DNS.
dns config static 10.6.33.1
A static DNS configuration with a secondary DNS.
dns config static 10.6.33.1 10.6.33.2
Display DNS relay configuration data.
dns show
Primary 10.6.33.1
Secondary 10.6.33.2
Display usage.
dns --help
Usage: dns config auto
Usage: dns config static <primary DNS> [<secondary DNS>]
dns show
dns --help