![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/c/f9/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4-bgde.png)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
218
delete dhcp excluded_address
Purpose Used to delete IP addresses that have been configured as excluded from the DHCP Server
pool of addresses.
Syntax
delete dhcp excluded_address [begin_address <ipaddr> end_address <ipaddr> | all]
Description This command will allow the user to delete a previously set IP address, or a range of IP
addresses that are NOT to be included in the range of IP addresses that the Switch will allot
to clients requesting DHCP service.
Parameters
begin_address <ipaddr> − Enter the beginning IP address of the range of IP addresses to be
deleted from the excluded IP address list, from the DHCP pool.
end_address <ipaddr> − Enter the ending IP address of the range of IP addresses to be
deleted from the excluded IP address list, from the DHCP pool.
all – Enter this command to delete all excluded IP addresses, from the DHCP pool.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete IP addresses that have been configured as excluded from the DHCP server pool of addresses:
DGS-3627:admin# delete dhcp excluded_address begin_address 10.10.10.1 end_address
10.10.10.10
Command: delete dhcp excluded_address begin_address 10.10.10.1 end_address 10.10.10.10
Success.
DGS-3627:admin#
show dhcp excluded_address
Purpose Used to display the excluded IP addresses of the DHCP server function.
Syntax
show dhcp excluded_address
Description This command is used to display the excluded IP addresses of the DHCP server function.
Parameters None.
Restrictions None.
Example usage:
To display the DHCP server settings:
DGS-3627:admin# show dhcp excluded_address
Command:show dhcp excluded_address
Index Begin_Address End_Address
------- ----------------- -------------------------
1 192.168.0.1 192.168.0.100
2 10.10.10.10 10.10.10.10
Total Entries : 2
DGS-3627:admin#