Ip dhcp pool – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1707
Dynamic Host Configuration Protocol (DHCP) Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
64.9
ip dhcp pool
This command will enter the configuration mode for the pool name specified. If the name
specified is not associated with an existing pool, the switch will create a new pool with this
name, then enter the configuration mode for the new pool.
Once you have entered the DHCP configuration mode, all commands executed before the
next exit command will apply to this pool.
You can create multiple DHCP pools on devices with multiple interfaces. This allows the
device to act as a DHCP server on multiple interfaces to distribute different information to
clients on the different networks.
The no variant of this command deletes the specific DHCP pool.
Syntax
ip dhcp pool <pool-name>
no ip dhcp pool <pool-name>
Mode
Global Configuration
Example
To create the DHCP pool named P2 and enter DHCP Configuration mode, use the
commands:
To delete the DHCP pool named P2, use the commands:
Related Commands
Parameter
Description
Description used to identify this DHCP pool. Valid characters
are any printable character. If the name contains spaces then
you must enclose it in “quotation marks”.
awplus#
configure terminal
awplus(config)#
ip dhcp pool P2
awplus(dhcp-config)#
awplus#
configure terminal
awplus(config)#
no ip dhcp pool P2