Hi John,
But can you point me to manual to how can i configure the "split the DHCP address pool"?
You won't find anything concerning this topic inside you switch manual, because it is a matter of the configuration of your DHCP servers, not your switch!
For example: Given you have less than 100 DHCP clients inside VLAN 5 and your address pool for these DHCP clients is 192.168.5.20 - 192.168.5.219 (exactly 200 addresses = twice the maximum number of DHCP clients), where 192.168.5.0/24 is the IP network used for VLAN 5, you have the choice to configure either
- one DHCP server (e.g. server1=192.168.20.1) to deploy addresses out of the pool 192.168.5.20 - 192.168.5.219
- or two DHCP servers (e.g. server1=192.168.20.1 + server2=192.168.20.2) in parallel, where server1 deploys addresses out of the pool 192.168.5.20 - 192.168.5.119 and server2 deploys addresses out of the pool 192.168.5.120 - 192.168.5.219
If DHCP server1 fails, DHCP clients inside VLAN 5 get addresses from the pool 192.168.5.120 - 192.168.5.219 managed by server2. Vice versa, if DHCP server2 fails, DHCP clients inside VLAN 5 get addresses from the pool 192.168.5.20 - 192.168.5.119 managed by server1.
If server1 and server2 are both active, a DHCP client can get an IP address either from pool 192.168.5.20 - 192.168.5.119 (server1) or 192.168.5.120 - 192.168.5.219 (server2) depending on which server offering the client prefers (usually the one first received, when the client asks for an address the very first time, later it will try to get the same address again by sending a request to the server it got its address from the last time).
I have additional question, ...
... which I can't answer, because I haven't any experience with D-Link switches.
Just a workaround:
Configure your DHCP server1 using the IP address of server2 (192.168.20.2)
Configure your DHCP server2 using the IP address of server1 (192.168.20.1)
PT