...
The Radius UDRs are the Aggregation session-initiating units. They may be of two types in this example; start or stop.
Pay attention to the use of the Additional Expression. The fields associating the start and stop Radius UDRs are framedIPAddress
and acctSessId
. However, since there is no field matching the latter within the Netflow UDRs, this field cannot be entered in the ID Fields area.
The Aggregation profile - Association tab - Radius UDRs
...
Initially, the UDR is evaluated against the Primary Expression. If it evaluates to
false
, all further validation is interrupted and the UDR will be deleted without logging (since no more rules exist). Usually invalid UDRs are set to be deleted. In this case, only the UDRs of type start (acctStatusType=1
) or stop (acctStatusType=2
) are of interest.
If If the Primary Expression evaluation was successful, the fields field
Framed_IP_Address
entered in the ID Fields areathe ID Fields area, together with the Additional Expressionthe Additional Expression (if any) are used as a secondary verification. If it evaluates totrue
, the UDR will be added to the session, if not - refer to subsequent step.
Create Session on Failure is the final setting. It indicates if a new session will be created if no matching session has been found in step 2.
...