Introduction
I had added a feature to my ASA which now meant the flash was changing on a daily basis. This was spamming me that there was a version change even though it was just the flash contents changing but not any actual configuration.
This is an example of the output:
Obviously quite annoying.
Resolution
Here's what I did to rectify the problem.
Obviously quite annoying.
Resolution
Here's what I did to rectify the problem.
- Determine the command that was actually outputting the information on my ASA. In this case it was the commands 'show flash' and the 'dir variants'
- SSH on to the RANCID server and find the following executable file: /var/lib/rancid/bin/rancid (Your path may be different depending on install OS e.g. /usr/local/rancid/bin/rancid)
- Open the file in a text editor as root 'nano /var/lib/rancid/bin/rancid'
- Find the section near the bottom, and modify the file like so:
Leave a comment
Your email address will not be published. Comments are moderated before appearing.