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

Service Set Extensions for JUNOS SDK Applications

The extension-service statement provides a section of the configuration hierarchy at the [edit services service-set service-set-name] hierarchy level in which providers of JUNOS SDK applications can add their own services configuration statements using the Database Definition Language (DDL). The extension-service statement applies to SDK applications only.

[edit]
services {
service-set service-set-name {
extension-service service-name {
provider-specific rules;
}
}
}

The JUNOS SDK supports transit applications similar to the way in which the JUNOS software supports packet transit. In the JUNOS software, you can configure two types of service sets:

For next-hop service sets, routes have to be added to direct traffic to the PIC. Interface service sets have to be attached to media interfaces to direct traffic to service PICs. The following sections provide more detail:


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