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

Deploy UC520 in a 2003 network

m.junghage
Level 1
Level 1

I've configured the UC520 and it works like a charm standalone. But now I wan't to deploy it into our network where a windows 2003 server acts dhcp. I've read countless of forum threads on this but I'm not certain how to disable the dhcp in the UC and use the server 2003 as dhcp.

I want the the data (vlan 1) to be assigned IP from the windows dhcp (192.168.100.1XX) and the phone (vlan 100) to be assigned by the UC.

To spice up the problem, I also wan't the IP Communicator to work on users computers.

Thanks!

1 Accepted Solution

Accepted Solutions

no ip dhcp pool

interface

ip helper-address

View solution in original post

4 Replies 4

There are DHCP pools, you would need to disable those.

"no ip dhcp pool phones" etc.

If the DHCP server isn't in the same subnet as the devices it is servicing, you would need the ip helper-address on the layer 3 interface for each VLAN.

hth,

nick

Thanks!

Since I'm fairly new to this I'd appriciate if you could write down the cli commands I need to do this?

Thanks!

no ip dhcp pool

interface

ip helper-address

Thank you very much! It worked out nicely!