Discussion:
[rancid] Vdxrancid contributed script on working on my Brocade VDX
Scott Foster
2015-05-06 22:40:18 UTC
Permalink
I have been trying to get the below contributed script for a Brocade VDX switch to work on my VDX 6710, 6720 and 6740 switches. I have listed the URL to the contributed script below.

https://code.google.com/p/vdxrancid/source/browse/trunk/vdxrancid?spec=svn2&r=2

When I execute the vdxrancid script I get the error: "End of run not found"

I've validated that I have implemented the script and modified my files as needed (someone also check this as well). We can't find anything that would be causing this. The only thing that we might has found is that when you perform a "show run" at the command prompt that there is no 'end' at the end of the configuration. I'm thinking this might be problem and that rancid is hitting the end of the config, but doesn't know if it is the end or not.

We are running code 4.1.3a. I'm hoping that someone might be able to help.

Scott


____________

This e-mail and any files transmitted with it are confidential,
and are intended solely for the use of the intended recipient.
If you are not the intended recipient, or the person responsible
for delivering the e-mail to the intended recipient, be advised
that you have received this e-mail in error, and that any use,
dissemination, forwarding, printing, or copying of this e-mail
is strictly prohibited. If you have received this e-mail in error,
please return it to the sender at Merrick Bank, and delete it
from your computer.

Although Merrick Bank attempts to sweep e-mail and attachments
for viruses, it does not guarantee that they are virus-free, and accepts
no liability for any damage sustained as a result.
Nick Buraglio
2015-05-06 23:15:27 UTC
Permalink
I wrote that quite a while ago (2012) when the vdx was really new, I
suspect the output may have changed. I don't have any vdx to test against
any longer.
Another data point is that I never tested it with the newest rancid which
has a very different framework for adding new devices.
Post by Scott Foster
I have been trying to get the below contributed script for a Brocade VDX
switch to work on my VDX 6710, 6720 and 6740 switches. I have listed the
URL to the contributed script below.
https://code.google.com/p/vdxrancid/source/browse/trunk/vdxrancid?spec=svn2&r=2
When I execute the vdxrancid script I get the error: “End of run not
found”
I’ve validated that I have implemented the script and modified my files as
needed (someone also check this as well). We can’t find anything that
would be causing this. The only thing that we might has found is that when
you perform a “show run” at the command prompt that there is no ‘end’ at
the end of the configuration. I’m thinking this might be problem and that
rancid is hitting the end of the config, but doesn’t know if it is the end
or not.
We are running code 4.1.3a. I’m hoping that someone might be able to help.
Scott
____________
This e-mail and any files transmitted with it are confidential,
and are intended solely for the use of the intended recipient.
If you are not the intended recipient, or the person responsible
for delivering the e-mail to the intended recipient, be advised
that you have received this e-mail in error, and that any use,
dissemination, forwarding, printing, or copying of this e-mail
is strictly prohibited. If you have received this e-mail in error,
please return it to the sender at Merrick Bank, and delete it
from your computer.
Although Merrick Bank attempts to sweep e-mail and attachments
for viruses, it does not guarantee that they are virus-free, and accepts
no liability for any damage sustained as a result.
heasley
2016-01-28 00:39:05 UTC
Permalink
Post by Nick Buraglio
Another data point is that I never tested it with the newest rancid which
has a very different framework for adding new devices.
I just want to point-out that scripts for rancid 2.8 will work with 3.x,
the device type just needs to be defined in rancid.types.conf like type
smc, which is still a 2.x-style script.

Loading...