CUE IP address

I'm having a problem access the CUE web interface. The current setup here is we have a windows server handling DHCP on the data vlan (10.1.1.x) and the UC520 handling DHCP for the phones (172.16.1.x). Our UC500 has an IP of 10.1.1.40 and CUE is set to 10.1.10.1. Our default gateway is a PIX 515 with an address of 10.1.1.2.

Normally, I cannot access or ping the CUE IP address. However, if I change my workstation's IP settings to use the UC520 as its default gateway, I can then get to it.

I'm not sure what the ideal solution would be. Do I need to alter something on the PIX, or is there a good way to change the CUE IP address to fit in our existing data subnet? What would you do?


Pix Version

We're running PIX Version 6.2(2). I think the best option for our setup here is to add a static route on my local machine for this. Thanks for the help.

My bad.

Ya, that is because the PIX doesn't support redirecting traffic out the same interface that it was received. What version of software are you running? In 7.2 they added a command "same-security-traffic permit intra-interface" that would allow the PIX to do what you are doing.

Anyway, so you have two other options.

1. Make the UC500 the default-gateway for your LAN and add a static route in the UC500 pointing to the PIX.

2. Add a static route in the PC that you are managing CUE with that points to the UC500.

Add a static route in the PIX

You need to add a static route in the PIX pointing to the 10.1.10.0/30 network.

PIX:

!
route inside 10.1.10.0 255.255.255.252 10.1.1.40
!

If goofed the syntax a bit, do a search on cisco.com.

No Go

I tried this, however it's still not going through. Since I'm not well versed in IOS, would this be caused by any of the ACL's on the UC520? Let me know if you want me to post an abridged sh run of the pix and or UC520.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.