D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
189
Command Parameters
delete dhcp excluded_address
show dhcp excluded_address
Each command is listed in detail in the following sections.
create dhcp pool
Purpose Used to create a DHCP pool.
Syntax
create dhcp pool <pool_name 12>
Description This command will create a DCHP pool for the DHCP server. Once
created, this pool may be modified for accepting DHCP clients into this
pool.
Parameters <pool_name 12> - Enter an name of up to 12 alphanumeric characters
to identify the pool to be created with this command.
Restrictions Only administrator-level users can issue this command.
Example usage:
To create the DHCP pool Floor2:
DGS-3600:4#create dhcp pool Floor2
Command:create dhcp pool Floor2
Success.
DGS-3600:4#
delete dhcp pool
Purpose Used to delete a DHCP pool.
Syntax
delete dhcp pool {<pool_name 12> | all}
Description This command will delete a DHCP poll that was created with the create
dhcp pool command.
Parameters <pool_name 12> - Enter an name of up to 12 alphanumeric characters
to identify the pool to be deleted with this command.
all – Enter this command to delete all created DHCP pool.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete the DHCP pool Floor2:
DGS-3600:4# delete dhcp pool Floor2
Command:delete dhcp pool Floor2
Success.
DGS-3600:4#