cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
469
Views
0
Helpful
1
Replies

Cisco CUE

hadisharifi
Level 1
Level 1

Hi, I for the first time have started playing with Unity Express on a Cisco 2811, after reading around I have configured the following in order to get into the Unity GUI, however I am not able to ping the UE interface. Can someone please tell me why I can't ping the service-engine interface?

What is the Fa0 interface for on the NM-CUE?

interface Service-Engine1/0

ip unnumbered Loopback0

service-module ip address 10.1.250.1 255.255.255.0

service-module ip default-gateway 10.1.250.101

interface Loopback0

ip address 10.1.250.101 255.255.255.0

Thanks

1 Reply 1

Markus Schneider
Cisco Employee
Cisco Employee

You need a host route for sure.

ip route 10.1.250.1 255.255.255.0 service-engine 1/0

CUE has ping commands and 'show int'; as long as the module is up (serv serv 1/0 status) you should be able to ping it. Make sure you can first ping it from the router itself, then a host behind the router.