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
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Diameter AVPs for Gx Applications

date_range 12-Dec-23

You can exclude Diameter attribute-value pairs (AVPs) from or include in the credit control request (CCR) messages between the MX Series router and the policy and charging rules function (PCRF) server.

Note:

The configuration of the Diameter AVPs for dynamic PCEF policies is optional.

To configure Diameter AVPs for Gx applications:

  1. Specify the name of the Diameter Gx profile for which you are configuring the Diameter AVPs.
    content_copy zoom_out_map
    [edit]
    user@host# edit unified-edge diameter-profiles gx-profile profile-name
    

    The Diameter Gx profile name can contain letters, numbers, and hyphens (-) and can be up to 128 characters long.

  2. Specify the optional AVPs to be excluded from the CCR messages between the MX Series router and the PCRF. By default, all AVPs are included in the CCR messages.
    content_copy zoom_out_map
    [edit unified-edge diameter-profiles gx-profile profile-name]
    user@host# set attributes exclude [attribute]
    

    You can specify more than one AVP in a single line.

    Table 1 describes the AVPs that you can exclude from CCR messages.

    Table 1: Diameter AVP Exclusions for Gx Applications

    AVP

    Information in AVP

    an-gw-address

    AN-GW-Address AVP, which contains the IP addresses of the access node gateway.

    default-eps-bearer-qos

    Default-EPS-Bearer-QoS AVP.

    packet-filter-information

    Packet-Filter-Information AVP.

    packet-filter-operation

    Packet-Filter-Operation AVP.

    rat-type

    RAT-Type AVP.

  3. Specify the optional AVPs to be included in the CCR messages between the MX Series router and the PCRF. By default, all AVPs are included in the CCR messages.
    content_copy zoom_out_map
    [edit unified-edge diameter-profiles gx-profile profile-name]
    user@host# set attributes include [attribute]
    

    You can specify more than one AVP in a single line.

    Table 2 describes the AVPs that you can included in CCR messages.

    Table 2: Diameter AVP Inclusions for Gx Applications

    AVP

    Information in AVP

    gx-capability-list

    Gx-capability-list AVP.

    rule-suggestion

    Rule-suggestion AVP.

  4. (Only on MX series devices) Support for customization of external Subscription ID is activated by default.
    Customization of Calling-Station-Id in RADIUS requests.
  5. (Only on MX series devices) To customize Calling-Station-Id in RADIUS requests, use the command set remote-circuit-id-format (postpend | prepend) under [edit access profile <profile-name> radius options] mode.
    content_copy zoom_out_map
    [edit access profile <profile-name> radius options]
    user@host# set remote-circuit-id-format postpend 1
    
    
  6. (Only on MX series devices) To monitor usage, view the 3GPP attribute-value pairs (AVPs) defined as Gx for subscriber services using monitoring-key default-value premium configuration under dynamic-profile.
    content_copy zoom_out_map
    user@host# show configuration dynamic-profiles filter_service 
    variables 
    {
        var-input-filter default-value upstrm-filter;
        var-output-filter default-value dwnstrm-filter;
        monitoring-key default-value premium;
    }
footer-navigation