Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

DHCP relay on other VLAN

Is it possible to setup the two DHCP servers for redundancy purpose ? Currently, we have only one setup on  a VLAN

  ip helper-address 192.168.100.20
Avatar of Rakesh Kapoor
Rakesh Kapoor

You can follow 80-20 rule to configure two DHCP Servers in your network.
Avatar of AXISHK

ASKER

Can I put two DHCP server address on a VLAN interface  ? Tks

interface Vlan3
 ip address 10.5.10.5 255.255.255.0
 ip helper-address 192.168.100.20
 ip helper-address 192.168.100.21
ASKER CERTIFIED SOLUTION
Avatar of Oliver Kaiser
Oliver Kaiser
Flag of Austria 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 AXISHK

ASKER

Tks