where the policy context property name is numerically equal to value

Mode

Cable, Wireless, Wireline

Syntax

where the policy context property property-name is numerically operator value

Parameters

property-name
String.
Note: If you are using a policy table for this parameter, click Use Policy Table, choose the field (column) representing the parameter.

Click OK.

operator
One of the following:
  • greater than or equal to
  • greater than
  • less than or equal to
  • less than
  • equal to
  • not equal to
For this condition the default is equal to.
value
String.
Integer value in the inclusive range of -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 (that is, –263 to 263—1).

Description

Triggers a policy based on a numerical comparison between the specified policy context property value and a specified value.

Example

The following policy will release the session if the DATA_LIM for the subscriber is changed from non-zero to zero:
 
where the reauth is triggered by subscriber profile update with notification type SUBSCRIBER_POOL
And where at least one of pool fields DATA_LIM have been updated 
And where the policy context property {Previous.Pool.DATA_LIM} is numerically greater than 0
release the session
accept message