config system dhcp server
Use this command to configure the DHCP server object.
Syntax
config system dhcp server
edit <serverName>
config exclude-range
edit <id of IP address>
config ip-range
edit <id of IP address>
config reserved-address
edit <id of IP address>
set auto-configuration {enable | disable}
set conflicted-ip-timeout <int>
set default-gateway <IP Address>
set dns-service {default | specify}
set domain <domain name>
set enable {enable | disable}
set htype {normal | other}
set interface <interface name>
set lease-time <lease time in seconds>
set netmask <netmask_ip>
end
|
Variable |
Description |
Default |
|---|---|---|
|
|
The server name of this DHCP server. |
|
|
|
DHCP excluded IP range. |
|
|
|
DHCP IP address range. |
|
|
|
DHCP reserved IP address. |
|
|
|
Enable or disable auto configuration. |
|
|
|
IP address conflict timeout in seconds. |
|
|
|
Default gateway IP address. |
|
|
|
DNS server options. |
|
|
|
Domain name of the DHCP server. |
|
|
|
Enable or disable this DHCP server. |
|
|
|
Device/port name. |
|
|
|
Interface name. |
|
|
|
Lease time in seconds. |
|
|
|
Netmask of this DHCP server. |
|