Discussion:
[rancid] Rancid with Brocade 6510
Charles Gagnon
2015-05-21 13:42:44 UTC
Permalink
Is anyone using rancid on Brocades 6510 running FOS v 7.2.1b.

We just added 4 of those to our network and can't seem to get it working.

I had to make a short mod to flogin to get it working. I changed:

set avenable 0

So that you could flogin without adding the "--noenable" since these
switches don't have an enable and the prompts ends with ">".

So flogin works but even if I add them to my router.db as
"brocade-fc1;foundry;up", I still fail to retrieve anything from it.

Logs:

brocade-fc1 flogin error: Error: TIMEOUT reached
brocade-fc1: missed cmd(s): show chassis,show module,show flash,show
running-config,write term
brocade-fc1: End of run not found

Those commands don't seem to match what would work this OS yet I keep
seeing people online using Foundry for Brocades.

This is all on Rancid 3.0 (I had perl issues with sockets when going to 3.2
- though if it's the solution, I will work on upgrading perl).
--
Charles Gagnon
charlesg at unixrealm.com
heasley
2015-05-22 15:51:44 UTC
Permalink
Post by Charles Gagnon
set avenable 0
So that you could flogin without adding the "--noenable" since these
switches don't have an enable and the prompts ends with ">".
there is a noenable cloginrc directive.
Post by Charles Gagnon
This is all on Rancid 3.0 (I had perl issues with sockets when going to 3.2
- though if it's the solution, I will work on upgrading perl).
you do not need to upgrade perl; just install a new version of Sockets.pm
from cpan.org. but, 3.2 does not have anything that will fix your brocade
problem.
Alfredo Jo
2015-05-22 16:22:26 UTC
Permalink
Thank you all, i actually figured it .
Post by heasley
Post by Charles Gagnon
set avenable 0
So that you could flogin without adding the "--noenable" since these
switches don't have an enable and the prompts ends with ">".
there is a noenable cloginrc directive.
Post by Charles Gagnon
This is all on Rancid 3.0 (I had perl issues with sockets when going to
3.2
Post by Charles Gagnon
- though if it's the solution, I will work on upgrading perl).
you do not need to upgrade perl; just install a new version of Sockets.pm
from cpan.org. but, 3.2 does not have anything that will fix your brocade
problem.
_______________________________________________
Rancid-discuss mailing list
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Charles Gagnon
2015-05-23 11:53:39 UTC
Permalink
So the Brocade problem is something I cannot work around? I guess someone
would need to write something to handle the devices?

Is that right?
Post by heasley
Post by Charles Gagnon
set avenable 0
So that you could flogin without adding the "--noenable" since these
switches don't have an enable and the prompts ends with ">".
there is a noenable cloginrc directive.
Post by Charles Gagnon
This is all on Rancid 3.0 (I had perl issues with sockets when going to
3.2
Post by Charles Gagnon
- though if it's the solution, I will work on upgrading perl).
you do not need to upgrade perl; just install a new version of Sockets.pm
from cpan.org. but, 3.2 does not have anything that will fix your brocade
problem.
--
Charles Gagnon
charlesg at unixrealm.com
heasley
2015-05-26 16:26:25 UTC
Permalink
Post by Charles Gagnon
So the Brocade problem is something I cannot work around? I guess someone
would need to write something to handle the devices?
Is that right?
I mean that nothing has changed that would have affected Brocade.
Loading...