DHCP Subnets

Filter subnets:

Subnets in the table below can be filtered by entering text in the search box; the table shows any subnets matching the search text.

The table can present subnets that meet certain criteria, e.g. 192.0 will show all subnets that contain 192.0 octets. It can also filter by shared network name and/or pools.

Currently supported fields:

  • Subnet Prefix
  • Lower and Upper Bound of Pools
  • Shared Network Name

Subnets can be explicitly filtered by a given field using an expression: field=value, e.g.: appId=2. Currently supported fields for explicit filtering:

  • appId

Stork retrieves subnet information using the config-get command. This command returns all subnets configured in your configuration file. If you are using config backend, the subnets Kea retrieves from the database are listed here as well.

Protocol:
Subnet ID Subnet Addresses Pools Shared Network AppID @ Machine Total Assigned Used % {{ sn.id }} {{ humanCount(getTotalAddresses(sn)) }} {{ humanCount(getAssignedAddresses(sn)) }} {{ sn.addrUtilization ? sn.addrUtilization : '0' }} %
{{ p }}
{{ sn.sharedNetwork }} {{ lsn.appId }} @ {{ lsn.machineAddress }}
Total: {{ state.totalRecords > 0 ? state.totalRecords : '0' }} {{ state.totalRecords === 1 ? 'subnet' : 'subnets' }}