Configuring the Dynamic PCC Rules Redirect Information for Routers Running Junos OS and Acting as PCEF (SRC CLI)
Use the following configuration statements to configure the redirect 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 redirect-information
{
redirect-address-type (IPv4-Address | IPv6-Address | URL
| SIP-URL);
redirect-server-address redirect-server-address;
}
- From configuration mode, access the configuration statements
that configure redirect 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 redirect-information
- (Optional) Specify the address type.[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule redirect-information]user@host# set redirect-address-type (IPv4-Address | IPv6-Address | URL | SIP-URL)
- (Optional) Specify the address of the redirect server
with which the end user should be connected when the account cannot
cover the service cost.[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule redirect-information]user@host# set redirect-server-address redirect-server-address
- (Optional) Verify your configuration.
[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule redirect-information] user@host# show redirect-address-type IPv4-Address; redirect-server-address redirect-server-address;