Mailing List Archive

DELL N1500
Hi,
I need to backup some Dell N1500 switch with rancid.
I try with dnos9, dns10, dell type but I always have "End of run not found"


does anyone have a solution ?
Re: DELL N1500 [ In reply to ]
On 18 Mar 2020, at 15:21, Marc Boisis <marc.boisis@univ-lr.fr> wrote:
>
> Hi,
> I need to backup some Dell N1500 switch with rancid.
> I try with dnos9, dns10, dell type but I always have "End of run not found"
>
> does anyone have a solution ?

Hi,

The dnos9 and dnos10 types are used for Force10/Dell switches running either FTOS9 or Dell OS10.

We have a bunch of Dell N1100 series and are using a slightly customised version of the smc type

From rancid.types.conf:

smcbc;script;rancid -t smc
smcbc;login;hlogin
smcbc;timeout;90
smcbc;module;smc
smcbc;inloop;smc::inloop
smcbc;command;rancid::RunCommand;terminal datadump
smcbc;command;smc::ShowSys;show system
smcbc;command;smc::ShowVer;show version
smcbc;command;smc::ShowVlan;show vlan
smcbc;command;smc::WriteTerm;show running-config

Something similar might be worth a try. YMMW.

BR
Bjørn
Re: DELL N1500 [ In reply to ]
It works
thanks
On 18 Mar 2020 at 15:52 +0100, Bjørn Skobba <bjorn@basis-consulting.com>, wrote:
> On 18 Mar 2020, at 15:21, Marc Boisis <marc.boisis@univ-lr.fr> wrote:
> >
> > Hi,
> > I need to backup some Dell N1500 switch with rancid.
> > I try with dnos9, dns10, dell type but I always have "End of run not found"
> >
> > does anyone have a solution ?
>
> Hi,
>
> The dnos9 and dnos10 types are used for Force10/Dell switches running either FTOS9 or Dell OS10.
>
> We have a bunch of Dell N1100 series and are using a slightly customised version of the smc type
>
> From rancid.types.conf:
>
> smcbc;script;rancid -t smc
> smcbc;login;hlogin
> smcbc;timeout;90
> smcbc;module;smc
> smcbc;inloop;smc::inloop
> smcbc;command;rancid::RunCommand;terminal datadump
> smcbc;command;smc::ShowSys;show system
> smcbc;command;smc::ShowVer;show version
> smcbc;command;smc::ShowVlan;show vlan
> smcbc;command;smc::WriteTerm;show running-config
>
> Something similar might be worth a try. YMMW.
>
> BR
> Bjørn