In this LAB, How can I configure different DHCP pool, for each different VLAN ?
Check links for configuration and packet tracer file.
In this LAB, How can I configure different DHCP pool, for each different VLAN ?
Check links for configuration and packet tracer file.
on your layer 3 switch
en
conf t
ip dhcp pool vlan10
default-router 10.1.10.1
network 10.1.10.2 255.255.255.0
ip dhcp pool vlan20
default-router 10.1.20.1
network 10.1.20.2 255.255.255.0
ip dhcp pool vlan30
default-router 10.1.30.1
network 10.1.30.2 255.255.255.0
ip dhcp pool vlan40
default-router 10.1.40.1
network 10.1.40.2 255.255.255.0
pool name you can change as your understanding
Thank You,
Nitish but actually I wan to config on server. cany guid plz ?
In windows servers you have to add the number of scope, each VLAN should have it’s own DHCP scope
why network start from 2? eg 10.1.30.2
gate way ip address 10.1.30.1 already assigned so next available ip starting from 2,also we can deside the range as per scenario
Please check the L3 switch configuration.