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
- shared sae configuration service-activation {
- retry-time retry-time ;
- retry-limit retry-limit ;
- }
To configure session reactivation behavior:
- user@host# edit shared sae configuration service-activation
- [edit shared sae configuration service-activation]
-
user@host# set retry-limit retry-limit
- [edit shared sae configuration service-activation]
-
user@host# set retry-time retry-time
[edit shared sae configuration service-activation] user@host# show retry-time 60; retry-limit -1;