Specifications

19-2
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 Hostname
DETAILED STEPS
Examples
The following commands configure the hostname:
se-10-0-0-0# config t
se-10-0-0-0(config)# hostname mainhost
ca-west(config)# exit
ca-west#
The output from the show hosts command might look similar to the following:
ca-west# show hosts
Hostname: mainhost
Domain: myoffice
DNS Server1: 10.100.10.130
DNS Server2: 10.5.0.0
ca-west#
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
hostname hostname
Example:
se-10-0-0-0(config)# hostname mainhost
mainhost(config)#
Specifies the hostname that identifies the local
Cisco Unity Express system. Do not include the domain name
as part of the hostname.
The Cisco Unity Express prompt changes to reflect the
hostname. If you do not enter a hostname, the prompt is
formed using “se” and the IP address of the Cisco Unity
Express network module.
Step 3
exit
Example:
mainhost(config)# exit
Exits configuration mode.
Step 4
show hosts
Example:
mainhost# show hosts
Displays the local hostname and DNS servers configured on
the system.
Step 5
copy running-config startup-config
Example:
mainhost# copy running-config startup-config
Copies the configuration changes to the startup configuration.