- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- DHCP server does not send DHCPNAK
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
08-21-2013 06:51 AM
08-21-2013 06:51 AM
DHCP server does not send DHCPNAK
Hello.
I have problem with comware DHCP server (5.20 1808P08).
It is not compliant with RFC2131 (DHCP) section "4.3.2 DHCPREQUEST message"/"INIT-REBOOT state":
1) client (Solaris) generate DHCPREQUEST (tested directly and dhcp relay)
- 'requested IP address' is from DIFFERENT (previous) ip network
- all other other fields are set correctly as described in RFC2131
2) server accept message (incremented 'display dhcp server statistics' - DHCPREQUEST)
3) server remains silent !!!!!
RFC2131:
Server SHOULD send a DHCPNAK message to the client if the 'requested IP address' is incorrect, or is on the wrong network.
If the client has been assigned address previously from that DHCP server eg. entry still exist in 'dhcp server ip-in-user all'
DHCP correctly response correctly with DHCPNAK !
There is no problem with other DHCP (non comware) servers.
Is that feature or bug ?
Is there public bugtrack ?
Thanks, Martin Cerveny
- Tags:
- DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2013 07:10 PM
08-21-2013 07:10 PM
Re: DHCP server does not send DHCPNAK
I too am having problems understanding how my H3C switches (Commware7) are doing DHCP.
A few things just don't seem to work quite right. Broadcasted DHCP requests within a VLAN seem to be being dropped on the switch, for example, and the server never sees them.
I'd like to read an in-depth analysis, white paper, or configuration/testing example to see how others deal with it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2014 05:08 AM
02-19-2014 05:08 AM
Re: DHCP server does not send DHCPNAK
The problem still persists (Comware 5.20.105 R1808P17).
M.C>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2014 11:09 AM
02-19-2014 11:09 AM
Re: DHCP server does not send DHCPNAK
The sad thing is that SHOULD != SHALL, so HP could continue to ignore that part of the RFC and still be compliant.
But I agree with you, for compatibility reasons HP should fix this.
Have you filed this as a bug report - what did the support answer you (if any)?
What does the internal debugging of the HP-device tell you about its activity?
That is:
terminal monitor
terminal debugging
debugging dhcp server all
Then your ssh session should start to display the dhcp acitivity.
To disable the above you can do
undo debugging all
undo terminal debugging
undo terminal monitor
Also the statistics contain the DHCPNAK, what does its value tell you?
display dhcp server statistics
If that DHCPNAK counter goes up then you should be able to see this in the debugging of the dhcp server aswell. Perhaps the packet is sent wrong direction or something?