cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
413
Views
0
Helpful
4
Replies

accessing CUE http

davieshuw
Level 1
Level 1

Hi. i remember that when I implimented my CUE module on my UC520, if I went to the CUE module IP address in IE, i'd get all the CME stuff, plus the CUE html too.

Ive got a 2801 now, and i've implimented the CCME html and that works OK, but when I go to the CUE IP address, nothing loads. Where shall I start!

Thanks

2 Accepted Solutions

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

If CUE's address is take from voice or data vlan as usually happens, you should have a route like x.x.x.x 255.255.255.255 se0/0. This in addition to correct config under se0/0.

View solution in original post

Davie, "no shutdown" will help you a lot.

View solution in original post

4 Replies 4

paolo bevilacqua
Hall of Fame
Hall of Fame

If CUE's address is take from voice or data vlan as usually happens, you should have a route like x.x.x.x 255.255.255.255 se0/0. This in addition to correct config under se0/0.

Hi mate.

I've decided not to go with VLAN's on this implimentation as its only a small set up (and fancied a change)

I've configured:

interface Loopback0

ip address 192.168.150.1 255.255.255.252

interface Service-Engine0/0

ip unnumbered Loopback0

shutdown

service-module ip address 192.168.150.2 255.255.255.252

service-module ip default-gateway 192.168.150.1

ip route 192.168.150.2 255.255.255.255 Service-Engine0/0

Davie, "no shutdown" will help you a lot.

ah... thats rather embarrasing!

(..picks up ICND 1 for Dummies)

Thanks man!!