Configuring IPv6 Address and Prefix Address-Range-Spilt

Use the following configuration to configure the IPv6 address and prefix address range spilt.

configure 
   ipam  
      address-pool pool_name 
         ipv6 
            address-ranges 
               spilt-size per-cache integer 
               spilt-size per-dp integer 
               commit 
            prefix-ranges 
               spilt-size per-cache integer 
               spilt-size per-dp integer 
               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.

  • ipv6 : Enters the IPv6 mode of the pool.

  • address-ranges : Enters the IPv6 address-ranges sub-mode.

  • spilt-size per-cache integer : Specifies the size of the IPv6 adress-ranges or prefix-ranges to be split for each IPAM cache allocation. The IPAM server consumes this configuration.

  • spilt-size-per-dp integer : Specifies the size of the IPv6 adress-ranges or prefix-ranges to be spilt for each Data-Plane (User-Plane) allocation. The IPAM cache consumes this configuration.

  • prefix -ranges : Enters the IPv6 prefix ranges sub-mode.

The following is a sample configuration:

configure
   ipam 
      address-pool p1
         ipv6
            address-ranges
               split-size per-cache 4096
               split-size per-dp 1024
               !
            prefix-ranges
               split-size per-cache 8192
               split-size per-dp 2048