This command sets the priority for evaluation of PCC-Condition-Group
with corresponding PCC-Action-Set in a PCC-Service-Profile which is to use in
Subscriber profile in PCC-Service instance on IPCF node.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC
Service Configuration > PCC Service Profile Configuration
configure > context
context_name
> pcc-service
service_name
> profile
profile_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-profile)#
Syntax
[no] eval-priority last action-set actionset_name
[no] eval-priority priority_value timedef timedef_name [condition-group cond_grp_name] action-set actionset_name
[no] eval-priority priority_value condition-group cond_grp_name action-set actionset_name
no
Removes the configured evaluation priority for PCC-Condition-Group
with corresponding PCC-Action-Set from PCC-Service-Profile instance on IPCF
node.
last
Sets last evaluation priority action-set configured for the
PCC-Service-Profile instance.
no removes the last evaluation priority
action-set.
priority_value
Specifies the priority to be set for PCC-Condition-Group with
corresponding PCC-Action-Set in a PCC-Service-Profile instance.
priority_value must be an integer from 1
through 1023.
timedef
timedef_name
Specifies a pre-configured time definition in
PCC-Timedef Configuration mode and to be set for
evaluation priority in a PCC-Service-Profile instance.
timedef_name is a pre-configured PCC-Timedef
and must be an alphanumerical string of 1 through 63 characters.
condition-group
cond_grp_name
Specifies a pre-configured PCC-Condition-Group to be set for
evaluation priority in a PCC-Service-Profile instance.
cond_grp_name is a pre-configured
PCC-Condition-Group and must be an alphanumerical string of 1 through 63
characters.
Important |
An special PCC-Condition-Group "none" can be used to set the default
PCC-Condition-Group for
any-match typically used for a default condition for a session
which does not match any of the conditions specified with higher evaluation
priority.
|
action-set
actionset_name
Specifies a pre-configured PCC-Action-Set for PCC-Condition-Group to
be set for evaluation priority in a PCC-Service-Profile instance.
actionset_name is a pre-configured
PCC-Action-Set and must be an alphanumerical string of 1 through 63 characters.
Usage Guidelines
Use this command to set the priority for evaluation of
PCC-Condition-Group with corresponding PCC-Action-Set in a PCC-Service-Profile
which is to use in Subscriber profile in PCC-Service instance on IPCF node.
Additionally
timedef is used to accept the Timedefs to
support the time-of-day-based procedures to trigger an evaluation priority. The
action is triggered only when the time of session lies in the time span defined
in specific PCC-Timedef
timedef_name .
Default
eval-priority has the lowest priority in the PCC-Service-Profile
and as default
eval-priority does not have any PCC-Condition-Group associated
with it, all the actions in the
action-set always be applied.
A maximum of 64 PCC-Evaluation-Priorities can be configured in a
PCC-Service-Profile.
Example
Following command sets the evaluation priority value as
1 for PCC-Condition-Group
cond_1 along with PCC-Action-Set
act_cond1 for PCC-Service-Profile instance on
IPCF node:
eval-priority 1 condition-group cond_1 action-set act_cond1
Following command sets the evaluation priority value as
2 for PCC-Condition-Group
none for
any-match typically used for a default condition for a session
which does not match any of the conditions specified with higher evaluation
priority.along with PCC-Action-Set
act_cond1 for PCC-Service-Profile instance on
IPCF node:
eval-priority 1 condition-group none action-set act_cond1