D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
213
config dhcp pool domain_name
Purpose Used to configure the domain name for the DHCP pool of the Switch.
Syntax
config dhcp pool domain_name<pool_name 12> <domain_name 64>
Description This command is used to configure the domain name for the DHCP pool of the Switch. This
domain name represents a general group of networks that collectively make up the domain.
Parameters
<pool_name 12> Enter the previously created pool name for which to add a default router.
<domain_name 64> The Domain Name may be an alphanumeric string of up to 64
characters.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the domain name for a DHCP pool:
DGS-3627:admin# config dhcp pool domain_name accounting d_link.com
Command: config dhcp pool domain_name accounting d_link.com
Success.
DGS-3627:admin#
config dhcp pool lease
Purpose Used to configure the lease time of DCHP clients within a DHCP pool.
Syntax
config dhcp pool lease<pool_name 12> [<day 0-365> <hour 0-23> <minute 0-59> |
infinite]
Description Using this command, the user can specify the lease time for the DHCP client. This time
represents the amount of time that the allotted address is valid on the local network.
Parameters
<pool_name 12> Enter the previously created pool name for which to set the lease time for
accepted DHCP clients.
day 0-365Enter the amount of days for the lease. The default setting is one day.
hour 0-23Enter the number of hours for the lease.
minute 0-59 Enter the number of minutes for the lease.
infinite Enter this parameter to set the allotted IP address to never be timed out of its lease.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the lease time for the DHCP pool:
DGS-3627:admin# config dhcp pool lease accounting infinite
Command: config dhcp pool lease accounting infinite
Success.
DGS-3627:admin#