5-104
Cisco IOS XR Getting Started Guide
OL-14361-01
Chapter5 Configuring Additional Router Features
Configuring the Domain Name and Domain Name Server
To configure the DNS and DNS server, complete the following steps:
SUMMARY STEPS
1. configure
2. domain name domain-name-of-organization
3. domain name-server ipv4-address
4. commit
or
end
5. show hosts
DETAILED STEPS
Command or Action Purpose
Step1 configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step2 domain name domain-name-of-organization
Example:
RP/0/RP0/CPU0:router(config)# domain name
cisco.com
Defines a default domain name used to complete
unqualified hostnames.
Step3 domain name-server ipv4-address
Example:
RP/0/RP0/CPU0:router(config)# domain
name-server 192.168.1.111
Specifies the address of a name server to use for name and
address resolution (hosts that supply name information).
Note You can enter up to six addresses, but only one for
each command.