So far I've used the Real Time Detection to set up config backups whenever a change is made and logged to our syslog server. Right now it is downloading the running config. I'd also like to be able to set it up so that when the SNMP Trap Viewer sees that a config has been written, it will trigger a download of that startup config, rather than the running. I've got the filter done for detecting that event, but when it comes to the action to take I'm stumped. The ConfigAutoDownload.exe will only download the running config it appears. Is there an argument I can append to make it go after the startup? My one thought so far has been to create a job that downloads all startup configs, but only saves them if there's a change. Then as the action in response to the trap I can have it call that. But it also seems a waste to download all the configs that haven't changed just to get the one I want.