cancel
Showing results for 
Search instead for 
Did you mean: 

ip helper-address on Extreme

ip helper-address on Extreme

Bruce_Garlock
New Contributor II
Coming from a HP Procurve world, we could have 'ip helper-address' settings for each VLAN. How can I have a production VLAN have a different DHCP server from a Guest VLAN in EXOS?

Here's my procurve settings:

vlan 200 name "VLAN200" ip helper-address 192.168.200.12 vlan 500 name "VLAN500" ip helper-address 172.16.0.1
What would the equivalent of this look like on EXOS?

Thanks,
Bruce

6 REPLIES 6

Bruce_Garlock
New Contributor II
This is exactly what I was looking for! Many thanks!!

BrandonC
Extreme Employee
Hi Bruce, just to add on to what everyone else already said, if you want to send DHCP traffic from one vlan to a specific DHCP server, you can specify the vlan when adding the server in bootprelay. For example:

en bootprelay vlan v1 en bootprelay vlan v2 conf bootprelay vlan v1 add 1.1.1.2 conf bootprelay vlan v2 add 2.2.2.2

Patrick_Voss
Extreme Employee
The article says this as well but you need to make sure you enable bootprelay on the VLAN the server sits on as well. If the discover needs to be routed to get to this VLAN enable bootprelay on the egress VLAN

Jeremy_Gibbs
Contributor
configure bootprelay add vr vr-default
enable bootprelay vr vr-default vlan
GTM-P2G8KFN