Configuring Periodic Reclamation Process for Under-Utilized IP Chunks

Use the following configuration to trigger periodic reclamation of under-utilization of IP chunks:

config 
   ipam 
      instance instance_id 
         chunk-reclamation { schedule tod-hour tod_hour_value schedule tod-minute tod_min_value utilization-threshold utilization_threshold inactivity-threshold inactivity_threshold } 
         exit 
      exit 
   exit 

NOTES:

  • chunk-reclamation —This CLI is used to configure periodic IP chunk reclamation.

  • schedule —This CLI is used to configure Time of Day values for the chunk-reclamation process.

  • tod-hour tod_hour_value —This CLI is used to configure the Time-of-day hour value for the chunk-reclamation process. The value range for tod-hour is <0-23>.

  • tod-minute tod_min_value —This CLI is used to configure the Time-of-day minute value for the chunk-reclamation process. The value range for tod-minute is <0-59>.

  • utilization-threshold utilization_threshold —This CLI is used to configure the utilization threshold for reclamation. The value range for utilization-threshold is <0-20>. The default value is 2.

  • inactivity-threshold inactivity_threshold —This CLI is used to configure the inactivity threshold for reclamation. The value range for inactivity-threshold is <0-3600>. The default value is 1800.

Note

It is suggested to configure Time-of-day when traffic is expected to be low.