CME Basic Install – Part II
In the first part, I detailed how to get the CME basic and GUI files from your computer to your router. In this part of the series, I will detail how to enable the GUI as well as setting up authentication for the GUI interface.
Note: All commands should be issued in global configuration mode unless otherwise noted.
The first step is to enable the web (http) server on the router:
ip http server
Next, you need to tell the web server where to find the HTML files used by the GUI:
ip http path flash:
Finally, you need to tell the web server which form of authentication to use:
ip http authentication {aaa | enable | local | tacacs}
Below is a quick run down of the authentication methods.
- aaa – Use aaa login service.
- enable – Uses the enable password that is set on the router (This is the default authentication method).
- local – Uses a local username and password that is set on the router using the username command.
- tacacs – Uses a TACACS server.
Before you can access the CME GUI, you need to set an initial username and password for the administrator. The following commands will allow you to do this.
Enter telephony service configuration mode:
telephony-service
Set the GUI administrator username and password:
web admin system name username {password string | secret {0 | 5} string}
With the last command it is suggested that you use the secret 5 option, since it will encrypt the password using an MD5 hash.
Once you have completed all of these steps you should be able to access the CME GUI from a web broswer by navigating to http://xxx.xxx.xxx.xxx/ccme.html (relace xxx.xxx.xxx.xxx with the IP address of your router). You will be prompted for a username and password, which should be the one you just set with the web admin command.
Note: I had some problems with the GUI when viewing it with Firefox (2.0.0.14). It’s suggested that you used Internet Explorer.
This only covers a very small portion of CME configuration. I suggest that you consult the Cisco Unified Communications Manager Express Administrator’s Guide. It is very detailed and worth the time spent reading though it.