<div dir="ltr">Hello,<div>Im not sure if this forum is dead, hopefully there is a kind soul here, whos able to help me with my probably minor problem.</div><div><br></div><div>I work as a Network Intern at Aarhus university, and I am currently working on a project, so that I can add a few commands to our 2500 switches.</div><div><br></div><div>I have already installed RANCID on ubuntu, and im able to change config with this shell script:</div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px">for line in $(cat iplist.txt); do sudo /usr/lib/rancid/bin/clogin -x command.cmds -f /var/lib/rancid/.cloginrc $line; done</span></font><br></div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px"><br></span></font></div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px">I followed this guide to get rancid up and running, and have used Man pages to get to paste in commands</span></font></div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px"><a href="https://help.ubuntu.com/community/RANCID">https://help.ubuntu.com/community/RANCID</a></span><br></font></div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px"><br></span></font></div><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px;line-height:20px">Which writes commands the commands in command.cmds to all switches in iplist.txt</span></font></div><div>now my problem is, the way that i authenticate through the switches, is via the clogin -f command, where the guide i found on ubuntu tells me, that i have to add username, password, method for all the devices that i want to connect to. Can i get around that? so that all devies will use a "master" username, password n method for all.. because i have a list of 2500 switches, and it will take more time, adding specifik login methods for all, than updating all switches manually.</div><div><br></div><div>I hope you guys know what i mean:</div><div>Else i will try to explain myself again, my English aint that great.</div><div><br></div><div>Thanks</div><div><br></div><div>- Tobias!</div></div>