<div><div>Hello!<br>We have strict host reservation by circuit-id: "hostname:port" => "ip" and protection from manual ip by switch capabilities (dhcp snooping + ip source guard).<br>Users get ip - all is well. But when replacing a device (change mac-address), we have to wait for the end of the lease time, which is very inconvenient.<br>Having studied the issue, I came to the conclusion that in our configuration we don’t need the lease-database - is it possible to disable it completely?<br>Or as an option, match the lease not by client-id/chaddr, but by circuit-id.<br>These settings would bring us a lot of convenience and productivity. <br>Are there any solutions I haven't come up with on my own? Thank you.</div><div><br data-mce-bogus="1"></div><div>Dreams:</div><div><br data-mce-bogus="1"></div><div>global configuration for matching leases:<br>"match-client-id": false,<br>"match-chaddr": false,<br>"match-circuit-id": true, (or "match-flex-id": true)</div><div><br data-mce-bogus="1"></div><div>or global configuration for disable lease-database:<br>"lease-database": { "type": "disable" }</div></div><div><br></div><div><br></div><div>best regards</div><div><br></div>