where notification from Sh datasource is received for User Profile

Mode

Wireless

Syntax

where notification from Sh datasource is received for object-type

Parameters

object-type
One or more of the following:
  • User Profile
  • Pool Profile
  • Dynamic quota Profile
  • Pool Dynamic quota Profile
  • Quota Usage
  • User state
  • Pool Quota Usage
  • Pool State
  • Service
  • User Session Policy
  • User Location
Note: If you are using a policy table for this parameter, click Use Policy Table, choose the field (column) representing the parameter.

Click OK.

Description

Triggers a policy that is only evaluated when notification is received from one of the specified object types in an Sh data source. The mandatory action reject message is not applicable to this condition.

Note: This condition generates an RAR/RAA message pair for each notification from each selected object type. Using this condition to generate an action for all object types can significantly impact performance. You should generally process only provisioning changes or quota resets.

Examples

The following example re-authorizes user sessions for all provisioning change notification and when quota usage is reset to zero:
where the user is using equal to 100 percent of total volume for plan1 quota
   And where notification from Sh datasource is received for Quota Usage
   Or where notification from Sh datasource is received for User Profile,Pool Profile,Dynamic quota Profile,Pool Dynamic quota Profile
re-authorize all PCEF/TDF sessions associated with User
continue processing message
If an MPE device is configured to process all notifications (see the CMP Wireless User's Guide), but you want to use the functions of a previous releases, you must write a policy rule similar to the following:
where notification from Sh datasource is received for User Profile,Pool Profile,Dynamic quota Profile,Pool Dynamic quota Profile
re-authorize all PCEF/TDF sessions associated with User
continue processing message
The following example issues an updated RADIUS CoA message when a Profile Notification Request (PNR) message is received from an SPR system:
where notification from Sh datasource is received for Quota Usage
send CoA with CoA10-24
continue processing message