Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Download This Guide
Related Documentation
Example: Configuring Service Sets
Apply two service sets, 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;}}}}