Creating Sub-groups with EXCEPT
- ¡°Except¡± is another way to filter a group of endpoints.
TIMEGRP SLO = FFS EXCEPT FST;
- Then, group SLO can be used in other timespecs:
TIMESPEC TS14 = FROM FFS TO SLO 40 NS;
TIMESPEC TS15 = FROM FFS TO FST 20 NS;
- Greater flexibility in routing is achieved by creating these two groups