Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 505
    • Issues 505
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 51
    • Merge requests 51
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #237

Closed
Open
Created Nov 06, 2018 by Francis Dupont@fdupontDeveloper

ISC DHCP per class lease limit

Quote from ISC DHCP 1dhcpd.conf.5`

PER-CLASS LIMITS ON DYNAMIC ADDRESS ALLOCATION

   You may specify a limit to the number of clients in a class that can be
   assigned leases.  The effect of this will be to make it difficult for a
   new  client  in  a  class  to get an address.  Once a class with such a
   limit has reached its limit, the only way a new client  in  that  class
   can  get  a  lease  is  for an existing client to relinquish its lease,
   either by letting it  expire,  or  by  sending  a  DHCPRELEASE  packet.
   Classes with lease limits are specified as follows:

   class "limited-1" {
     lease limit 4;
   }

   This will produce a class in which a maximum of four members may hold a
   lease at one time.

Often associated with cloned classes. Requested by a customer but a priori not easy to implement. Note that in Kea lease assignment is done before calling setReservedClientClasses.

Support tickets: support#18293, support#17523, support#19968

Edited Mar 30, 2022 by Tomek Mrugalski
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking