DHCP options
DHCP options can be used to fine tune a DHCP server for a particular deployment scenario.
- DNS servers - Provide the client with the listed DNS servers
- NTP servers - Provide the client with the listed NTP servers
- WINS servers - Provide the client with the listed WINS servers
- BOOT File - Provide a boot file to the client.
- Custom DHCP options - Arbitary custom DHCP server options
Properties
Gateway
Provide the client with a default route via this gateway address.
| Format | Description |
|---|---|
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
- Data type: string
- Configuration
- Optional
CLI: (cli)> config network switch <key> ipv4 dhcp server option gateway
MTU
Instruct the client to set its MTU to the provided value.
- Data type: integer
- Units: bytes
- Default:
1500 - Configuration
- Required
CLI: (cli)> config network switch <key> ipv4 dhcp server option mtu
