DHCP and multiple VLANS

G

Guest

We currently have a large network (2000+) devices running in a single vlan
with one DHCP server. We are going to be breaking down the vlan by floors(9)
to smaller vlans. We would like to use only one DHCP server. How do I setup
DHCP to recognize the proper scope to assign an IP from based on the floor
that the computer connects too?
 
S

Steve Duff [MVP]

You need to enable a DHCP relay agent IP in each segment so that DHCP messages can get to and from your server. This depends on the
switch/router setup you are using. (With Cisco switches it is the "ip helper-address.." configuration statement.)

On your server you then just define a scope for each VLANs IP subnet. The server will match the right scope to the relay agent
source gateway IP - which the router adds when it forwards the DHCP broadcast to the server.

Of course be sure to adjust the default gateway in the scope options as appropriate for each VLAN.

This has a more technical information (watch the wrap):

http://www.microsoft.com/technet/pr...elp/6b895cb2-3dd1-4c11-8a66-fd0cba1dfe80.mspx

Steve Duff, MCSE, MVP
Ergodic Systems, Inc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top