DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 500
Example usage:
To display the DHCP server excluded addresses:
DGS-3700-12:5#show dhcp excluded_address
Command: show dhcp excluded_address
Index Begin Address End Address
----- ------------- --------------
1 192.168.01 192.168.0.100
2 10.10.10.10 10.10.10.11
Total Entries : 2
DGS-3700-12:5#
create dhcp pool
Purpose
Used to create the current DHCP Server pool information.
Syntax
create dhcp pool <pool_name 12>
Description
This command is used to create a DHCP pool by specifying a name. After creating a
DHCP pool, use other DHCP pool configuration commands to configure
parameters for the pool.
Parameters
<pool_name 12>
- Specify the name of the DHCP pool.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To create a DHCP pool:
DGS-3700-12:5#create dhcp pool netpool
Command: create dhcp pool netpool
Success.
DGS-3700-12:5#
delete dhcp pool
Purpose
Used to delete the current DHCP Server pool information.
Syntax
delete dhcp pool [<pool_name 12> | all]
Description
This command is used to delete a DHCP pool.
Parameters
<pool_name 12>
- Specify the name of the DHCP pool.
all
- Specify to delete all the DHCP pools.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To delete a DHCP pool:
DGS-3700-12:5#delete dhcp pool netpool
Command: delete dhcp pool netpool
Success.
DGS-3700-12:5#