cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1992
Views
5
Helpful
4
Replies

CME_GUI

morenike1_2
Level 1
Level 1

I went to test whether its working or not.I try using http://192168.1.3/CME_GUI_README.TXT this did not work. Then l tried this next path and I used http://192.168.1.3/telephony_service.html, it then asked for my username and password which l typed in and all it gave me on the screen was    

VIEW DOCUMENT


pls l need a solution to it it possible, thanks.

Router#sh run

Building configuration...

Current configuration : 913 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

!

resource policy

!

no network-clock-participate slot 1

no network-clock-participate wic 0

ip cef

!

username admin password 0 admin

!

controller E1 0/1

!

interface FastEthernet0/0

ip address 192.168.1.3 255.255.255.0

duplex auto

speed auto

!

interface Serial0/0

no ip address

shutdown

!

ip route 0.0.0.0 0.0.0.0 192.168.1.1

!

ip http server

ip http authentication local

no ip http secure-server

ip http path flash:CME_GUI_README.TXT

!

telephony-service

max-conferences 4 gain -6

web admin system name admin password admin

transfer-system full-consult

!

!

end

Router#

Router#copy tftp flash:

Address or name of remote host [192.168.1.2]?

Source filename [CME_GUI_README.TXT]? telephony_service.html

Destination filename [telephony_service.html]?

Accessing tftp://192.168.1.2/telephony_service.html...

Erase flash: before copying? [confirm]n

Loading telephony_service.html from 192.168.1.2 (via FastEthernet0/0): !

[OK - 2451 bytes]

Verifying checksum...  OK (0xBB5E)

2451 bytes copied in 0.424 secs (5781 bytes/sec)

Router#dir

Directory of flash:/

    1  -rw-    32062316  Feb 14 2011 14:58:21 +00:00  c2600-adventerprisek9-mz.1

24-9.t2.bin

    2  -rw-     3850240  Feb 14 2011 15:03:12 +00:00  cme-basic-4.0.0.0.tar

    3  -rw-         639                    <no date>  CME_GUI_README.TXT

    4  -rw-        2451                    <no date>  telephony_service.html

49807356 bytes total (13891452 bytes free)

Router#sh ip http server status

HTTP server status: Enabled

HTTP server port: 80

HTTP server authentication method: local

HTTP server access class: 0

HTTP server base path: flash:CME_GUI_README.TXT

HTTP server help root:

Maximum number of concurrent server connections allowed: 5

Server idle time-out: 180 seconds

Server life time-out: 180 seconds

Maximum number of requests allowed on a connection: 1

HTTP server active session modules: ALL

HTTP secure server capability: Present

HTTP secure server status: Disabled

HTTP secure server port: 443

HTTP secure server ciphersuite: 3des-ede-cbc-sha des-cbc-sha rc4-128-md5 rc4-128

-sha

HTTP secure server client authentication: Disabled

HTTP secure server trustpoint:

HTTP secure server active session modules: ALL

Router#sh ip http client all

HTTP client status: Enabled

HTTP client application session modules:

Id               : 1

Application Name : HTTP CFS

Version          : HTTP/1.0

Persistent       : persistent

Response-timeout : 0

Retries          : 0

Proxy            :

HTTP client current connections:

Persistent connection = enabled (default)

Connection establishment timeout = 10s (default)

Connection idle timeout = 30s (default)

Maximum number of connection establishment retries = 1 (default)

Maximum http client connections per host : 2

HTTP secure client capability: Present

HTTP secure client ciphersuite: 3des-ede-cbc-sha des-cbc-sha rc4-128-md5 rc4-128

-sha

HTTP secure client trustpoint:

local-ipaddress:port  remote-ipaddress:port in-bytes   out-bytes

Total client connections : 0

HTTP client cache:

Maximum Memory size for cache    : 100000 bytes (default)

Maximum memory per cache entry   : 2000 bytes (default)

Memory used                      : 0 bytes

Memory Available                 : 100000 bytes

Cache Ager interval              : 5 minutes (default)

Total entries created            : 0

Id    Type    Url              Memory-size(Bytes)     Refcnt     Valid(Sec)

__________________________________________________________________________

HTTP client statistics:

2 Accepted Solutions

Accepted Solutions

Marcel Ammann
Level 3
Level 3

Hello,

you have a little configuration failure:

ip http server

ip http authentication local

no ip http secure-server

ip http path flash:CME_GUI_README.TXT

You must correct the configuration to:

*******************************

ip http path flash:

*******************************

Then your CME must work fine

Kind regards,

Marcel Ammann

P.S.: Please rate helpful post's

View solution in original post

Hello,

ok you configuration looks fine, but you didn't upload all cme files. You need much more than only the telephony_service.html.

1. Extract the cme files to the router. You must install a tftp server on your client and point the download directory to cme-basic-4.0.0.0.tar.

     TFTP32 for example.

2. Then login to the router and run this command    archive tar /xtract tftp://The-IP-of-your-tft-server/cme-basic-4.0.0.0.tar

     This command extract's the content of cme-basic to the router.

3. The next step is to find the cme-html files and point the http path to the directory via the command ip http path:

Thats all


Kind regards,

Marcel Ammann

P.S.: Please rate helpful post's

View solution in original post

4 Replies 4

Marcel Ammann
Level 3
Level 3

Hello,

you have a little configuration failure:

ip http server

ip http authentication local

no ip http secure-server

ip http path flash:CME_GUI_README.TXT

You must correct the configuration to:

*******************************

ip http path flash:

*******************************

Then your CME must work fine

Kind regards,

Marcel Ammann

P.S.: Please rate helpful post's

Hi Marcel,

l have tried what you said but the GUI result is not showing at all. That is why l have the screen shot of what came out and the configuration of the what l did on the router. I could ping the tftp server which is on my lap top easily. I will be waiting for any more advice to get it up and running thanks.

Ojay

Date: Thu, 10 Mar 2011 17:05:13 -0700

From: supportforums-donotreply@jivesoftware.com

To: oojuribiodun@hotmail.com

Subject: New message: "CME_GUI"

morenike1,

A new message was posted in the Discussion thread "CME_GUI":

https://supportforums.cisco.com/message/3312876#3312876

Author : Marcel Ammann

Email : marcel.ammann@eu.didata.com

Profile : https://supportforums.cisco.com/people/MAmmann2005

Message:

Hello,

ok you configuration looks fine, but you didn't upload all cme files. You need much more than only the telephony_service.html.

1. Extract the cme files to the router. You must install a tftp server on your client and point the download directory to cme-basic-4.0.0.0.tar.

     TFTP32 for example.

2. Then login to the router and run this command    archive tar /xtract tftp://The-IP-of-your-tft-server/cme-basic-4.0.0.0.tar

     This command extract's the content of cme-basic to the router.

3. The next step is to find the cme-html files and point the http path to the directory via the command ip http path:

Thats all


Kind regards,

Marcel Ammann

P.S.: Please rate helpful post's

Hi Marcel,

you are great author indeed. The process you put me through did work very well. The Cisco callmanager Express showed up. Thanks a million for your contribution for helping through this difficult time. You did bring a big smile to my face. This the config and the flash memory that brought up after typing http://10.10.10.1/ccme.html on the google chrome. Thanks a million stay blessed.

Router#dir

Directory of flash:/

1 -rw-

32062316 Feb 14 2011 14:58:21

+00:00 c2600-adventerprisek9-mz.124-9.t2.bin

2 -rw-

3850240 Feb 14 2011 15:03:12

+00:00 cme-basic-4.0.0.0.tar

3 -rw-

639 xml-test.html

49807356 bytes total (10143064 bytes free)

Router#sh run

Current configuration : 809 bytes

!

version 12.4

!

hostname Router

!

interface FastEthernet0/0

ip address 10.10.10.1

255.255.255.0

interface Serial0/0

no ip address

shutdown

!

ip http server

ip http authentication local

no ip http secure-server

ip http path flash:

!

telephony-service

max-conferences 4

gain -6

web admin system name

ojay password cisco1

dn-webedit

end

Ojay