Link to home
Start Free TrialLog in
Avatar of croustimiel
croustimiel

asked on

DHCP Server redundancy

Hello,

I have 3 different plant, each have his own DHCP Server.
Each plant belong to a VLAN.

Plant 1:
VLAN 10 : 192.168.10.0 - 254
DHCP Server : 192.168.10.12

Plant 2:
VLAN 20 : 192.168.20.0 - 254
DHCP Server : 192.168.20.12

Plant 3:
VLAN 30 : 192.168.30.0 - 254
DHCP Server : 192.168.30.12

On the switch I specified : ip helper-address 192.168.x0.12 (ip of DHCP server).

How can I make redundancy with the DHCP Server if one of them crashed ? It's 2003 DHCP Server.

Thanks for your help.
ASKER CERTIFIED SOLUTION
Avatar of Bill Louth
Bill Louth
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of croustimiel
croustimiel

ASKER

Thanks