pool

Syntax

pool没有pool

Description

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

The没有form of this command deletes the specified DHCPv6 server pool.

Command context

config-dhcpv6-server

Parameters

指定DHCPv6池名称。最多64pools (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 poolprimary-poolon VRFprimary.

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

Deletes the DHCPv6 server poolprimary-poolon VRFprimary.

switch(config)#dhcpv6-server vrf primaryswitch(config-dhcpv6-server)#没有pool primary-pool