Feature Configuration

The updated IPAM configuration CLI framework supports the following:

  • Scheduling of the reconciliation for GR Instance ID

  • Specific address pool support

To configure this feature, use the following configuration:

config 
    ipam 
        instance <gr_instance_id> 
            reconcile-schedule 
                tod-hour <time_of_day_hour_value> 
                tod-minute <time_of_day_minute_value> address-pool <pool_name> 
            reconcile-schedule 
                tod-hour <time_of_day_hour_value> 
                tod-minute <time_of_day_minute_value> 
                end 

NOTES:

  • ipam —Enter the IPAM configuration.

  • instance <gr_instance_id> —Specify the IPAM reconciliation for a specific GR instance ID.

  • address-pool <pool_name> —Specify the name of the pool to enter the pool configuration. The <pool_name> must be the name of the address pool.

  • reconcile-schedule —Specify the required schedule for reconciliation. You can configure the time-of-day value in hours and minutes, to set the time for triggering the daily reconciliation at that specified time.

  • tod-hour <time_of_day_hour_value> —Specify your required time of the day in hours. You can configure the specified hour in a 24-hour format 0–23.

  • tod-minute <time_of_day_minute_value> —Specify your required time of the day in minutes. You can configure the specified minute in a 60 minute format 0–59.