Re: [rancid] Improving Rancid's processing speed when having 1k+ devices

2019-07-26 Thread Florin Vlad Olariu
On 25 July 2019 at 18:16:48, Scott Granados (scott.grana...@gmail.com(mailto:scott.grana...@gmail.com)) wrote: > I would also recommend running multiple rancid servers maybe scatter them >geographically so it’s not a single machine pulling all the weight. Break the >work loads up among them. Gr

[rancid] Dell Force10 module change

2019-07-26 Thread Florin Vlad Olariu
The Force10s that my company uses seem to produce the following lines when running "show run": ! Version 9.7(0.0) ! Last configuration change at Wed Oct 10 10:13:32 2018 by ! Startup-config last updated at Fri Jul 26 03:00:20

[rancid] Improving Rancid's processing speed when having 1k+ devices

2019-07-25 Thread Florin Vlad Olariu
Well, as per title, is there any way to improve rancid's speed with so many devices? At the moment I set PAR_COUNT to 300, so it will connect in parallel to 300 devices at a time, but the reality is that most time does not seem to be taken by connecting and retrieving config but by what happens nex

Re: [rancid] Rancid and the Cisco 5000 Nexus Platform

2019-07-25 Thread Florin Vlad Olariu
config" marker. If we 1019 # know that it is NXOS and we have seen at least 5 lines 1020 # of write term output, we can be reasonably sure that we got the config. 1021 # if (($type eq "NXOS") && $linecnt > 5) { 1022 if ($linecnt > 5) { On 23 July

Re: [rancid] Rancid and the Cisco 5000 Nexus Platform

2019-07-23 Thread Florin Vlad Olariu
rancid-run -V rancid 3.9 On 22 July 2019 at 19:59:07, john heasley (h...@shrubbery.net) wrote: Mon, Jul 22, 2019 at 08:51:09AM -0700, Florin Vlad Olariu: > Hello, > > I have some cisco Nexus 5k and I'm having some trouble grabbing the "show > run" through rancid. In my se

[rancid] Rancid and the Cisco 5000 Nexus Platform

2019-07-22 Thread Florin Vlad Olariu
Hello, I have some cisco Nexus 5k and I'm having some trouble grabbing the "show run" through rancid. In my setup I commented out most commands in the "rancid.types.base" file except for the "show run" section. The problem is that with the file commented, rancid can't manage to grab the output bec

[rancid] How to remove all comments made by rancid

2019-06-27 Thread Florin Vlad Olariu
Hello, I'm using the latest version of Rancid. I would like to remove all comments that Rancid makes (e.g beginning with ! ) from the config file it collects. I already disabled all commands from the rancid.types.base and only allows "show run" but it doesn't seem to be enough because I still see