Specifications
19-3
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 19 Advanced Configuration
Configuring the DNS Server
Configuring the DNS Server
During the software postinstallation process, the DNS server and IP addresses may have been
configured. Use this procedure to change the server name and IP addresses.
SUMMARY STEPS
1. config t
2. ip domain-name dns-server-name
3. ip name-server ip-address [ip-address] [ip-address] [ip-address]
4. exit
5. show hosts
6. copy running-config startup-config
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ip domain-name dns-server-name
Example:
se-10-0-0-0(config)# ip domain-name mycompany.com
Specifies the domain name of the DNS server.
Step 3
ip name-server ip-address [ip-address] [ip-address]
[ip-address]
Example:
se-10-0-0-0(config)# ip name-server 192.168.0.5
se-10-0-0-0(config)# ip name-server 192.168.0.5
192.168.0.10 192.168.0.12 192.168.0.20
Specifies up to four IP addresses for the DNS server.
Step 4
exit
Example:
se-10-0-0-0(config)# exit
Exits configuration mode.
Step 5
show hosts
Example:
se-10-0-0-0# show hosts
Displays the IP route destinations, gates, and masks.
Step 6
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.