Hi,
We have issues with the DHCP server config, we can’t find a way to clear existing lease(s).
The DHCP server itself works fine, it hands out the ip’s gateway and DNS stuff, all good.
But what if we need to clear a DHCP lease, we can’t find any command that is in the docs’ or command line, what should the command that wil work ?
Many thanx in advance !
ps current config below:
set service dhcp-server shared-network-name WAN1-DHCP authoritative
set service dhcp-server shared-network-name WAN1-DHCP subnet 10.10.10.0/29 default-router ‘10.10.10.1’
set service dhcp-server shared-network-name WAN1-DHCP subnet 10.10.10.0/29 dns-server ‘8.8.8.8’
set service dhcp-server shared-network-name WAN1-DHCP subnet 10.10.10.0/29 dns-server ‘8.8.4.4’
set service dhcp-server shared-network-name WAN1-DHCP subnet 10.10.10.0/29 lease ‘86300’
ge 1 start ‘10.10.10.2’
set service dhcp-server shared-network-name WAN1-DHCP subnet 10.10.10.0/29 range 1 stop ‘10.10.10.5’