To configure trap throttling for AA transit subscriber creation and deletion

Purpose

Perform this procedure to specify the trap throttling rate on one or more NEs for AA transit subscriber creation and deletion events. When the trap rate exceeds the specified rate, the NFM-P resynchronizes the AA transit subscriber table on the NE to obtain the updated list of AA transit subscribers.

Steps
 

To enable the default rate limit of ten traps per second, create a CLI script that contains the following lines:

configure log event-control "application_assurance" tmnxBsxTransIpPolAaSubCreated generate disable-specific-throttle
configure log event-control "application_assurance" tmnxBsxTransIpPolAaSubDeleted generate disable-specific-throttle

To specify a different rate limit, create a CLI script that contains the following lines:

configure log event-control "application_assurance" tmnxBsxTransIpPolAaSubCreated generate throttle specific-throttle-rate traps interval interval
configure log event-control "application_assurance" tmnxBsxTransIpPolAaSubDeleted generate throttle specific-throttle-rate traps interval interval

where

traps is the number of traps

interval is the number of seconds over which the traps are generated


Use Workflows to execute workflows on one or more NEs, as required.

End of steps