Should the less-specific mask of POOL3 result in both POOL1 and POOL2 handing out dns-server 192.168.1.2?
ip dhcp pool POOL1
network 192.168.1.0 255.255.255.0
!
ip dhcp pool POOL2
network 192.168.2.0 255.255.255.0
!
ip dhcp pool POOL3
network 192.168.0.0 255.255.0.0
dns-server 192.168.1.2
!
ip dhcp excluded-address 192.168.1.1 192.168.1.10
