Configuration Example

Following is the sample configuration for defining the chunk group size for the IPv4 address range:


config
ipam
 instance 1
  address-pool poolv4
   vrf-name ISP
   tags
    dnn intershat
   exit
   ipv4
    split-size
     per-cache 256
     per-dp    256
    exit
    chunk-group
     chunks-per-group 4
    exit    
    address-range 10.0.0.1 10.0.10.254
   exit
  exit
 exit
exit