pool

Syntax

pool <POOL-NAME>

no pool <POOL-NAME>

Description

Creates a DHCPv4 server pool for the current VRF and switches to the config-dhcp-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 DHCPv4 server pool.

Command context

config-dhcp-server

Parameters

<POOL-NAME>

Specifies the DHCPv4 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 DHCv4 server pool primary-pool on VRF primary.

switch(config)# dhcp-server vrf primary
switch(config-dhcp-server)# pool primary-pool
switch(config-dhcp-server-pool)# 

Deletes the DHCPv4 server pool primary-pool on VRF primary.

switch(config)# dhcp-server vrf primary
switch(config-dhcp-server)# no pool primary-pool