Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the Dynamic PCC Rules QoS Information for Routers Running Junos OS and Acting as PCEF (SRC CLI)
Use the following configuration statements to configure the QoS information for the dynamic PCC rules. For more information about creating a dynamic PCC rule, see Configuring Dynamic PCC Rules for Routers Running Junos OS and Acting as PCEF (SRC CLI).
policies group name list name rule name dynamic-pcc-rule qos-information
{max-requested-bw-UL max-requested-bw-UL;max-requested-bw-DL max-requested-bw-DL;}
- From configuration mode, access the configuration statements
that configure QoS information for the dynamic PCC rules. This procedure
uses GXnew as the policy group, gx-list as the policy list, and dynpcc-rul1-name
as the dynamic PCC rule.[edit]user@host# edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule qos-information
- (Optional) Specify a maximum bit rate for uplink. The
value ranges from 1 through 256,000.[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule qos-information]user@host# set max-requested-bw-UL max-requested-bw-UL
- (Optional) Specify a maximum bit rate for downlink. The
value ranges from 1 through 256,000.[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule qos-information]user@host# set max-requested-bw-DL max-requested-bw-DL
- (Optional) Verify your configuration.
[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule qos-information] user@host# show max-requested-bw-DL max-requested-bw-DL; max-requested-bw-UL max-requested-bw-UL;