xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
199
DGS-3627:5#
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 and 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 and operator-level users can issue this command.
Example usage:
To configure the network address for the DHCP pool:
DGS-3627:5#config dhcp pool network_addr accounting 10.1.1.1/8
Command:config dhcp pool network_addr accounting 10.1.1.1/8
Success.
DGS-3627:5#