Making Changes to the Configuration

You can change a configuration by entering a set command and providing a new value.

To change the value for the keepalive timer for aggregate services:

  1. Navigate to the location in the hierarchy where properties for aggregate services are configured.
      [edit]
      user@host#
      user@host# edit shared sae configuration aggregate-services
      [edit shared sae configuration aggregate-services]
      user@host#
  2. Change the value for the keepalive timer.
      [edit shared sae configuration aggregate-services]
      user@host# set keepalive-time 150000
  3. Verify the change.
    [edit shared sae configuration aggregate-services]
    user@host# show
    keepalive-time 150000;
    keepalive-retry-time 900;
    activation-deactivation-time 900;
    failed-notification-retry-time 9200;
    
    
  4. Commit the change.
      [edit shared sae configuration aggregate-services]
      user@host# commit
      commit complete