DHCPv6 Local Address Pools for Allocation of IPv6 Prefixes
Overview
In previous releases, you configured DHCPv6 local servers on
a virtual router to delegate IPv6 prefixes to DHCPv6 clients. In this
release, you can configure IPv6 local address pools to allocate IPv6
prefixes to clients in networks that use DHCPv6. These pools can be
used to assign prefixes from a delegating router, which is an E Series
router configured as a DHCPv6 local server, to the requesting router,
which is the customer premises equipment (CPE) at the edge of the
remote client site that acts as the DHCP client.
The DHCPv6 prefix delegation feature is useful in scenarios
in which the delegating router does not have information about the
topology of the networks in which the customer edge device or requesting
router is located. In such cases, the delegating router requires only
the identity of the requesting router to choose a prefix for delegation.
An IPv6 local pool is configured on the delegating router, which contains
information about the prefixes, their validity periods, and other
parameters to control their assignment to the requesting routers.
The delegating router is configured with a set of prefixes that is
used to assign to a CPE or DHCPv6 client, when it first establishes
a connection with an Internet service provider (ISP).
When the delegating router receives a request from a DHCPv6
client, it selects an available prefix and delegates it to the client.
The DHCPv6 client subnets the delegated prefix and assigns the prefixes
to links at the customer edge.
Keep the following points in mind when you configure IPv6 local
address pools to assign prefixes to requesting routers:
- You must enable the IPv6 local address pool feature to
be able to configure IPv6 local address pools.
- You can configure IPv6 local address pools for DHCP to
allocate prefixes to client requests that are received over PPP or
non-PPP links, such as VLAN, S-VLAN, or Ethernet.
- You can configure multiple local address pools on a single
virtual router, up to a maximum of 500 pools per virtual router.
- You can also configure multiple address pools on multiple
virtual routers. Each IPv6 local address pool must have a unique name.
- You can configure a valid and preferred lifetime for each
IPv6 prefix, which determines the length of time the requesting router
can use the prefix.
- You can configure multiple prefix ranges in an IPv6 local
pool. The ranges can have the same or different assigned prefix lengths.
- You cannot configure overlapping prefix ranges in an IPv6
local pool. If you try to configure a prefix range that overlaps with
an existing prefix range in the IPv6 local pool, an error message
is displayed stating that the prefix range could not be configured.
Similarly, an error message is displayed if you try to configure a
prefix range in an IPv6 local pool that overlaps with a prefix range
in another IPv6 local pool on the same virtual router.
- You can configure certain prefix ranges to be excluded
from being used for delegation to the requesting router.
- You can configure the IPv6 addresses of a primary and
secondary DNS server in an IPv6 local pool. The DNS server addresses
are returned to the client in DHCPv6 responses as part of the DNS
Recursive Name Server option.
- You can configure a list of up to four domain names in
an IPv6 local pool to be used during the resolution of hostnames to
IP addresses. These domain names are returned to clients in the DHCPv6
responses as part of the Domain Search List option.
- You can configure an IPv6 local address pool in an AAA
domain map to assign prefixes to requesting DHCPv6 clients using the ipv6 prefix-pool-name command in Domain Map Configuration
mode. If the authentication server returns the IPv6 local address
pool name in the Framed-IPv6-Pool attribute of the RADIUS-Access-Accept
message, this pool overrides the IPv6 local address pool configured
in the domain map.
- You cannot delete a pool or a prefix range from which
prefixes have been allocated to requesting routers or DHCPv6 clients.
However, you can forcibly delete such a pool or prefix range by using
the force keyword in the ipv6
local pool poolName and prefix commands. If a pool is deleted or the prefix
range associated with the pool is deleted, and prefixes have been
assigned to DHCPv6 clients or requesting routers, the corresponding
DHCPv6 bindings are also deleted.
- When multiple prefix ranges are configured in a pool,
the DHCPv6 prefix delegation feature allocates prefixes from the configured
ranges in the order of the assigned prefix length. The delegating
router or the DHCv6 server attempts to allocate a prefix from the
range with lowest assigned prefix length. If this attempt fails because
the pool has been fully allocated, the server tries to allocate a
prefix from the subsequent prefix ranges. These ranges could have
the same prefix length as the first one or a higher length.
 | Note:
Although you can
configure an IPv6 local pool with the assigned prefix length as /128,
which implies a full IPv6 address, this assignment is not useful for
the DHCPv6 prefix delegation feature because it assigns a prefix with
a length of only /64 or less. A pool with an assigned prefix length
of /128 is useful when complete IPv6 addresses are assigned to the
DHCPv6 clients. |
- When
an IPv6 client that is connected to the requesting router using a
PPP link is delegated a prefix by the DHCPv6 server, the client binding
is removed when the PPP interface goes down and is not retained until
the lease time expires. A new client binding is created for the PPP
subscriber in response to a renew or rebind request sent to the DHCP
server. This method of re-creating the client binding ensures that
the client receives a new authentication configuration and is assigned
a prefix when it sends a rebind or renew request after the PPP interface
flaps (constantly goes up and down).
When a PPP user establishes a PPP connection with the E Series
router functioning as a remote access server, the subscriber is first
authenticated using the RADIUS protocol. The Access-Accept message
returned from the RADIUS server can contain different IPv6 attributes,
including the Framed-IPv6-Pool attribute, which contains the name
of the IPv6 pool from which a prefix needs to be assigned to the subscriber.
The prefix is assigned to the subscriber using the DHCPv6 prefix delegation
feature, which is covered in the next section.
Published: 2012-06-27