DHCP question

in CCNA & CCENT
Comments
-
deth1k Member Posts: 312
You sure can setup two DHCP pools for each network you have:
ip dhcp pool Client_a
network 192.168.1.0 255.255.255.0
default-router 192.168.1.x
!
ip dhcp pool Client_b
network 192.168.10.0 255.255.255.0
default-router 192.168.10.x
On client ports facing DHCP server:
ip address dhcp
No need for routing protocol as you have a router in the middle with two connected networks which it will route by default unless you have an ACL in place to deny traffic between those networks.