[c-nsp] ASR1001 tracelogs

Christian Deckelmann deckel at teamix.de
Mon Mar 24 04:27:56 EDT 2014


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




More information about the cisco-nsp mailing list