Adding a Mutex Group with the 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:
- From configuration mode, enter the mutex group configuration. In this sample procedure, the mutex group is called Video.
- Configure the method that the SAE uses to manage activation of services defined in this group.
- Enter a description for the service.
- Configure the lists of services that the mutex group contains.
- (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 ];
