[Contents] [Prev] [Next] [Index] [Report an Error]

Adding a Mutex Group (SRC CLI)

Use the following configuration statements to configure a mutex group in the global service scope:

services global mutex-group name {
auto-deactivate (yes | no);
description description ;
services [ services... ];
}

Use the following configuration statements to configure a mutex group in a service scope:

services scope name mutex-group name {
auto-deactivate (yes | no);
description description ;
services [ services... ];
}

To add a mutex group:

  1. From configuration mode, enter the mutex group configuration. In this sample procedure, the mutex group is called Video.
  2. Configure the method that the SAE uses to manage activation of services defined in this group.
  3. Enter a description for the service.
  4. Configure the lists of services that the mutex group contains.
  5. (Optional) Verify your configuration.
    [edit services global mutex-group Video]
    user@host# show 
    auto-deactivate yes;
    description "Video Services providing access to the same site with different quality";
    services [ Video-Bronze Video-Gold Video-Silver ];

[Contents] [Prev] [Next] [Index] [Report an Error]