In the following example, the service set sset1 cannot be attached to an interface; instead, two routes are added to direct traffic to the PIC:
- [edit]
- services {
-
- service-set sset1 {
-
- extension-service jnx-flow {
-
provider-specific rules;
- }
- # Existing hierarchy
-
- next-hop-service { # Indicates service set is a next-hop
service set
- inside-service-interface ms-1/2/0.0;
- outside-service-interface ms-1/2/0.1;
- }
- }
- }