Specifications
12-204
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
ip name-server
ip name-server
To specify the IP address of the primary and optional secondary Domain Name Server (DNS), use the
ip name-server command. To remove the settings for current domain name servers, use the no form of
this command.
ip name-server A.B.C.D [E.F.G.H]
no ip name-server
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines The storage router requires access to a DNS if any IP addresses are entered as host names via any of the
storage router management interfaces, or if the management interface IP address is to be correlated with
a DNS host name. To use the services of a DNS, you must also assign a domain name to the storage router
via the ip domain-name command.
If the DNS is outside the storage router management subnet, use the ip route command to add an
appropriate gateway IP address to the routing table.
Examples The following example assigns the domain name abc123z.com to the storage router, and assigns the IP
address of the primary DNS to 10.1.40.243 and the secondary DNS to 10.1.50.249:
[SN5428-2A]# ip domain-name abc123z.com
[SN5428-2A]# ip name-server 10.1.40.243 10.1.50.249
Related Commands
A.B.C.D The IP address of a primary Domain Name Server, accessible by the storage
router. A.B.C.D is the dotted quad notation of the IP address.
E.F.G.H (Optional) The IP address of a secondary DNS, accessible by the storage
router. E.F.G.H is the dotted quad notation of the IP address.
Release Configuration
3.2.1 This command was introduced.
Command Description
ip default-gateway Configure a gateway for the default route.
ip domain-name Assign a domain name to the SN 5428-2 Storage Router.
ip route Add a static route to the SN 5428-2 Storage Router routing table.
setup mgmt Run the wizard to configure the management interface.