- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- DHCP server issue - authoritative pool doesn't sen...
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
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
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
10-28-2018 03:24 AM - edited 10-28-2018 03:27 AM
10-28-2018 03:24 AM - edited 10-28-2018 03:27 AM
DHCP server issue - authoritative pool doesn't send NACK to client
Hello everyone
I have very frustrating issue with HPE 5412zl2 or 2930F switch. I have DHCP server configured on switch. Server assigns IP address to clients but have strange issue. When client connects/moves from another networks (have cached old IP) clients sends DHCPREQUEST requesting his old IP address. When DHCP pool is authoritative, server should send DHCPNACK to endpoint and force client to obtain new/proper IP address from his pool. Quote from RFC: "If the DHCP server detects that the client is on the wrong net ... then the server SHOULD send a DHCPNAK message to the client". But on HPE switch this never happes, despite authortative option is set on pool. Clients send about 10-15 DHCPREQUESTS and finally obtain proper address after about 1-2 minutes. I think that is a bug, any other DHCP server which I have on the network works correctly and send NACK packet. I try several firmware 16.05, 16.06 and 16.07 unsuccessfully. Can anyone help me configure DHCP server on this device? I need DHCP server resides on switch for guest network purpose.
Below is my configuration:
dhcp-server pool GUEST authoritative default-router "10.98.0.1" dns-server "8.8.4.4,8.8.8.8" network 10.98.0.0 255.255.255.0 range 10.98.0.10 10.98.0.254 exit vlan 98 dhcp-server
exit dhcp-server enable
I receive the following information in dhcp debug log:
DHCPS eDhcpdProto:DHCPREQUEST for 192.168.0.x from aa:bb:cc:dd:ee:ff via vlan98: ignored (not authoritative).
Notice that endpoint is directly assigned to VLAN 98 so ip-helper isn't necessary!
Thanks in advace