xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
473
DES-3528:admin# show dhcp excluded_address
Command: show dhcp excluded_address
Index Begin Address End Address
----- ------------ ------------
1 10.10.10.1 10.10.10.10
Total Entries: 1
create dhcp pool
Purpose
Used to create a DHCP pool.
Syntax create dhcp pool <pool name 12>
Description
A DHCP pool is created by specifying a name. After you create a DHCP pool, use other
DHCP pool configuration commands to configure parameters for the pool. The maximum
number of pools that can be configured is 4.
Parameters <pool name 12> – Specifies the name of the pool.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To create DHCP pool entry:
DES-3528:admin# create dhcp pool accounting
Command: create dhcp pool accounting
Success.
delete dhcp pool
Purpose
Used to delete a DHCP pool entry.
Syntax delete dhcp pool [<pool name 12> | all]
Description
This command is used to delete a previously created DHCP pool entry.
Parameters <pool name 12> – Specifies the name of the pool.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To delete a DHCP pool entry:
DES-3528:admin# delete dhcp pool accounting
Command: delete dhcp pool accounting
Success.