cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1054
Views
0
Helpful
3
Replies

CME_GUI

morenike1_2
Level 1
Level 1

!CCtONsgCWk~$(KGrHqMOKjUE0Qt3zT7cBNMCptrp0w~~0_1.JPG

Any idea how l can bring up this application on my desk top pls. I have configured two routers 2620XM back to back with two VWIC cards connected together via a cable. The ip phones were able to call each other remotely with the ext numbers that l configured using the two routers as a CME for each remote area.

System flash directory:

File  Length   Name/status

  1   29771296  c2600-adventerprisek9-mz.124-2.T.bin

  2   4627     admin_user.html

  3   653758   admin_user.js

  4   1029     CiscoLogo.gif

  5   618      CME_GUI_README.TXT

  6   953      Delete.gif

  7   16344    dom.js

  8   864      downarrow.gif

  9   6146     ephone_admin.html

10   4658     logohome.gif

11   3724     normal_user.html

12   80033    normal_user.js

13   1347     Plus.gif

14   843      sxiconad.gif

15   174      Tab.gif

16   2410     telephony_service.html

17   870      uparrow.gif

18   9968     xml-test.html

19   3412     xml.template

20   1038     home.shtml

21   2754     sdmconfig-26xx.cfg

22   112640   home.tar

23   527849   128MB.sdf

24   1505280  common.tar

25   6389760  sdm.tar

26   931840   es.tar

3 Replies 3

Walter Solano
Level 7
Level 7

Hello,

This link will explained you how to setup and configure your CME Gui:

http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmegui.html

HTH

Please rate this post if was helpful

Walter Solano

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 it asked for my username and password and all it gave me on the screen was     

VIEW DOCUMENT


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                      CME_GUI_README.TXT

    4  -rw-        2451                      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:


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