C
ONFIGURING
THE
DHCP S
ERVER
16-11
CLI – This example configures a host address pool.
Displaying Address Bindings
You can display the host devices which have acquired an IP address from
this switch’s DHCP server.
Command Attributes
• IP Address – IP address assigned to host.
• Mac Address – MAC address of host.
• Lease time – Duration that this IP address can be used by the host.
• Start time – Time this address was assigned by the switch.
• Delete – Clears this binding to the host. This command is normally used
after modifying the address pool, or after moving DHCP service to
another device.
• Entry Count – Number of hosts that have been given addresses by the
switch.
Note: More than one DHCP server may respond to a service request by a
host. In this case, the host generally accepts the first address
assigned by any DHCP server.
Console(config)#ip dhcp pool mgr 35-8
Console(config-dhcp)#host 10.1.0.19 255.255.255.0 35-16
Console(config-dhcp)#hardware-address 00-e0-29-94-34-28
ethernet 35-18
Console(config-dhcp)#client-identifier text bear 35-17
Console(config-dhcp)#default-router 10.1.0.253 35-10
Console(config-dhcp)#dns-server 10.2.3.4 35-11
Console(config-dhcp)#netbios-name-server 10.1.0.33 35-13
Console(config-dhcp)#netbios-node-type hybrid 35-14
Console(config-dhcp)#domain-name example.com 35-11
Console(config-dhcp)#bootfile wme.bat 35-13
Console(config-dhcp)#next-server 10.1.0.21 35-12
Console(config-dhcp)#lease infinite 35-15
Console(config-dhcp)#