Mailing List Archive

Backup nothing: Dell Force10 MXL Switches
rancid version: 3.7

I can run *dllogin* to the switch.

$ ./dllogin <ip>
<ip>
spawn ssh -c aes128-ctr -x -l rancid-check <ip>
rancid-check@<ip>'s password:
FTOS#
FTOS#


But it backed up nothing for the two configurations in *router.db*.

<ip>;*force10*;up
<ip>;*dell*;up

Please provide any suggestions.

?Thanks
,

?Chris?
Re: Backup nothing: Dell Force10 MXL Switches [ In reply to ]
Tue, Jul 17, 2018 at 04:21:58PM -0400, Chenyu Lee - NOAA Affiliate:
> rancid version: 3.7
>
> I can run *dllogin* to the switch.
>
> $ ./dllogin <ip>
> <ip>
> spawn ssh -c aes128-ctr -x -l rancid-check <ip>
> rancid-check@<ip>'s password:
> FTOS#
> FTOS#
>
>
> But it backed up nothing for the two configurations in *router.db*.
>
> <ip>;*force10*;up
> <ip>;*dell*;up
>
> Please provide any suggestions.

force10 uses clogin, not dlllogin. see etc/rancid.types.base. plogin
will choose based on the router.db files.

look in the group's log files for errors.

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss
Re: Backup nothing: Dell Force10 MXL Switches [ In reply to ]
I set "<ip>;dell;up" in router.db and get the below errors.

Trying to get all of the configs.
<ip>: End of run not found
% Error: Invalid input at "^" marker.
=====================================
Getting missed routers: round 1.
<ip>: End of run not found
% Error: Invalid input at "^" marker.
=====================================
Getting missed routers: round 2.
<ip>: End of run not found
% Error: Invalid input at "^" marker.
=====================================
Getting missed routers: round 3.
<ip>: End of run not found
% Error: Invalid input at "^" marker.
=====================================
Getting missed routers: round 4.
<ip>: End of run not found
% Error: Invalid input at "^" marker.

Then I try to execute the command stated in "etc/rancid.types.base", it
seems the command incorrect.

FTOS#
FTOS#show switch
^
% Error: Invalid input at "^" marker.
FTOS#


Best,

Chenyu Lee
Princeton Office: 609-452- 5335



On Tue, Jul 17, 2018 at 4:56 PM, heasley <heas@shrubbery.net> wrote:

> Tue, Jul 17, 2018 at 04:21:58PM -0400, Chenyu Lee - NOAA Affiliate:
> > rancid version: 3.7
> >
> > I can run *dllogin* to the switch.
> >
> > $ ./dllogin <ip>
> > <ip>
> > spawn ssh -c aes128-ctr -x -l rancid-check <ip>
> > rancid-check@<ip>'s password:
> > FTOS#
> > FTOS#
> >
> >
> > But it backed up nothing for the two configurations in *router.db*.
> >
> > <ip>;*force10*;up
> > <ip>;*dell*;up
> >
> > Please provide any suggestions.
>
> force10 uses clogin, not dlllogin. see etc/rancid.types.base. plogin
> will choose based on the router.db files.
>
> look in the group's log files for errors.
>