ELS Messages for Dynamic Host Configuration Server (DHS)


DHS.001

Level:
CI-ERROR
Short Syntax:
DHS.001 pkt alloc fld
Long Syntax:
DHS.001 failed to allocate packet for transmission
Description:
DHCP server tried to allocate a packet (I/O request block) to transmit a reply, but none was available. It tries to recover and transmit after some time.

DHS.002

Level:
CI-ERROR
Short Syntax:
DHS.002 mem alloc fld, server/parsedPkt/options/lease/timeoutStruct
Long Syntax:
DHS.002 failed to allocate memory for server/parsedPkt/options/lease/timeoutStruct
Description:
DHCP server has failed to allocate memory for the specified structure. The packet is dropped.

DHS.003

Level:
UE-ERROR
Short Syntax:
DHS.003 drop pkt, reason , net networkId
Long Syntax:
DHS.003 drop the packet due to reason on net networkId
Description:
A DHCP packet has been received on a particular interface. Either the IP interface for that net could not be found, or the interface is not configured for dynamic address assignment, or the packet is not a valid DHCP packet, i.e., length may not be right.

DHS.004

Level:
UE-ERROR
Short Syntax:
DHS.004 opt optionNum len optionLength overflows buf, from serverAddr net networkId
Long Syntax:
DHS.004 Option optionNum length optionLength overflows input buffer, from serverAddr on net networkId
Description:
A DHCP packet has been received on a particular interface. The packet is discarded as the specified option length is greater than the input buffer size.

DHS.005

Level:
UE-ERROR
Short Syntax:
DHS.005 bad pkt type pktType frm clientIPAddr , net networkId
Long Syntax:
DHS.005 bad packet type pktType from clientIPAddr , net networkId
Description:
An unrecognizable packet type is received from the specified client. The packet is discarded.

DHS.006

Level:
U-TRACE
Short Syntax:
DHS.006 rcv discover ( requestedIPAddr ) on interfaceIPAddr frm clientHardwareAddr (gwy gatewayAddr ), net networkId
Long Syntax:
DHS.006 received discover ( requestedIPAddr ) on interfaceIPAddr from clientHardwareAddr (gwy gatewayAddr ), net networkId
Description:
A DHCP discover packet has been received on a particular interface from the specified client via the specified gateway.

DHS.007

Level:
U-TRACE
Short Syntax:
DHS.007 no IP addr left for leasing on serverAddr , net networkId
Long Syntax:
DHS.007 no IP address left for leasing on serverAddr , net networkId
Description:
We have run out of all IP addresses for a lease. Discover packet is ignored.

DHS.008

Level:
U-TRACE
Short Syntax:
DHS.008 rcv pktType ( reqAddr ) on ifcIPAddr frm clientHardwareAddr (gwy gwyAddr ) net networkId
Long Syntax:
DHS.008 received pktType reqAddr on ifcIPAddr from clientHardwareAddr (gwy gwyAddr ) net networkId
Description:
A DHCP request/release packet has been received for the specified address on a particular interface from the specified client via the specified gateway.

DHS.009

Level:
U-TRACE
Short Syntax:
DHS.009 release from clientHardwareAddr has specified reqstd addr reqAddr on serverAddr , which is not allowed
Long Syntax:
DHS.009 release from clientHardwareAddr has specified requested addr reqAddr on serverAddr , which is not allowed
Description:
A DHCP release packet has specified the requested address, which it should not have done. The client may be an old implementation.

DHS.010

Level:
UE-ERROR
Short Syntax:
DHS.010 ignore pktType ( requestedOrClientIPAddr ), lease for clientHardwareAddr not found on serverID
Long Syntax:
DHS.010 ignore pktType ( requestedOrClientIPAddr ), lease for clientHardwareAddr is not found on serverID
Description:
A DHCP request/release/decline has arrived from the specified hardware address; but, we can not find the lease for it on the specified server.

DHS.011

Level:
UE-ERROR
Short Syntax:
DHS.011 ignore pktType req, lease for clientIPAddr not found on serverAddr
Long Syntax:
DHS.011 ignore pktType request, lease for clientIPAddr is not found on serverAddr
Description:
A release/decline request has arrived for the specified address; but, we can not find the lease for it on the specified interface.

DHS.012

Level:
UE-ERROR
Short Syntax:
DHS.012 unexp ping rsp from ipAddr , can't lease that addr
Long Syntax:
DHS.012 unexpected ping response from ipAddr , can't lease that address
Description:
The address that we were about to lease is found to be in use already on the network. The specified address is marked unuseable, which may be manually cleared. Otherwise, the server will try to recover the address during garbage collection.

DHS.013

Level:
UI-ERROR
Short Syntax:
DHS.013 err outputErrorCode sndng pkt net network
Long Syntax:
DHS.013 error code outputErrorCode when sending packet out net network
Description:
An outgoing DHCP packet was dropped as a result of some problem in the router.
Cause:
There are many potential causes for this problem, such as an overloaded output queue, a down network, etc.
Action:
Consult logging output from the relevant network subsystem for more information.

DHS.014

Level:
U-INFO
Short Syntax:
DHS.014 send offer/ack/nak ( leasedAddr ) to destAddr , hw destHwAddr (gwy gwyAddr ) net network
Long Syntax:
DHS.014 send offer/ack/nak ( leasedAddr ) to destAddr , hw destHwAddr (gwy gwyAddr ) net network
Description:
The specified DHCP packet is successfully sent to the specified address on the specified interface.

DHS.015

Level:
U-INFO
Short Syntax:
DHS.015 lease expired for leasedIPAddr on serverAddr
Long Syntax:
DHS.015 lease expired for leasedIPAddr on serverAddr
Description:
The specified lease on the specified server has expired since the client has not renewed the lease before the expiry time. The client may be down.

DHS.016

Level:
U-INFO
Short Syntax:
DHS.016 client's server ID clientServerID does not match our ID ourServerID in req pkt
Long Syntax:
DHS.016 client's server ID clientServerID does not match our ID ourServerID in the request packet
Description:
Client is in selecting state, and has chosen our offer. But it's idea of server ID does not match ours. Hence the lease is released.

DHS.017

Level:
UE-ERROR
Short Syntax:
DHS.017 drop pkt from hwAddr , net networkId
Long Syntax:
DHS.017 drop the packet from hwAddr on net networkId
Description:
A DHCP packet has been received on a particular interface whose specified hardware address length is greater than what we anticipated. Hence the packet is dropped.

DHS.018

Level:
UE-ERROR
Short Syntax:
DHS.018 lease count exceeds max maxLeases on server serverID
Long Syntax:
DHS.018 number of leases exceed the maximum of maxLeases on server serverID
Description:
We are unable to offer a lease to a client as we have reached the maximum number of leases that we can offer. DHCP discover packet is ignored.
Panic
DHSudperr
Short Syntax:
DHCP udp port not avail
Description:
Another application registered previously with DHCP's UDP port.
Action:
Contact customer service.