Hello!
I am trying to implement Real Time Change Notification but right now the RTCN action triggers whenever I make changes to the config and you change the config modes (config vs config-if)(see Method to reduce Real Time Change Notification syslog traffic for more information). I would like suppress the action on a particular device by a certain amount of time. So instead of downloading 5 copies of a config when 5 changes are made in 20 minutes I would like the config downloaded once even though it was changed several times. As far as I can tell, out of the box the alert suppression can only be done by the total amount of syslog messages received, irrespective of what device they came from. I would like to suppress an alert action taken by a certain number of minutes (say 20) until all the changes are complete. then I would like RTCN to download the config. thanks