pool

Syntax

poolno pool

Description

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

Theno这个命令删除指定的DHCPv4形式server pool.

Command context

config-dhcp-server

Parameters

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 poolprimary-poolon VRFprimary.

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

Deletes the DHCPv4 server poolprimary-poolon VRFprimary.

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