xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
400
Example usage:
To configure the Ping timeout:
DGS-3426:5#config dhcp ping_timeout 500
Command: config dhcp ping_timeout 500
Success.
DGS-3426:5#
config dhcp pool boot_file
Purpose Used to specify the Boot File that will be used as the boot image of the DHCP client
Syntax
config dhcp pool boot_file <pool_name 12> <file_name 64>
Description This command is used to specify the Boot File that will be used as the boot image of the
DHCP client. This image is usually the operating system that the client uses to load its IP
parameters.
Parameters
<pool_name 12> − Enter the previously created pool name from which the boot file will be
set.
<file_name 64> − Enter the name of the boot file that will be used for DHCP clients.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To set the boot file:
DGS-3426:5#config dhcp pool boot_file accounting boot.had
Command: config dhcp pool boot_file accounting boot.had
Success.
DGS-3426:5#
config dhcp pool default_router
Purpose Used to configure the default router for the DHCP client.
Syntax
config dhcp pool default_router <pool_name 12> <ipaddr> {<ipaddr>} {<ipaddr>}
Description This command is used to configure the default router for DHCP clients requesting DHCP
information for the switch. Users may add up to three IP addresses to identify the router,
but must specify at least one.
Parameters
<pool_name 12> − Enter the previously created pool name for which to add a default
router.
<ipaddr> − Enter the IP address for the default router for this pool. Users may specify up
to three default routers but users must add at least one.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the default router:
DGS-3426:5#config dhcp pool default_router accounting 10.245.32.1
Command: config dhcp pool default_router accounting 10.245.32.1
Success.
DGS-3426:5#