how to configure dhcp server in extreme switch and if you multiple vlan in switch how to apply dhcp in all vlan?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-22-2015 07:49 AM
how to configure dhcp server in extreme switch and if you multiple vlan in switch how to apply dhcp in all vlan?
17 REPLIES 17
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-30-2017 07:54 PM
Bootprelay needs to be enabled on the switch that is routing. As long as the device has L2 connectivity up to the routing switch bootprelay will take over from there.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-28-2015 01:51 PM
Hi Summit, in addition to what Johan has outlined above,
A VLAN will only request an IP address from a DHCP server that is configured globally, or explicitly enabled on that particular VLAN. In the two commands below, the first command adds a DHCP server to the vlan v1_vlan meaning, the switch can attempt to solicit an IP address from 192.168.0.1 for any client within v1_vlan. In the second command, the DHCP server 10.0.0.1 is enabled globally. What this means is that the clients in v1_vlan now have access to a second DHCP Server (10.0.0.1).
configure bootprelay "v1_vlan" add 192.168.0.1
configure bootprelay add 10.0.0.1
Whether or not an IP address will be assigned to a client is not important at this stage, because the DHCP server has the responsibility to assign the correct IP address in the correct subnet by choosing the DHCP DISCOVER packet to respond to. Similarly, the DHCP client is responsible for accepting the appropriate DHCP OFFER from the DHCP server. Extreme's switches handle multiple DHCPs configured for a single VLAN using Sequential mode where the switch relays a DHCP DISCOVER packet for the first IP. If there is no offer from the Server after three tries, the Switch then attempts the second IP until an offer is received.
I hope the above answer two of your questions. Finally, you'd have to elaborate a little further on how you've deployed VRRP. In an idea situation that would be an entirely different set of devices altogether, and if they are, then the DHCP packets simply transit through them enroute to the DHCP Server
A VLAN will only request an IP address from a DHCP server that is configured globally, or explicitly enabled on that particular VLAN. In the two commands below, the first command adds a DHCP server to the vlan v1_vlan meaning, the switch can attempt to solicit an IP address from 192.168.0.1 for any client within v1_vlan. In the second command, the DHCP server 10.0.0.1 is enabled globally. What this means is that the clients in v1_vlan now have access to a second DHCP Server (10.0.0.1).
configure bootprelay "v1_vlan" add 192.168.0.1
configure bootprelay add 10.0.0.1
Whether or not an IP address will be assigned to a client is not important at this stage, because the DHCP server has the responsibility to assign the correct IP address in the correct subnet by choosing the DHCP DISCOVER packet to respond to. Similarly, the DHCP client is responsible for accepting the appropriate DHCP OFFER from the DHCP server. Extreme's switches handle multiple DHCPs configured for a single VLAN using Sequential mode where the switch relays a DHCP DISCOVER packet for the first IP. If there is no offer from the Server after three tries, the Switch then attempts the second IP until an offer is received.
I hope the above answer two of your questions. Finally, you'd have to elaborate a little further on how you've deployed VRRP. In an idea situation that would be an entirely different set of devices altogether, and if they are, then the DHCP packets simply transit through them enroute to the DHCP Server
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-28-2015 01:51 PM
Thanks.....
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-28-2015 01:32 PM
Here is an article from our knowledge website explaining how to configure a DHCP server for a VLAN
Browser View: https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-the-DHCP-server-on-a-VLAN...
Browser View: https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-the-DHCP-server-on-a-VLAN...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-28-2015 09:22 AM
Hi Johan,
We are using the vrrp between the extreme l3 switch please let me know which switch i will do the change first dhcp server ip address?
Regards
Sumit
We are using the vrrp between the extreme l3 switch please let me know which switch i will do the change first dhcp server ip address?
Regards
Sumit
