xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
165
delete dhcp pool
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 and Operator-level users can issue this command.
Example usage:
To delete the DHCP pool Floor2:
DGS-3450:admin# delete dhcp pool Floor2
Command:delete dhcp pool Floor2
Success.
DGS-3450:admin#
create dhcp pool manual_binding
Purpose
Used to create a DHCP pool manual binding entry.
Syntax
create dhcp pool manual_binding <pool_name 12> <ipaddr> hardware_address
<macaddr> {type [Ethernet | IEEE802]}
Description
This command will create a DHCP manual pool binding entry for a previously created pool.
When a MAC address is entered in this command, it will be bound to a IP address from the
given pool either by the user, or automatically by the Switch.
Parameters
<pool_name 12>
−
Enter the name of the previously created pool that will contain the manual
binding entry.
<ipaddr>
−
Enter the IP address to be statically bound to a device within the local network that
will be specified by entering the Hardware Address in the following field.
hardware_address <macaddr>
−
Enter the MAC address of the device to be statically bound
to the IP address entered in the previous field.
type
[Ethernet | IEEE802]
−
This field is used to specify the type of connection for which this
manually bound entry will be set.
Ethernet
will denote that the manually bound device is
connected directly to the Switch, while the
IEEE802
denotes that the manually bound device
is outside the local network of the Switch.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create a manual binding DHCP entry:
DGS-3450:admin# create dhcp pool manual_binding engineering 10.10.10.1 hardware_address
02.02.02.02.02.02 type Ethernet
Command: create dhcp pool manual_binding engineering 10.10.10.1 hardware_address
02.02.02.02.02.02 type Ethernet
Success.
DGS-3450:admin#