pool
Syntax
pool <POOL-NAME>
no pool <POOL-NAME>
Description
Creates a DHCPv6 server pool for the current VRF and switches to the
config-dhcpv6-server-pool
context for it. Multiple pools, each with a distinct range, can be assigned to a VRF. A maximum of 64 pools (IPv4 and IPv6), 64 address ranges, and 8182 clients are supported on the switch across all VRFs.
The
no
form of this command deletes the specified DHCPv6 server pool.
Command context
config-dhcpv6-server
Parameters
<POOL-NAME>
Specifies the DHCPv6 pool name. A maximum of 64 pools (IPv4 and IPv6) are supported across VRFs on the switch. Range: 1 to 32 printable ASCII characters. First character must be a letter or number.
Authority
Administrators or local user group members with execution rights for this command.
Example
Creates the DHCPv6 server pool primary-pool on VRF primary.
switch(config)# dhcpv6-server vrf primary switch(config-dhcpv6-server)# pool primary-pool switch(config-dhcpv6-server-pool)#
Deletes the DHCPv6 server pool primary-pool on VRF primary.
switch(config)# dhcpv6-server vrf primary switch(config-dhcpv6-server)# no pool primary-pool