Specifications

Table Of Contents
Chapter 37: system Commands
SSR Command Line Interface Reference Manual 37 - 11
system set dns
Purpose
Configure the SSR to reach up to three DNS servers.
Format
system set dns server
<IPaddr>
[,
<IPaddr>
[,
<IPaddr>
]] domain
<name>
Mode
Configure
Description
The
system set dns
command configures the SSR to reach up to three DNS
servers. You also can specify the domain name to use for each DNS query by SSR.
Parameters
<IPaddr>
[,
<IPaddr>
[,
<IPaddr>
]]
IP address of the DNS server. Specify the address in dotted-decimal
notation. You can specify up to three DNS servers. Separate the ad-
dresses with commas.
<domain-name>
Domain name for which the server is an authority.
Restrictions
None.
Example
Here is an example of
system
set
dns
command.
ssr(config)# system set dns server “10.1.2.3, 10.2.10.12” domain yagosys.com
Configures three DNS servers and configures the SSR’s DNS domain name to
“yagosys.com”.