Dhcp clear and show commands, Dhcp clear and show commands -111, Service dhcp – Enterasys Networks X-Pedition XSR CLI User Manual
Page 621: Dhcp clear and show commands clear ip dhcp binding
DHCP Clear and Show Commands
XSR CLI Reference Guide 15-111
service dhcp
This command enables DHCP server functionality to respond to client requests. Although DHCP
server is enabled by default on all XSR interfaces, you can optionally enable or disable it on a
specific interface.
Syntax
service dhcp [interface]
Syntax of the “no” Form
Disable the DHCP server by using the no form of this command:
no service dhcp [interface]
Default
Enabled on all interfaces
Mode
Global configuration: XSR(config)#
Example:
The example below enables DHCP services on interface FastEthernet 1:
XSR(config)#service dhcp fastethernet 1
DHCP Clear and Show Commands
clear ip dhcp binding
This command deletes an automatic address binding from the DHCP server binding database.
Use the
no host
command to delete a manual binding. Typically, the address denotes the IP
address of the client. If an asterisk (*) is used as the address parameter, DHCP clears all automatic
bindings.
Syntax
clear ip dhcp binding {address | * }
Mode
Privileged EXEC:
XSR#
interface
The port on which the DHCP server is enabled or disabled.
address
Address of the binding you want to clear.
*
Clears all automatic bindings.