cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
0
Helpful
2
Replies

DHCP Redundancy

ncisneros
Level 1
Level 1

Can I use two ip helper-address sentences in the same vlan?

interface Vlan27
 ip address 10.112.104.10 255.255.255.0

 ip helper-address 10.112.127.40
 ip helper-address 10.112.98.95

 

How should I configure DHCP Servers (Windows Server)

Is it correct to split the network? For example 10.112.104.0 /24 into two scopes 10.112.104.0 /25 and 10.112.104.128 /25, one on each server.

The interface vlan will send the DHCP request to both servers? Who will respond first?

I hope you had experience on this.

Thank you in advance

Best Regards!

 

 

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

Hi,

For Windows DHCP servers read this doc

https://technet.microsoft.com/en-us/library/ee405264(v=ws.10).aspx

Regards
Alex

Regards, Alex. Please rate useful posts.

> Is it correct to split the network? For example 10.112.104.0 /24 into two scopes 10.112.104.0 /25 and 10.112.104.128 /25, one on each server.

That's one way to configure it. DHCP is cluster-enabled in Windows Server 2008R2.

> The interface vlan will send the DHCP request to both servers?

yes.

> Who will respond first?

Without any additional configuration on the server; the one that processes the request first. But that can be configured as shown in Alex's link.