Use the following configuration statements to configure an aggregate service in the global service scope:
- services global service name aggregate fragment name {
- expression expression ;
- service service ;
- mandatory;
- redundancy-group redundancy-group ;
- subscription-required;
- substitution [ substitution... ];
- }
Use the following configuration statements to configure an aggregate service in a service scope:
- services scope name service name aggregate fragment name {
- expression expression ;
- service service ;
- mandatory;
- redundancy-group redundancy-group ;
- subscription-required;
- substitution [ substitution... ];
- }
To configure service fragments for an aggregate service:
[edit services scope TM service MirrorAggregate aggregate fragment 0] user@host# show expression
"vr=\"<- substitution.vrNames ->\", interfaceName=\"FORWARDING_INTERFACE\""; service MirrorFragment; substitution fragSubrIps=subrIps;