cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
2
Replies

CME Wizard problem

davieshuw
Level 1
Level 1

Hi.

I've been having trouble getting the CUE HTML wizard to log into CME.

i've reloaded a different IOS on in and GUI files, but to no avail.

Basically when I type in my CME ip address, username and password into the wizard, I get a connection refused, check your cme config message

Here's my config (abridged, taken out the stuff that we dont need here)

Any ideas why it doesnt work?

Current configuration : 9356 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname

!

boot-start-marker

boot system flash c2801-ipvoicek9-mz.124-15.T5.bin

boot-end-marker

!

card type e1 0 2

logging buffered 51200 warnings

!

no aaa new-model

clock timezone GMT -8

clock summer-time GMT recurring

network-clock-participate wic 2

network-clock-select 1 E1 0/2/0

dot11 syslog

ip cef

!

!

ip dhcp relay information trust-all

ip dhcp use vrf connected

ip dhcp excluded-address 192.168.16.1 192.168.16.15

!

ip dhcp pool

network 192.168.16.0 255.255.255.0

default-router 192.168.16.1

option 150 ip 192.168.16.1

!

!

ip domain name yourdomain.com

multilink bundle-name authenticated

!

stcapp ccm-group 1

!

stcapp feature access-code

!

isdn switch-type primary-net5

!

voice-card 0

!

!

!

voice service voip

allow-connections h323 to h323

allow-connections h323 to sip

allow-connections sip to h323

allow-connections sip to sip

supplementary-service h450.12

!

!

voice class codec 1

codec preference 1 g711alaw

codec preference 2 g729r8

!

voice hunt-group 1 parallel

voice translation-rule 1

!

!

!

username cisco privilege 15 secret 0 cisco

username cue privilege 15 secret 0 cue

archive

log config

hidekeys

!

!

controller E1 0/2/0

pri-group timeslots 1-8,16

!

!

!

!

!

interface Loopback0

ip address 192.168.150.1 255.255.255.252

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$

ip address 192.168.16.1 255.255.255.0

duplex auto

speed auto

!

interface Service-Engine0/0

ip unnumbered Loopback0

service-module ip address 192.168.150.2 255.255.255.252

service-module ip default-gateway 192.168.150.1

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Serial0/2/0:15

no ip address

encapsulation hdlc

isdn switch-type primary-net5

isdn incoming-voice voice

isdn sending-complete

no cdp enable

!

ip forward-protocol nd

ip route 192.168.150.2 255.255.255.255 Service-Engine0/0

!

!

ip http server

ip http access-class 23

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

ip http path flash:

!

access-list 23 permit 192.168.16.0 0.0.0.255

!

!

control-plane

!

disable-eadi

!

!

voice-port 0/2/0:15

cptone GB

timeouts initial 5

timeouts interdigit 5

telephony-service

max-ephones 24

max-dn 88

ip source-address 192.168.16.1 port 2000

auto assign 10 to 27

auto assign 5 to 8 type anl

service dnis overlay

service dnis dir-lookup

system message

url services http://192.168.150.1/voiceview/common/login.do

url authentication http://192.168.150.1/voiceview/authentication/authenticate.o

cnf-file location flash:

time-zone 21

date-format dd-mm-yy

voicemail 600

max-conferences 4 gain -6

transfer-system full-consult

create cnf-files version-stamp Jan 01 2002 00:00:00

line con 0

login local

line aux 0

line 66

no activation-character

no exec

transport preferred none

transport input all

transport output pad telnet rlogin lapb-ta mop udptn v120 ssh

line vty 0 4

access-class 23 in

privilege level 15

login local

transport input telnet ssh

line vty 5 15

access-class 23 in

privilege level 15

login local

transport input telnet ssh

!

scheduler allocate 20000 1000

end

1 Accepted Solution

Accepted Solutions

scot-simmons
Level 1
Level 1

You will likely need to remove the access-class on the http server. Since your CUE module is on 192.168.150.0 network it is being blocked.

View solution in original post

2 Replies 2

scot-simmons
Level 1
Level 1

You will likely need to remove the access-class on the http server. Since your CUE module is on 192.168.150.0 network it is being blocked.

Ah i was looking for that!! thanks alot man, that worked.