xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
177
DGS-3450:admin#show dhcp pool Floor2
Command: show dhcp pool Floor2
Pool Name :Floor2
Network Address :10.0.0.0/8
Domain Name :
DNS Server Address :0.0.0.0
NetBIOS Name Server :0.0.0.0
NetBIOS Node Type :Broadcast
Default Router :0.0.0.0
Pool Lease :1 Days, 0 Hours, 0 Minutes
Boot File :
Next Server :0.0.0.0
Option 43 :
Option Profile :
Total Pool Entry: 1
DGS-3450:admin#
config dhcp pool option_43
Purpose
Used to add or delete a DHCP option 43 for a DHCP server pool.
Syntax
config dhcp pool option_43 <pool_name 12> [add string <mutiword 255> | delete]
Description
This command is used to add or delete DHCP Option 43. The DHCP server may contain this
option in the DHCP reply according to Option 55 in the client’s request packet
Parameters
<pool_name 12>
- Enter the DHCP pool name here. This name can be up to 12 characters
long.
add
- Specify to add the DHCP Option 43 string to a DHCP pool.
string
<mutiword 255>
- Specify the DHCP Option 43 string to be added.
delete
- Specify to delete the DHCP Option 43 string.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To add a DHCP Option 43 for a DHCP pool:
DGS-3450:admin#config dhcp pool option_43 pool1 add string "abc"
Command: config dhcp pool option_43 pool1 add string "abc"
Success.
DGS-3450:admin#
config dhcp pool option_profile
Purpose
Used to apply an option profile to a specific DHCP pool.
Syntax
config dhcp pool option_profile <pool_name 12> [add | delete] <profile_name 12>
Description
This command associate an option profile with a specific DHCP pool. Each DHCP pool can
only assign one DHCP option profile. The option(s) that exceed(s) 312 bytes will be cut.
Parameters
<pool_name 12>
- Enter the DHCP pool name here. This name can be up to 12 characters
long.
add
- Specifies to add an option profile to the DHCP pool.