
30-18
Chapter 30 Commands for DHCP
30.1 Commands for DHCP Server Configuration
30.1.1 bootfile
Command:
bootfile
<filename>
no bootfile
Function:
Sets the file name for DHCP client to import on boot up; the “
no
bootfile
“command deletes this setting.
Parameters:
<filename>
is the name of the file to be imported, up to 255 characters are allowed.
Command Mode:
DHCP Address Pool Mode
Usage Guide:
Specify the name of the file to be imported for the client. This is usually used for diskless workstations that need to
download a configuration file from the server on boot up. This command is together with the “next sever”.
Example:
The path and filename for the file to be imported is “c:\temp\nos.img”
Switch(dhcp-1-config)#bootfile c:\temp\nos.img
Related Command: next-server
30.1.2 clear ip dhcp binding
Command:
clear ip dhcp binding {
<address>
| all}
Function:
Deletes the specified IP address-hardware address binding record or all IP address-hardware address binding
records.