xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
166
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 will 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 a manual binding DHCP entry:
DGS-3450:admin# delete dhcp pool manual_binding Floor2 10.10.10.1
Command: delete dhcp pool manual_binding Floor2 10.10.10.1
Success.
DGS-3450:admin#
show dhcp pool manual_binding
Purpose
Used to display the manual binding settings for a DHCP pool.
Syntax
show dhcp pool manual_binding {<pool_name 12>}
Description
This command will display the manual binding entries for the selected DHCP pool.
Parameters
<pool_name 12>
−
Enter the name of the DHCP pool for which to view manual binding
entries.
Entering this command without the pool name will display all manual binding entries of the
DHCP server.
Restrictions
None.
Example usage:
To display the manual binding entries of the DHCP pool accounting:
DGS-3450:admin# show dhcp pool manual_binding accounting
Command: show dhcp pool manual_binding accounting
Pool Name IP Address Identifier (Hardware_Address) Type
------------ ------------- ----------------- -----------
accounting 192.168.0.1 01-22-b7-35-ce-99 Ethernet
accounting 192.168.0.2 0a-52-f7-34-ce-88 Ethernet
Total Entries : 2
DGS-3450:admin#