Add another ip helper-address into interface vlan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Catalyst 3000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 07:16 AM
https://community.cisco.com/t5/switching/multiple-ip-helper-address-is-possible/td-p/1782182
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 08:10 AM
Anything affected?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2019 08:47 AM
If you want common method for DHCP redundancy is to take your typical /24 subnet and divide it into two /25s for your scopes (one per server). This way the VLAN is allocated to the /24 subnet only but sends out to helper addr and no overlap with binding on only one DHCP server. Note that in this one server will do full DORA and other will discover then request (from my test).
Set bigger scopes or higher lease time so both redundant pools dont get exhausted, or you can configure servers under a virtual IP with load balancing for server redundancy.
Hussain
