[rancid] rancid 2.3.6: clogin with multiple devices fails... ($autologin not defined)

Jon Peatfield J.S.Peatfield at damtp.cam.ac.uk
Thu Sep 8 01:29:36 UTC 2011


On Tue, 6 Sep 2011, P C wrote:

> Has any determined the best solution for this?  I just upgraded from
> version 2.3.1_3 to 2.3.6 and now I'm having this problem too.
>
> I used to do clogin -c "show inventory" `cat all_routers.txt` and it
> would return said command for the routers listed in all_routers.txt,
> with one router entry per line.
>
> Now, the first routers runs fine, but each subsequent one gives this:
<snip>

I'm currently just looping over the devices calling clogin for each 
device:

   for i in $(cat all_routers.txt); do clogin -c "...." $i; done

etc.  That works for me for now.

  -- Jon


More information about the Rancid-discuss mailing list