|
Table Of Contents
Cisco Unified CME Commands: W
Last Updated: January 17, 2007
First Published: February 27, 2006
This chapter contains commands to configure and maintain Cisco Unified Communications Manager Express (formally known as Cisco Unified CallManager Express). The commands are presented in alphabetical order. Some commands required for configuring Cisco Unified Communications Manager Express (Cisco Unified CME) may be found in other Cisco IOS command references. Use the command reference master index or search online to find these commands.
web admin customer
To define a username and password for a Cisco Unified CME customer administrator, use the web admin customer command in telephony-service configuration mode. To disable a customer administrator login, use the no form of this command.
web admin customer name username {password string | secret {0 | 5} string}
no web admin customer
Syntax Description
Command Default
A customer administrator with username Customer and no password.
Command Modes
Telephony-service configuration
Command History
Cisco IOS Release Cisco CME Version Modification12.2(11)YT
2.1
This command was introduced.
12.2(15)T
2.1
This command was integrated into Cisco IOS Release 12.2(15)T.
Usage Guidelines
This command enables customer administrator access for the Cisco Unified CME graphical user interface (GUI).
Examples
The following example defines a customer administrator named user22 whose password is pw567890:
Router(config)# telephony-service
Router(config-telephony)# web admin customer name user22 password pw567890
Related Commands
web admin system
To define a username and password for a Cisco Unified CME system administrator, use the web admin system command in telephony-service configuration mode. To disable a system administrator login, use the no form of this command.
web admin system name username {password string | secret {0 | 5} string}
no web admin system
Syntax Description
Command Default
A system administrator with username Admin and no password.
Command Modes
Telephony-service configuration
Command History
Cisco IOS Release Cisco CME Version Modification12.2(11)YT
2.1
This command was introduced.
12.2(15)T
2.1
This command was integrated into Cisco IOS Release 12.2(15)T.
Usage Guidelines
This command enables system administrator access for the Cisco Unified CME graphical user interface (GUI).
Use the secret 0 keyword pair when entering a plain-text password string. This keyword pair instructs the system to encrypt the system administrator password with MD5. An encrypted version of the string is saved in the running configuration, as shown in the following example. The digit 5 that appears after the secret keyword in the running configuration indicates that the password that follows is shown in its encrypted version.
web admin system name jsmith secret 5 $1$TCyK$OU/NSQ/VtAU2ibHdi8Uau
Examples
The following example establishes a system administrator named user1 whose password will be encrypted in the running configuration:
Router(config)# telephony-service
Router(config-telephony)# web admin system name user1 secret 0 pw234567
Related Commands
web customize load
To load and parse an eXtensible Markup Language (XML) file in router flash memory to customize a Cisco CallManager Express graphic user interface (GUI) for a customer administrator, use the web customize load command in telephony-service configuration mode. To disable the customized GUI and use the system administrator GUI for the customer administrator, use the no form of this command.
web customize load filename
no web customize load
Syntax Description
Defaults
The standard system administrator GUI is used.
Command Modes
Telephony-service configuration
Command History
Cisco IOS Release Cisco CME Version Modification12.2(11)YT
2.1
This command was introduced.
12.2(15)T
2.1
This command was integrated into Cisco IOS Release 12.2(15)T.
Usage Guidelines
Use this command with Cisco IOS Telephony Services V2.1, Cisco CallManager Express 3.0, or a later version.
Examples
The following example specifies a file named cust_admin_gui.xml as the file that defines the GUI for Cisco CME customer administrators:
Router(config)# telephony-service
Router(config-telephony)# web customize load cust_admin_gui.xml
Related Commands
Posted: Thu Jul 12 14:57:02 PDT 2007
All contents are Copyright © 1992--2007 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.