Display the maximum number of leases available for each VPI/VCI, VLAN, Ethernet subnetwork, or for a specific interface or subinterface.
To display the maximum number of leases available for each interface type:
host1(config)#show ip dhcp-local limits
*****************************************
DHCP Local Server Address Limits
ATM Limit - 5000
VLAN Limit - 2000
Ethernet Limit - 1000
To display information about the maximum number of leases for a specific interface:
host1(config)#show ip dhcp-local limits interface atm 3/1
Dhcp Local Interface Limits
---------------------------
Total
Interface Limit Count Denied Denied
--------- ----- ----- ------ ------
atm 3/1 300 127 5 29
To display information about the maximum number of leases on all interfaces:
host1(config)#show ip dhcp-local limits interface
Dhcp Local Interface Limits
---------------------------
Total
Interface Limit Count Denied Denied
--------- ----- ----- ------ ------
fastEthernet0/0 200 0 0 0
atm 3/1 300 127 5 29
atm 4/2 5000 0 0 0
atm 5/1 5000 15 2 5
Table 126 lists the show ip dhcp-local limits command output fields.
Table 126: show ip dhcp-local limits Output Fields