Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents

 

The

Spacevars
0series4
 supports Rx interface which pertains to QoS resource reservation for reserving bandwidth in the IP access network. The Rx reference point is used to exchange application level session information between the Policy and Charging Rules Function (PCRF) and the P-CSCF. The Access Solution, acting as P-CSCF creates a TCP connection with the configured PCRF.

Use the Diameter Node object to configure the Diameter Realm for external QoS requests on a per-IP TG basis.

Include PageIP_IGs_ServedBySeperateProcessorsIP_IGs_ServedBySeperateProcessors
Note

When configuring a Diameter Node in an HA configuration, the secondaryOriginHost parameter must be configured with the Standby hostname.

Note

Do not configure PCRF on the Egress leg of the trunk group for REGISTER.

 Use the Operator Aggregate Policer to set default values for aggregate policer options for cases in which the values are not specified by the operator.

Command Syntax

Code Block
languagenone
% set addressContext <addressContext_name> operatorAggregatePolicer fillRate <fill_Rate#> bucketSize <bucket_size#>
	

Command Parameters

Caption
0Table
1Diameter Node Parameters

Parameter

Length/Range

Description

fillRate

  
bucketSize  

Command Example

Example Diameter Node configuration:

Code Block
languagenone
% set addressContext ADDR_CONTEXT_1 diamNode diam ipInterfaceGroupName LIG1 ipV4Address 10.54.154.89 ipV6Address fe80::210:6bff:fe03:231 originRealm pcscf-open-ims.test primaryOriginHost katie secondaryOriginHost eleanor transactionTimeout 1500
1 - 32,000, or unlimited.

Specify the default fill rate to use in aggregate policer rules if a value is not specified.

default = 20,000.

bucketSize1 - 255, or unlimited.

Specify the default bucket size to use in aggregate policer rules if a value is not specified.

default = 50

 

Pagebreak