This sample procedure shows how to configure SAE properties for aggregate services as an example of how to navigate through various hierarchy levels in the CLI and use help and show commands to obtain information while working at the CLI.
In the SRC software, an aggregate service is a type of SAE service that comprises a number of individual services. Combining services lets the SRC software treat the services within an aggregate service as a unit.
The final configuration looks like this:
- sae {
-
- configuration {
-
- aggregate-services {
- keepalive-time 172800;
- keepalive-retry-time 900;
- activation-deactivation-time 900;
- failed-notification-retry-time 92000;
- }
- }
- }
To configure SAE properties for aggregate services:
- [edit]
- user@host# edit shared sae configuration aggregate-services
- [edit shared sae configuration aggregate-services]
- user@host#
Press the space bar after typing the initial characters of a word to quickly complete the word.
[edit shared sae configuration aggregate-services]
user@host# set ?
Possible completions:
activation-deactivation-time
Time to activate or deactivate fragment service session (0..INF s)
failed-notification-retry-time
Maximum time to send failure notifications (0..INF s)
keepalive-retry-time Length of keepalive time period (0..INF s)
keepalive-time Keepalive from aggregate svce session to remote session (0..INF s)
[edit shared sae configuration aggregate-services] user@host# show keepalive-time 172800; keepalive-retry-time 900; activation-deactivation-time 900; failed-notification-retry-time 9200;
[edit shared sae configuration aggregate-services] user@host# up
[edit shared sae configuration]
user@host# show
policy-management-configuration {
enable-junose-classifier-expansion;
}
aggregate-services {
keepalive-time 172800;
keepalive-retry-time 900;
activation-deactivation-time 900;
failed-notification-retry-time 9200;
}
. . .
The output shows the configuration for aggregate services plus any other configuration under the [shared sae configuration] hierarchy level.