To delete the DHCP bindings (IP addresses assigned to clients by the DHCP server of the USG), the following commands can be used:
- Login via Telnet, SSH or serial to the USG
Router# show ip dhcp binding lan1-> Shows the DHCP table of an interface. You will see an output like this:
-> displays all current bindings
Router# clear ip dhcp binding *-> deletes all bindings
Router# clear ip dhcp binding 192.168.1.44-> deletes the entry for the IP 192.168.1.44

Comments
0 commentsPlease sign in to leave a comment.