[rancid] Rancid 3.0 and Dell Switches
heasley
heas at shrubbery.net
Fri Apr 25 07:13:27 UTC 2014
Thu, Apr 24, 2014 at 03:37:23PM -0400, Gerhard Mourani:
> Hello,
>
> I've upgraded to Rancid 3.0 and would like to know which name to use for
> Dell PowerConnect 34xx and 64xx series inside router.db?
'dell' might do it; YMMV, the script was contributed and purported to be
working with:
# DES-3010F
# DES-3052P
# DES-3526
# DES-3550
> Presently I'm using this in router.db:
> 192.168.x.1xx;dell;up
> 192.168.x.2xx;dell;up
>
> and can see these errors in the log files:
>
> Trying to get all of the configs.
> loadtype: loading dell failed: Global symbol "$proc" requires explicit
> package name at /usr/lib64/rancid/dell.pm line 82.
> Global symbol "$found_version" requires explicit package name at
> /usr/lib64/rancid/dell.pm line 83.
> Compilation failed in require at /usr/lib64/rancid/rancid.pm line 222.
Index: dell.pm.in
===================================================================
--- dell.pm.in (revision 2818)
+++ dell.pm.in (working copy)
@@ -69,6 +69,9 @@
#XXX use rancid @VERSION@;
use rancid;
+our $proc;
+our $found_version;
+
# load-time initialization
sub import {
$timeo = 300; # dllogin timeout in seconds (some of these
More information about the Rancid-discuss
mailing list