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

Enabling Direct PCC Rule Activation by a PCRF for Subscriber Management

date_range 06-Dec-23
Note:

Starting in Junos OS Release 19.3R1, direct PCC rule activation by a PCRF is also supported if you have enabled Next Gen Services on the MX240, MX480 or MX960 router with the MX-SPC3 card.

Enable direct PCRF activation of PCC rules by configuring a PCRF partition, a Diameter instance, and a PCC context in an access profile.

  1. Configure the Diameter instance. See Configuring Diameter.
  2. Configure the PCRF partition. See Configuring the PCRF Partition.
  3. Enable PCRF provisioning in the access profile.
    content_copy zoom_out_map
    [edit access profile profile-name]
    user@host# set provisioning-order pcrf 
    
    
  4. Assign a PCEF profile to the access profile PCC context.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set profile-name pcef-profile-name 
    
    
  5. Specify the IPv6 input service set that handles application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set ipv6-input-service-set-name service-set-name 
    
    
  6. (Optional) Specify a service filter for the IPv6 input service set to identify conditions for which you want to skip application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set ipv6-input-service-filter-name filter-name 
    
  7. Specify the IPv4 input service set that handles application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set input-service-set-name service-set-name 
    
    
  8. (Optional) Specify a service filter for the IPv4 input service set to identify conditions for which you want to skip application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set input-service-filter-name filter-name 
    
  9. Specify the IPv6 output service set that handles application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set ipv6-output-service-set-name service-set-name 
    
    
  10. (Optional) Specify a service filter for the IPv6 output service set to identify conditions for which you want to skip application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set ipv6-output-service-filter-name filter-name 
    
  11. Specify the IPv4 output service set that handles application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set output-service-set-name service-set-name 
    
    
  12. (Optional) Specify a service filter for the IPv4 output service set to identify conditions for which you want to skip application-aware policy control.
    content_copy zoom_out_map
    [edit access profile profile-name session-options pcc-context]
    user@host# set output-service-filter-name filter-name 
    
footer-navigation