Configuring Timers for Session Reactivation (SRC CLI)
If a service session fails unexpectedly, the SAE tries to start the session again in the background. You can change how many times the SAE tries to activate the session and the interval between these attempts. In most instances, you do not need to change the default values.
Use the following configuration statements to configure background session reactivation behavior
To configure session reactivation behavior:
From configuration mode, access the service activation statements.
user@host# edit shared sae configuration service-activationConfigure the number of times the SAE tries to activate a service session if activation fails or to deactivate a service session if deactivation fails.
[edit shared sae configuration service-activation]user@host# set retry-limit retry-limitConfigure the time between attempts to activate a service session if activation fails or to deactivate a service session if deactivation fails.
[edit shared sae configuration service-activation]user@host# set retry-time retry-time(Optional) Verify your configuration.
[edit shared sae configuration service-activation] user@host# show retry-time 60; retry-limit -1;