Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Broadband Subscriber Services User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Associating Service Sets with Interfaces in a Dynamic Profile

date_range 05-Dec-23

After you configure a service set, you use a dynamic profile to dynamically associate the service set with interfaces. You reference the filter in the interfaces stanza of a dynamic profile. When the dynamic profile instantiates a subscriber session, the router applies the terms of the filter to the interface.

To apply a service set to an interface in a dynamic profile:

  1. Access the dynamic profile you want to use.
    content_copy zoom_out_map
    [edit]
    user@host# edit dynamic-profiles myProfile
    
  2. Specify the interface for the dynamic profile—use the dynamic interface variable.
    content_copy zoom_out_map
    [edit dynamic-profiles myProfile]
    user@host# edit interfaces $junos-interface-ifd-name
    
  3. Specify the underlying interface—use the unit number variable.
    content_copy zoom_out_map
    [edit dynamic-profiles myProfile interfaces “$junos-interface-ifd-name”]
    user@host# edit unit $junos-underlying-interface-unit 
    
  4. Specify the family. Dynamic service sets are supported only on family inet (IPv4).
    content_copy zoom_out_map
    [edit dynamic-profiles myProfile interfaces “$junos-interface-ifd-name” unit “$junos-underlying-interface-unit”]
    user@host# edit family inet
    
  5. Specify the input and output service sets that you want to apply to the interface.
    content_copy zoom_out_map
    [edit dynamic-profiles myProfile interfaces “$junos-interface-ifd-name” unit “$junos-underlying-interface-unit” family inet]
    user@host# set service input service-set inputService_200
    user@host# set service input post-service-filter postService_15
    user@host# set service output service-set outputService_320
    
footer-navigation