Accton Technology ES4626 Switch User Manual


 
283
Command: next-server <address1>[<address2>[…<address8>]]
no next-server
Function: Set the server address for storing the client import file; the “no next-server
command cancels the setting.
Parameter: address1…address8 are IP addresses, in the dotted decimal format.
Command Mode: DHCP Address Pool Mode
Usage Guide: This command configures the address for the server hosting client import
file. This is usually used for diskless workstations that need to download
configuration file from the server on bootup. This command is used together
with the “bootfile”.
Example: Set the hosting server address as 10.1.128.4.
Switch(dhcp-1-config)#next-server 10.1.128.4
Related command: bootfile
11.2.2.18 option
Command: option <code> {ascii <string> | hex <hex> | ipaddress <ipaddress>}
no option <code>
Function: Set the network parameter specified by the option code; the “no option
<code>” command cancels the setting for option.
Parameter: <code> is the code for network parameters; <string> is the ASCII string up to
255 characters; <hex> is a value in Hex that no greater than 510 and must be of even
length; <ipaddress> is the IP address in dotted decimal format, up to 63 IP addresses can
be configured.
Command Mode: DHCP Address Pool Mode
Usage Guide: The switch provides common commands for network parameter
configuration as well as various commands useful in network configuration
to meet different user needs. The definition of option code is described in
detail in RFC2123.
Example: Set the WWW server address as 10.1.128.240.
Switch(dhcp-1-config)#option 72 ip 10.1.128.240
11.2.2.19 service dhcp
Command: service dhcp
no service dhcp
Function: Enable DHCP server; the “no service dhcp” command disables the DHCP
service.