Configuration Guide Vol. 3


23.2.3 Configuring Per-Client Static Prefixes

Points to note

The example below shows how to configure an IPv6 DHCP address pool, and set prefixes and client IDs (DUIDs) in configuration DHCP mode.

Figure 23-1: Configuration for specifying a fixed prefix for each client

[Figure Data]

Command examples

  1. (config)# ipv6 dhcp pool Group1

    Configures an IPv6 DHCP address pool. Switches to configuration DHCP mode.

  2. (config-dhcp)# prefix-delegation 3ffe:1:2::/48 00:03:00:01:00:11:22:33:44:55

    (config-dhcp)# exit

    Sets a prefix and a client ID (DUID).

    If you want to distribute static prefixes to multiple clients, repeat this step.

  3. (config)# interface vlan 10

    (config-if)# ipv6 dhcp server Group1

    (config-if)# exit

    Sets the name of the IPv6 DHCP address pool for the VLAN interface.