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

Example: Configuring Service Sets

The following example applies my-input-service-set and my-output-service-set on an interface-wide basis. All traffic has my-input-service-set applied to it. After the service set is applied, additional filtering is done using my_post_service_input_filter.

[edit interfaces fe-0/1/0]
unit 0 {
family inet {
service {
input {
service-set my-input-service-set;
post-service-filter my_post_service_input_filter;
}
output {
service-set my-output-service-set;
}
}
}
}

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