Specifications

Show Commands 845
Chapter 31
DHCP Commands
show ip dhcp database
This command displays information about DHCP pools created using the ip
dhcp pool command.
Information returned by this command is:
z The name of the pool
z Subnet and subnet mask
z Domain names
z Domain name servers
z Netbios name servers
z Default gateways
z Range of IP addresses in the pool.
show ip dhcp binding
This command displays a list of all the IP addresses that have been assigned by
the server. It shows what IP Addresses have been assigned to each MAC
Address and the date on which the assignment was made. There will be a new
entry every time the MAC Address renews its lease or receives a new IP
Address.
(Alcatel) # show ip dhcp database
# 212
subnet 10.2.12.0 netmask 255.255.255.0 {
option domain-name "Alcatelnetworks.com";
option domain-name-servers 10.1.1.2;
option netbios-name-servers 10.1.1.2;
option routers 10.2.12.254;
range 10.2.12.21 10.2.12.253;
}
# 213
subnet 10.2.13.0 netmask 255.255.255.0 {
option domain-name "Alcatelnetworks.com";
option domain-name-servers 10.1.1.2;
option netbios-name-servers 10.1.1.2;
option routers 10.2.13.254;
range 10.2.13.21 10.2.13.253;