A next-hop service set is used when a service has to be applied for traffic being forwarded from one VPN routing and forwarding (VRF) table to another.
In the following example, the service set cannot be attached to an interface; instead, two routes are added to direct traffic to the services PIC.
- [edit]
- services {
-
- service-set sset1 {
-
- extension-service jnx-flow {
-
provider-specific rules;
- }
- }
-
- # Existing hierarchy
-
- next-hop-service { # Indicates service set is next-hop
service
- inside-service-interface ms-1/2/0.1;
- outside-service-interface ms-1/2/0.2;
- }
- }
- }