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 [/code]
What would the equivalent of this look like on EXOS?
Thanks,
Bruce
I believe BOOTP Relay is what you're looking for:
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Bootprelay
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Bootprelay
Userlevel 6
Configure bootp relay for your helper address.
configure bootprelay add vr vr-default
enable bootprelay vr vr-default vlan
enable bootprelay vr vr-default vlan
Userlevel 7
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
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 [/code]
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 [/code]
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.