Specifications

5-18
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Configuring SIP Call Control Parameters
Deleting a Cisco Unified CME Site
The following configuration mode command deletes a site. You cannot delete the local site.
no site name site-name
The syntax for the site name is the same as the username, containing letters, numbers, hyphens, and/or
dots, maximum 32 characters.
Example
The following example illustrates some of the configurations described above.
se-10-0-0-0# config t
Enter configuration commands, one per line. End with CNTL/Z.
se-10-0-0-0(config)# site name Montreal
se-10-0-0-0(config-site)# site-hostname 192.0.2.13
Step 8
xml credentials hidden username-password-hash
Example:
se-10-0-0-0(config-site)# xml credentials hidden
"GixGRq8cUmFqrOHVxftjAknfGWTYHfmPSd8ZZNgd+Y9J3xlk2B3
5j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmPSd8ZZNg
d+Y9J3xlk2B35j0nfGWTYHfmP"
Configures the hidden XML credentials for the site:
username-password-hash—Encrypted credentials for
the Web username and password for the site.
Step 9
exit
Example:
se-10-0-0-0(config-site)# exit
Leaves site-configuration mode and returns to
configuration mode.
Step 10
username username site site-name
Example:
se-10-0-0-0(config)# username jcwhite site sfo
Configures the site for the specified user. If you enter
an incorrect username or site name, you get an error
message.
username—Name of the user associated with the site.
sitename—Name of the site with which user is
associated.
Step 11
end
Example:
se-10-0-0-0(config)# end
Returns to privileged EXEC mode.
Step 12
Example:show site [site-name]
se-10-0-0-0# show site local
(Optional) Displays information about a site:
site-name—Name of the site for which to display
information.
If no site name is specified, information is shown for
all sites.
Step 13
Example:show users site [site-name]
se-10-0-0-0# show users site local
(Optional) Displays the users associated with a site:
site-name—Name of the site for which to display
users.
Command or Action Purpose