This command creates a new instance of a DHCP configuration.
Create a new instance of a DHCP configuration:
create dhcpconfig dhcpconfig defaultgw defaultgw dns1 dns1 domain domain highip highip lowip lowip netmask netmask network network [dns2 dns2] [dns3 dns3] [domain2 domain2] |
defaultgw – Specify the IP address of the default gateway.
dhcpconfig – A unique name for the DHCP configuration.
dns1 – Specify the IP address of the first DNS server.
dns2 – Specify the IP address of the second DNS server.
dns3 – Specify the IP address of the third DNS server.
domain –Specify the first domain name.
domain2 – Specify the second domain name.
highip –Specify the IP address of the highest IP value available in the DHCP configuration.
lowip – Specify the IP address of the lowest IP value available in the DHCP configuration.
netmask – Specify the netmask for the DHCP configuration
network – Specify the IP address of the base network for the DHCP configuration.