Leases in the table below can be filtered by an explicitly selected field using text input filters. The currently supported fields for explicit filtering are:

  • Machine ID - the ID of the machine used by Stork.
  • Daemon - pick a daemon from the dropdown list or type to search the daemon by machine's hostname, address, daemon ID, or daemon name.
  • Subnet ID - the subnet ID used by Stork.
  • Kea Subnet ID - the subnet ID assigned to the subnet in the Kea configuration.

Leases can also be filtered by entering text in the search box; the table shows all leases matching the filter text. The currently supported fields for filtering are:

  • Hardware Address
  • DUID
  • Client ID
  • IP Address

Leases can be filtered by their identifier value, e.g. 00:01:02:03:04:05; a part of the identifier (e.g. the initial three bytes of a MAC address that denotes OUI, a unique identifier of the vendor, effectively showing all devices produced by the same vendor); or identifier type (e.g. hw-address to show all leases issued to a MAC address).

Leases can be also filtered by a full or partial IP address. For example, all leases in a 192.0.2.0/24 subnet can found by entering 192.0.2 as the filter text.

Leases can be filtered by multiple fields. Currently, all provided filtering conditions are joined using a logical AND.

IP Address
HW Address
DUID
Client ID
Prefix Length
State
Daemon Subnet
No leases found. @if (tableHasFilter(leasesListTable)) { Clear filters and try again. } {{ l.ipAddress }} {{ l.hwAddress || '—' }} {{ l.duid || '—' }} {{ l.clientId || '—' }} {{ l.prefixLength || '—' }} {{ stateToString(l.state) }} Total: {{ paginatorState.totalRecords | pluralize: 'lease' }} No leases found. @if (tableHasFilter(leasesListTable)) { Clear filters and try again. }