- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: ProCurve Switch with ip address-helper
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2012 07:32 AM
11-23-2012 07:32 AM
ProCurve Switch with ip address-helper
Hi!
Im looking for a HP layer 3 switch where I can setup multiple VLANs which are routed to a single DHCP server. Normally, one would use a ip address-helper for this function imho. Searching throught HPs online database of switches, I was somewhat confused by the naming of the layer levels.
As the company I am working for has a limited budget, I searched for the cheapest solution first:
Here are my candidates:
HP ProCurve V1910-16G 16 Port
&
HP ProCurve Switch 2910al-24G
Now I know that the V1910-16G is a layer 2+ switch that supports static routing, but does it also support the ip address-helper for the VLANs? IMHO this should be the same thing, right?
If it doesn't, I will likely have to go with the 2910al-24G, which costs aroung 5x more here in Switzerland.
Thanks
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2012 10:32 AM
11-23-2012 10:32 AM
Re: ProCurve Switch with ip address-helper
In Comware-world ip-helper is called dhcp relay. According to this user guide, the V1910 does it: http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02965327/c02965327.pdf
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2012 12:54 PM
11-25-2012 12:54 PM
Re: ProCurve Switch with ip address-helper
Hi Fredrik,
Thanks for the answer! Can I assume that PXE traffic will also be forwarded using the dhcp relay (same server)? Sorry I didn't find any documentation regarding PXE in the file you linked, nor using google.
Thanks
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2012 10:41 PM
11-25-2012 10:41 PM
Re: ProCurve Switch with ip address-helper
I haven't tried myself, but I'm pretty sure it will work.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2012 12:56 AM
11-26-2012 12:56 AM
Re: ProCurve Switch with ip address-helper
Is L3 functionality important to you (i.e.. do you actually need to route on this switch)?
Simply setting up multiple VLANs with IP helpers can be achieved on most of HP's L2 ProCurve fleet, and I often use the 2510Gs for this. However if you need really need IP routing, then certainly all of the ProCurve L3 switches support IP helpers.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2012 07:32 AM
11-26-2012 07:32 AM
Re: ProCurve Switch with ip address-helper
Hi Pete
Are you sure you meant the 2510Gs? I have a 2510G-24 lying in front of me and the switch doesn't accept the ip helper-address or the dhcp-relay command...
Thanks
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2012 08:24 AM
11-26-2012 08:24 AM
Re: ProCurve Switch with ip address-helper
Appologies, I was incorrect in stating that the 2510G can support IP helpers, however it is still capable of supporting multiple VLANs (L2 Only).
Even with the above mistake, I suppose the original querstion still stands. Do you need L3 routing on your new switch - or is an extension of an existing network where routing is already taken care of?
Regards,
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2012 04:48 AM
11-29-2012 04:48 AM
Re: ProCurve Switch with ip address-helper
Here's an extract from a ProCurve 5400zl switch. Config will be almost the same for 2910, 3500, 3800, etc
vlan 30 name "Wireless" untagged A1,B7-B8,B21 ip helper-address 172.20.100.69 ip address 172.20.30.1 255.255.255.0 ip igmp ip rip 172.20.30.1 exit
The key element is "ip helper-address". Point that to your DHCP server with the relevant scopes set up and off you go!. Works fine with PXE, just add another line with the PXE server IP address.