Configuring the Load Profile

To configure this feature use the following configuration:

config 
    profile load profile_name 
        load-calc-frequency load_calc_frequency_value 
        load-fetch-frequency load_fetch_frequency_value 
        advertise 
        interval interval_value 
        change-factor change_factor_value 
        exit 
    interface gtpc 
        action advertise 
end 

NOTES:

  • profile load profile_name —Specify the load profile name.

  • load-calc-frequency load_calc_frequency_value —Specify the system load calculation time in seconds. Must be an integer in the range of 5-3600. The default value is 10 seconds.

  • load-fetch-frequency load_fetch_frequency_value —Specify the time interval in seconds at which protocol pods fetch load from the cache POD. Must be an integer in the range of 5-3600. The default value is 10 seconds.

  • advertise interval interval_value —Specify the time interval of sending LCI to the peers in seconds. Must be an integer in the range of 0-3600. The default value is 300 seconds.

  • advertise change-factor change_factor_value —Specify the LCI value to corresponding peers, if the difference between the current load value and the last indicated load value is greater than the change-factor. Must be an integer in the range of 1-20. The default value is five.

  • interface gtpc action advertise —Enables LCI publishing on the GTPC interface.