At my last job, we had a tool that recorded a diff for EVERY change made to a router. The way this was done was a snmp config trap was sent to a trap handler which triggered the tool to log in and collect the config.<br><br>
I'm relatively new to Rancid, and I've got it installed and working, but its run on a cron job.<br><br>I'm using Juniper routers, which I have the option of scp'ing the config every time there is a change. <br>
<br>So, as far as i can tell, I have the option of using a trap handler, or something else that detects the newly copied (via SCP) file.<br><br>At first, I was interested in doing the SCP method, but I realize now that may be difficult. If I set up a trap handler to run rancid when a config trap comes in, this should work. Instead of running rancid on the many many hosts I have, I'd prefer to run it just on one host. Any idea how how I can run rancid on a single host?<br>