- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Procurve 5308XL and DHCP server
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
06-01-2004 04:39 AM
06-01-2004 04:39 AM
Procurve 5308XL and DHCP server
With a Procurve 5308XL, is it possible to avoid a DHCP server to lease IP addresses out of its subnet?
Thanks!
Andrea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:05 AM
06-03-2004 08:05 AM
Re: Procurve 5308XL and DHCP server
HPswitch(config)# no dhcp-relay
I got this from the manuals on the CD that came with the switch. 5300XL Switches, Management and Configuration Guide, chapter 16 pages 74 and 75.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:06 AM
06-03-2004 08:06 AM
Re: Procurve 5308XL and DHCP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:24 AM
06-03-2004 08:24 AM
Re: Procurve 5308XL and DHCP server
To ask a L2 switch not to forward a frame when it contains a dhcp-request is not possible. But the 5308xl is a L3 switch.
A dhcp-request starts with a udp packet from 255.255.255.255 to 0.0.0.0. If you set up your 5308xl with an ACL that blocks that, then it would effectively block dhcp-servers from hearing the requests. This should suffice for your purpose but remember that dhcp is a huge subject on itself.
dhcp-relay is used when there is an off subnet dhcp-server and you are using your 5308xl as a router to relay dhcp-requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:28 AM
06-03-2004 08:28 AM
Re: Procurve 5308XL and DHCP server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:41 PM
06-03-2004 08:41 PM
Re: Procurve 5308XL and DHCP server
The use of No DHCP-Relay I would avoid as that is a box wide command and would also impact VLANs where you do want to use DHCP on. No need to use ACLs. If there is an IP Interface of that particular VLAN and no IP-Helper, DHCP Broadcasts will not be forwarded anyways.
Thanks, Ardon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 01:18 AM
06-04-2004 01:18 AM
Re: Procurve 5308XL and DHCP server
thanks for your reply.
I've got a simple-default configuration, with no VLAN and software version E.07.27.
Please, can you point me to documentation and procedures to do so?
Thanks!
Andrea