How to Configure DHCP Server for Multiple VLANs

dhcpNetworkpacket-tracervlan

Good afternoon, I'm learning how to build a network, and I'm trying to add a DHCP server for all VLANs, but I donĀ“t understand how to make it work for all hosts regardless of whether they are on the other router.

My network topology is:

Network

Any ideas or guidelines I can use.

Best Answer

If you're using Cisco devices, you can configure a single DHCP server for all vlans. On the vlan interface, add the command

Ip helper-address a.b.c.d

Where a.b.c.d is the dhcp server. Then you configure scopes for each vlan.

Related Topic