eG Monitoring
 

Measures reported by IbDHCPStateTest

This test monitors the Infoblox appliance and reports the statistics relating to the messages received/transmitted through DHCP protocol.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Disc_msg_received Indicates the rate at which the DHCPDiscover messages were received. Msgs/sec The first time a DHCP client computer attempts to log on to the network, it requests IP address information from a DHCP server by broadcasting a DHCPDiscover packet. The source IP address in the packet is 0.0.0.0 because the client does not yet have an IP address. The message is either 342 or 576 bytes long—older versions of Windows use a longer message frame.
Requests_received Indicates the rate at which the DHCPRequest messages were received. Requests/sec When a DHCP client receives a DHCPOffer packet, it responds by broadcasting a DHCPRequest packet that contains the offered IP address, and shows acceptance of the offered IP address. The message is either 342 or 576 bytes long, depending on the length of the corresponding DHCPDiscover message.
Releases_received Indicates the rate at which the DHCPRelease messages were received. Releases/sec A DHCP client sends a DHCPRelease packet to the server to release the IP address and cancel any remaining lease.
Offers_sent Indicates the rate at which DHCPOffer messages were transmitted. Msgs/sec Each DHCP server that receives the client DHCPDiscover packet responds with a DHCPOffer packet containing an unleased IP address and additional TCP/IP configuration information, such as the subnet mask and default gateway. More than one DHCP server can respond with a DHCPOffer packet. The client will accept the first DHCPOffer packet it receives. The message is 342 bytes long.
Acks_sent Indicates the rate at which DHCPAcknowledge (DHCPAck) messages were transmitted. Msgs/sec The selected DHCP server acknowledges the client DHCPRequest for the IP address by sending a DHCPAck packet. At this time the server also forwards any optional configuration parameters. Upon receipt of the DHCPAck, the client can participate on the TCP/IP network and complete its system startup. The message is 342 bytes long.
Nacks_sent Indicates the rate at which DHCPNak (negative acknowledgement) messages were transmitted. Msgs/sec If the IP address cannot be used by the client because it is no longer valid or is now used by another computer, the DHCP server responds with a DHCPNak packet, and the client must begin the lease process again. Whenever a DHCP server receives a request for an IP address that is invalid according to the scopes that it is configured with, it sends a DHCPNak message to the client.
Decline_msg_received Indicates the rate at which DHCPDecline messages were received. Msgs/sec If the DHCP client determines the offered configuration parameters are invalid, it sends a DHCPDecline packet to the server, and the client must begin the lease process again.
Inform_msg_received Indicates the rate at which DHCPInform messages were received. Msgs/sec When the DHCPInform message type is used, the sender is already externally configured for its IP address on the network, which may or may not have been obtained using DHCP.