10-01-2001 02:10 PM - edited 03-01-2019 06:48 PM
If I need a redundant dhcp server on standby router, is there a possibility to configure two routers (in standby) with two dhcp servers to serve a unique segment of lan?
10-05-2001 06:59 AM
I dont understand what you are trying to describe. Can you clarify and I'll try and help?
10-06-2001 01:09 AM
I think u canot have 2 DCP servers with same scope on a single segment..For router redundancy u can have HSRP for the same segment.
10-12-2001 05:59 AM
There are a ton of ways you can do this..... I will go with the one I think you are trying to accomplish.
For automatic failover:
Put the DHCP Servers on the same subnet as each other and use a subnet directed broadcast IP helper statement on the DHCP Client's gateway (IP HELPER 10.10.10.255), both DHCP Servers will received the Discover packet from the cleint, both will try and answer, the client picks the server he wants to use.
For manual failover:
Just change the IP Helper to be host specific (IP HELPER 10.10.10.10)
Both scenerios are for 24bit subnetmasks.
**One thing to know about HSRP & DHCP. Just because an interface is in stanby mode doesn't mean it will not forward the DHCP broadcast. In fact, if a HSRP interface has an IP HELPER statement on it, it will always forward the packets.
10-12-2001 06:50 AM
I think you'll run in to a problem keepingthe DHCP databases synced. For example, if a workstaion pulls an address lease from DHCP server 'A' for 8 hours, how does DHCP server 'B' know that the IP address is taken? If server 'A' fails, server 'B' will become the only responder and there is a high probability that the same IP address will be leased again. Unless you have a method of keeping the DHCP databases in sync. the effort involved in developing the redundancy is somewhat wasted.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide