Discussion:
[rancid] Can RANCID compare running and startup configs for differences?
Jason Lewis
2012-08-27 14:04:37 UTC
Permalink
All,

After a recent audit, we need RANCID to be able to alert us if the running and startup config on a device are out of sync. I've been through the scripts in 2.3.2 to see if there's anything in there to handle that, and all I see is a prompt check in clogin, which won't do any good on most Cisco devices since it doesn't display any prompt for unsaved changes.

Has anyone seen a module/customization to do this, or is there a feature that I've missed in RANCID?

Thank you,

Jason Lewis | Senior Server Specialist
Phone:614.497.1994 | Mobile:614.657.2300
email: ***@trilogyff.com<mailto:***@trilogyff.com>
[Description: Description: Description: Description: Trilogy Logo color]


#####################################################################################
Scanned by MailMarshal - M86 Security's comprehensive email content security solution.
#####################################################################################
heasley
2012-08-27 16:40:06 UTC
Permalink
Post by Jason Lewis
After a recent audit, we need RANCID to be able to alert us if the running and startup config on a device are out of sync. I've been through the scripts in 2.3.2 to see if there's anything in there to handle that, and all I see is a prompt check in clogin, which won't do any good on most Cisco devices since it doesn't display any prompt for unsaved changes.
Has anyone seen a module/customization to do this, or is there a feature that I've missed in RANCID?
assuming you are not generating configs, why don't you just save the config
periodically?
for router in ~rancid/*/router.db
clogin -c 'write mem' router

more to it, but the general idea.

Loading...