6.3.2 Checking the Allocatable IP Addresses
To check the number of IP addresses that can be assigned to clients, execute the show ip dhcp server statistics command and check the address pools field in the displayed list. Make sure that the number displayed here is greater than the number of IP addresses you want to assign to clients.
> show ip dhcp server statistics
Date 20XX/10/15 12:00:00 UTC
< DHCP Server use statistics >
address pools :19
automatic bindings :170
manual bindings :1
expired bindings :3
over pools request :0
discard packets :0
< Receive Packets >
BOOTREQUEST :0
DHCPDISCOVER :178
DHCPREQUEST :178
DHCPDECLINE :0
DHCPRELEASE :1
DHCPINFORM :0
< Send Packets >
BOOTREPLY :0
DHCPOFFER :178
DHCPACK :172
DHCPNAK :6
> |