Configuring IPv4 Address Range to Define Chunk Group Size

To define the small chunk-group size for IPv4 address range use the following configuration:

config 
   ipam  
      instance gr_instance_id 
         address-pool pool_name 
               ipv4 
                  chunk-group chunks-per-group { 2 | 4| 8 } 
                  exit 

NOTES:

  • chunk-group —This CLI configures chunk-groups for a pool.

  • chunks-per-group { 2 | 4| 8 } — This CLI defines the number of chunks in a chunk group. The values can be either 2, 4, or 8. Therefore, the chunk-group can be calculated as:

    Chunk Group= Chunk Size * 2K or 4K or 8K

Note

This feature does not support or recommend the configuration of odd-numbered chunks-per-group.