ip helper-address on Extreme
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2016 06:01 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2016 06:33 PM
This is exactly what I was looking for! Many thanks!!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2016 06:30 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2016 06:23 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-04-2016 06:08 PM
configure bootprelay add vr vr-default
enable bootprelay vr vr-default vlan
enable bootprelay vr vr-default vlan
