Am 23.03.2014 21:41, schrieb Peter Persson:
> Hey,
> 
> I've got a odd request and im unable to get it fixed.
> I got a ASR1001 with a constantly growing "tracelogs" folder. The space on
> disk is not an issue, its more of annoying when i get my rancid updates.
> 
> Do anyone of you have any solution about this?

Here, rancid didn´t detect IOS XE anymore after an ASR OS upgrade from
3.7 to 3.10.
Because of that, the builtin tracelogs filter didn´t match.

I had do change
if (/cisco ios .* IOS-XE/i) { $ios = "XE"; }
to
if (/Cisco IOS-XE/i) { $ios = "XE"; }
in
/usr/lib/rancid/bin/rancid

Regards,
Christian


_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to