Configuring the Dynamic PCC Rules Steering Information for Routers Running Junos OS and Acting as PCEF (SRC CLI)
Use the following configuration statements to configure the steering information for the dynamic PCC rules. These steering information are transmitted between the SRC software and Services Control Gateway through the Juniper Networks VSAs. 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 steering-information
{
service-chain-identifier service-chain-identifier;
steering-uplink-VRF steering-uplink-VRF;
steering-downlink-VRF steering-downlink-VRF;
steering-ip-address steering-ip-address;
keep-existing-steering (STEERING-ENABLED | STEERING-DISABLED);
}
- From configuration mode, access the configuration statements
that configure PCEF steering 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 steering-information
- (Optional) Specify the service chain identifier. This
value is transmitted between the Services Control Gateway and SRC
software through the Juniper Networks VSA (Service-Chain-Identifier).[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information]user@host# set service-chain-identifier service-chain-identifier
- (Optional) Specify the VRF information about the steering
uplink. This value is transmitted between the Services Control Gateway
and SRC software through the Juniper Networks VSA (Steering-Uplink-VRF).[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information]user@host# set steering-uplink-VRF steering-uplink-VRF
- (Optional) Specify the VRF information about the steering
downlink. This value is transmitted between the Services Control Gateway
and SRC software through the Juniper Networks VSA (Steering-Downlink-VRF).[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information]user@host# set steering-downlink-VRF steering-downlink-VRF
- (Optional) Specify the IP address. This value is transmitted
between the Services Control Gateway and SRC software through the
Juniper Networks VSA (Steering-IP-Address).[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information]user@host# set steering-ip-address steering-ip-address
- (Optional) Specify whether to keep the existing steering
information or not. This value is transmitted between the Services
Control Gateway and SRC software through the Juniper Networks VSA
(Keep-Existing-Steering).[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information]user@host# set keep-existing-steering (STEERING-ENABLED | STEERING-DISABLED) keep-existing-steering
- (Optional) Verify your configuration.
[edit policies group GXnew list gx-list rule dynpcc-rul1-name dynamic-pcc-rule steering-information] user@host# show keep-existing-steering STEERING-ENABLED; service-chain-identifier service-chain-identifier; steering-downlink-VRF steering-downlink-VRF; steering-ip-address steering-ip-address; steering-uplink-VRF steering-uplink-VRF;