Configuring IPv6 Prefix Ranges

Use the following configuration to configure the IPv6 prefix ranges:

configure 
   ipam  
      address-pool pool_name 
         vrf-name string 
         ipv6 
            prefix-ranges 
               prefix-range prefix_value prefix-length length 
               commit 

NOTES:

  • ipam : Enters the IPAM configuration mode.

  • address -pool pool_name : Configures the address pool configuration. pool_name must be the name of the address pool.

  • vrf-name string : Configures the VRF name of the pool.

  • ipv6 : Enters the IPv6 mode of the pool.

  • prefix-ranges : Enters the prefix ranges mode.

  • prefix-range prefix_value prefix-length length : Configures the IPv6 prefix range. prefix-range prefix_value specifies the IPv6 prefix range. prefix-length length specifies the IPv6 prefix length.

The following is a sample configuration:

configure
   ipam 
      address-pool p3
         vrf-name three
         ipv6
            prefix-ranges
               prefix-range 1:1:: prefix-length 48
               prefix-range 2:1:: prefix-length 48