Static leases
Lock a specific lease address to a known host.
Static leases are used to ensure essential servers like servers always use the same address.
Static lease
A single static lease.
Properties
MAC
The MAC address of the client this lease applies to.
| Format | Description |
|---|---|
| MAC address (wildcard match) | A MAC address with colon (:) separated octets. Use '*' in place of an octect number to match any value. |
- Data type: string
- Configuration
- Optional
CLI: (cli)> config network ethernet <key> ipv4 dhcp server static-lease <index> mac
Hostname
| Format | Description |
|---|---|
| Hostname | A hostname containing letters, digits, and hyphens (-). The hostname must start and end with a letter or digit. |
| Domain name | A domain or subdomain name containing letters, digits, hyphens (-), and periods (.). The domain name must start and end with a letter or digit. |
- Data type: string
- Configuration
- Required
CLI: (cli)> config network ethernet <key> ipv4 dhcp server static-lease <index> hostname
Address
| Format | Description |
|---|---|
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
| IPv6 host address | An IPv6 host address. |
- Data type: string
- Configuration
- Required
CLI: (cli)> config network ethernet <key> ipv4 dhcp server static-lease <index> address
