User Manual

xStackĀ® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
249
Format
create dhcp excluded_address begin_address <ipaddr> end_address <ipaddr>
Parameters
begin_address - Specify the starting address of the IP address range.
<ipaddr> - Specify the starting address of the IP address range.
end_address - Specify the ending address of the IP address range.
<ipaddr> - Specify the ending address of the IP address range.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To specify the IP address that DHCP server should not assign to clients:
DGS-3420-28SC:admin#create dhcp excluded_address begin_address 10.10.10.1
end_address 10.10.10.10
Command: create dhcp excluded_address begin_address 10.10.10.1 end_address
10.10.10.10
Success.
DGS-3420-28SC:admin#
22-2 delete dhcp excluded_address
Description
This command is used to delete a DHCP server exclude address.
Format
delete dhcp excluded_address [begin_address <ipaddr> end_address <ipaddr> | all]
Parameters
begin_address - Specify the starting address of the IP address range.
<ipaddr> - Specify the starting address of the IP address range.
end_address - Specify the ending address of the IP address range.
<ipaddr> - Specify the ending address of the IP address range.
all - Specify to delete all excluded IP addresses.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.