xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
394
Parameters
begin_address - Specifies the starting address of the IP address range.
<ipaddr> - Enter the starting address of the IP address range.
end_address - Specifies the ending address of the IP address range.
<ipaddr> - Enter 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-3620-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.
24-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 - Specifies the starting address of the IP address range.
<ipaddr> - Enter the starting address of the IP address range.
end_address - Specifies the ending address of the IP address range.
<ipaddr> - Enter the ending address of the IP address range.
all - Specifies to delete all IP addresses.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To delete a DHCP server exclude address:
DGS-3620-28SC:admin#delete dhcp excluded_address begin_address 10.10.10.1
end_address 10.10.10.10