12-06-2019 07:10 AM
Hi,
Currently each vlan int have ip helper-address configured which points to a MS DHCP server.
If I add in another cmd of ip helper-address <server2>, which server the vlan int will relay out dhcp req?
will this even affect the first DHCP cmd- "ip helper-address <MS DHCP IP>"?
conf t
int vlan 390
ip helper-address 10.5.5.1
Will it goes automatically to the secondary line of ip helper-address? 1st line is the existing ip helper-address cmd.
12-06-2019 07:16 AM
https://community.cisco.com/t5/switching/multiple-ip-helper-address-is-possible/td-p/1782182
M.
12-06-2019 08:00 AM - edited 12-06-2019 08:03 AM
You can do like below if you like order will be 1 and 2 so on ...
Make sure you can also split the DHCP scopes to different DHCP Servers.
conf t
int vlan 390
ip helper-address 10.5.5.1
ip helper-address 10.5.5.2
12-06-2019 08:10 AM
12-06-2019 08:13 AM
Hi!
No the order shouldn't matter.
The DHCP Packets will be changed to unicast and forwarded to all IP-Helpers!
Best regards
Julian
12-06-2019 08:47 AM
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