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 Next-Hop Style Service Sets for Next Gen Services

date_range 06-Dec-23

To configure a next-hop 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 services interface inside unit and outside unit for the service set.
    content_copy zoom_out_map
     [edit services service-set service-set-name]
    user@host# set next-hop-service inside-service-interface interface-name.unit-number outside-service-interface interface-name.unit-number
    

    The inside-service-interface must be a service interface logical unit that is configured with service-domain inside The outside-service-interface must be a service interface logical unit that is configured with service-domain outside.

  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. Configure a static route to force traffic to the inside or outside interface of the next-hop service set.

    For example, if you want traffic with the destination 198.51.100.33 to be processed by the service set with the inside interface vms-1/0/0.100:

    content_copy zoom_out_map
     [edit routing-options]
    user@host# set static route 198.51.100.33 next-hop vms-1/0/0.100
    
footer-navigation