D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
197
config dhcp pool network_addr
Purpose Used to configure the network address and corresponding subnet mask
for the DHCP pool.
Syntax
config dhcp pool network_addr <pool_name 12> <network_address>
Description This command will allow users to enter the IP address pool to be assigned
to requesting DHCP Clients. This address will not be chosen but the first 3
sets of numbers in the IP address will be used for the IP address of
requesting DHCP Clients. (ex. If this entry is given the IP address
10.10.10.2, then assigned addresses to DHCP Clients will resemble
10.10.10.x, where x is a number between 1-255 but does not include the
assigned 10.10.10.2)
Parameters <pool_name 12> - Enter the previously created pool name for which to set
the network address.
<network_address> - IP address and netmask that is the address of this
DHCP pool. The address and mask information can be specified using the
traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format,
10.1.2.3/8).
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the network address for the DHCP pool:
DGS-3600:4#config dhcp pool network_addr Trinity 10.1.1.1/8
Command:config dhcp pool network_addr Trinity 10.1.1.1/8
Success.
DGS-3600:4#
config dhcp pool next_server
Purpose Used to configure the IP address of the server that has the boot file for
the DHCP pool.
Syntax
config dhcp pool next_server <pool_name 12> <ipaddr>
Description This command is used to configure the IP address of the server that
has the boot file for the DHCP pool.
Parameters <pool_name 12> - Enter the previously created pool name for which to
set the next server.
<ipaddr> - Enter the IP address of the next server which has the boot
file.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the IP address of the next server:
DGS-3600:4#config dhcp pool next_server Trinity 10.99.88.77
Command: config dhcp pool next_server Trinity 10.99.88.77
Success.
DGS-3600:4#