
gabbawp at gmail
Mar 28, 2012, 1:36 AM
Post #1 of 1
(267 views)
Permalink
|
|
Rancid 2.3.8 and multiple vendor devices
|
|
Hi, I've upgraded some of our rancid instances to 2.3.8 and am seeing the following issues. When polling fortigate devices, I get the following <snip> $ fnlogin fortigate_device fortigate_device spawn ssh -p -c 3des -x -l rancid fortigate_device Bad port '' Error: Couldn't login: fortigate_device </snip> So ssh is connecting with a port but there is no port specified in my .cloginrc file. <snip> add method * {ssh} {telnet} </snip> When I add a ssh port fortigates start working, but junipers then break. .cloginrc file is now add method * {ssh:22} {telnet} <snip> $ jlogin juniper_device juniper_device Error: unknown connection method: ssh:22 </snip> It seems that either fnlogin or jlogin is not reading the port settings from .cloginrc correctly ? Cheers, Gareth _______________________________________________ Rancid-discuss mailing list Rancid-discuss [at] shrubbery http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
|