mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
33 lines
731 B
YAML
33 lines
731 B
YAML
description:
|
|
This section describes the DHCP server configuration
|
|
type: object
|
|
properties:
|
|
lease-first:
|
|
description:
|
|
The last octet of the first IPv4 address in this DHCP pool.
|
|
type: integer
|
|
examples:
|
|
- 10
|
|
lease-count:
|
|
description:
|
|
The number of IPv4 addresses inside the DHCP pool.
|
|
type: integer
|
|
examples:
|
|
- 100
|
|
lease-time:
|
|
description:
|
|
How long the lease is valid before a RENEW must be issued.
|
|
type: string
|
|
format: uc-timeout
|
|
default: 6h
|
|
use-dns:
|
|
description:
|
|
The DNS server sent to clients as DHCP option 6.
|
|
anyOf:
|
|
- type: string
|
|
format: ipv4
|
|
- type: array
|
|
items:
|
|
type: string
|
|
format: ipv4
|