[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Next-Hop Service Set

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;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]