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.

FormatDescription
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

FormatDescription
HostnameA hostname containing letters, digits, and hyphens (-). The hostname must start and end with a letter or digit.
Domain nameA 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

FormatDescription
IPv4 host addressAn IPv4 host address in dotted-quad notation.
IPv6 host addressAn IPv6 host address.
  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config network ethernet <key> ipv4 dhcp server static-lease <index> address