Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

How to Configure Interface-Style Service Sets for Next Gen Services

date_range 06-Dec-23

To configure an interface service set:

  1. Configure the service set name.
    content_copy zoom_out_map
     [edit services]
    user@host# edit service-set service-set-name
    
  2. Specify the service interface that the service set uses to apply services.
    content_copy zoom_out_map
     [edit services service-set service-set-name]
    user@host# set interface-service service-interface interface-name
    
  3. Specify the service rules that the service set applies to traffic.

    For example:

    content_copy zoom_out_map
     [edit services service-set ss1]
    user@host# set nat-rule-sets internal-nat
    
  4. (Optional) Enable the service set to process unidirectional traffic.
    content_copy zoom_out_map
    [edit services service-set service-set-name service-set-options]
    user@host# set enable-asymmetric-traffic-processing
    
  5. Enable service-processing at routing engine (RE).
    content_copy zoom_out_map
    [edit services service-set service-set-name service-set-options]
    user@host# set routing-engine-services 
    
  6. Apply the service set to an interface that is passing traffic. You can apply a service filter to apply the service set to only certain traffic on the interface.
    content_copy zoom_out_map
     [edit interfaces interface-name unit logical-unit-number family (inet | inet6) service]
    user@host# set (input | output) service-set service-set-name <service-filter filter-name>
    

    For details about configuring the service-filter, see Guidelines for Configuring Service Filters.

    The input option applies the service set to the input side of the interface, and the output option applies the service set to the output side of the interface. If you are using a bidirectional service rule in the service set, then the same service set must be used for input and output.

footer-navigation