
xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
397
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 is used to 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-3426:5#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-3426:5#
delete dhcp pool manual_binding
Purpose Used to delete a previously created DHCP manual binding entry.
Syntax
delete dhcp pool manual_binding <pool_name 12> [<ipaddr> | all]
Description This command is used to delete a DHCP manual binding entry created with the create
dhcp pool manual_binding command.
Parameters
<pool_name 12> − Enter the previously created pool name from which to delete a manual
binding DHCP entry.
<ipaddr> − Enter the IP address of the manual binding entry to be deleted.
all – Enter this command to delete all manual binding entries for the given pool.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete the multicast range Floor2:
DGS-3426:5#delete dhcp pool manual_binding Floor2 10.10.10.1
Command: delete dhcp pool manual_binding Floor2 10.10.10.1
Success.
DGS-3426:5#