PhaNtoX | 1 Nov 2007 18:11
Picon

[rancid] Dell Powerconnects

Has anyone written a module to get rancid to work with the dell power connect switches?
We have a few dozen 3400 5300 series we would like to get working. I can provide access to a switch if this would help someone.
 
Unfortunately I can't program or I would do this myself
 
Kevin
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
Lance | 1 Nov 2007 18:46

[rancid] Re: Dell Powerconnects

Kevin,

is it a cisco like CLI?

> -------- Original Message --------
> Subject: [rancid]  Dell Powerconnects
> From: PhaNtoX <phantox <at> gmail.com>
> Date: Thu, November 01, 2007 10:11 am
> To: rancid-discuss <at> shrubbery.net
> Has anyone written a module to get rancid to work with the dell power
> connect switches?
> We have a few dozen 3400 5300 series we would like to get working. I can
> provide access to a switch if this would help someone.
> Unfortunately I can't program or I would do this myself
> Kevin<hr>_______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss <at> shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

PhaNtoX | 1 Nov 2007 21:22
Picon

[rancid] Fwd: Dell Powerconnects

Just tried this and it doesn't seem to be working im getting this in my logs.
 
Trying to get all of the configs.
172.16.10.161 dlogin error: Error: Connection Refused (ssh)
172.16.10.161: missed cmd(s): show version,show system,show running-config,show vlan,dir
0: found end
172.16.10.161 : End of run not found
!
=====================================
 
 
Look at the activity on the switch itself its getting a telnet connection for user unKnown

 
my .cloginrc looks like this
add autoenable 172.16.10.161 1
add user 172.16.10.161 admin
add password 172.16.10.161 password
 
 
my router.db looks like this
172.16.10.161:smc:up



And yes this is a cisco like CLI
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
abez sharon | 2 Nov 2007 10:19
Picon
Favicon

[rancid] enable password usage in .cloginrc

Hi,  
Here is the .cloginrc file contents:
>add user         192.168.1.1  tom
>add userpassword 192.168.1.1  tom-password

The 'rancid' user is used to execute the clogin
command.

the command used is 'clogin 192.168.1.1'
It uses tom as the user name to connect and it also
uses the tom-password to authenticate successfully.
Then it executes the enable command, but is unable to
find the password.

Where and how can I specify the enable password in the
.cloginrc file ?

Thank You.
Abez

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

Gregory W Zill | 2 Nov 2007 13:37

[rancid] remote cvs checkout

Can I configure a remote web server to checkout individual cisco configs
in the rancid cvs for posting to a customer portal? Our rancid cvs
contains both client and internal configs, so I would rather cvs
checkout the individual client configs for storage under their specific
portal on the remote web server.
--

-- 
gregory w zill, mba, cissp
Information Security Engineer
Managed Devices Team
-----------------------------
Solutionary, Inc.
Making Security Manageable
v: 402-361-3066
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
Lance | 2 Nov 2007 15:24

[rancid] Re: Fwd: Dell Powerconnects


It looks like ssh is denied or you have the wrong username/password.
Make sure you can ssh with that username and password from the same
machine you are running rancid from.

-Lance

> -------- Original Message --------
> Subject: [rancid]  Fwd:  Dell Powerconnects
> From: PhaNtoX <phantox <at> gmail.com>
> Date: Thu, November 01, 2007 1:22 pm
> To: rancid-discuss <at> shrubbery.net
> Just tried this and it doesn't seem to be working im getting this in my
> logs.
> Trying to get all of the configs.
> 172.16.10.161 dlogin error: Error: Connection Refused (ssh)
> 172.16.10.161: missed cmd(s): show version,show system,show
> running-config,show vlan,dir
> 0: found end
> 172.16.10.161: End of run not found
> !
> =====================================
> Look at the activity on the switch itself its getting a telnet connection
> for user unKnown
> my .cloginrc looks like this
> add autoenable 172.16.10.161 1
> add user 172.16.10.161 admin
> add password 172.16.10.161 password
> my router.db looks like this
> 172.16.10.161:smc:up
> And yes this is a cisco like CLI<hr>_______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss <at> shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

Lance | 2 Nov 2007 15:26

[rancid] Re: enable password usage in .cloginrc

There are examples of how to configure the .cloginrc in the
.cloginrc.example file.

but you are missing it after you regular password. it should look like
this.

add userpassword 192.168.1.1  tom-password tom-enable

-lance

> -------- Original Message --------
> Subject: [rancid]  enable password usage in .cloginrc
> From: abez sharon <sharonabez <at> yahoo.com>
> Date: Fri, November 02, 2007 2:19 am
> To: rancid-discuss <at> shrubbery.net
> Hi,
> Here is the .cloginrc file contents:
> >add user         192.168.1.1  tom
> >add userpassword 192.168.1.1  tom-password
> The 'rancid' user is used to execute the clogin
> command.
> the command used is 'clogin 192.168.1.1'
> It uses tom as the user name to connect and it also
> uses the tom-password to authenticate successfully.
> Then it executes the enable command, but is unable to
> find the password.
> Where and how can I specify the enable password in the
> .cloginrc file ?
> Thank You.
> Abez
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss <at> shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

Lance | 2 Nov 2007 15:32

[rancid] Re: remote cvs checkout

Why not just give them access to only their portion of the tree?
Restrict it with htaccess if you are using viewvc or something.

-Lance

> -------- Original Message --------
> Subject: [rancid]  remote cvs checkout
> From: Gregory W Zill <gregoryzill <at> solutionary.com>
> Date: Fri, November 02, 2007 5:37 am
> To: rancid-discuss <rancid-discuss <at> shrubbery.net>
> Can I configure a remote web server to checkout individual cisco configs
> in the rancid cvs for posting to a customer portal? Our rancid cvs
> contains both client and internal configs, so I would rather cvs
> checkout the individual client configs for storage under their specific
> portal on the remote web server.
> --
> gregory w zill, mba, cissp
> Information Security Engineer
> Managed Devices Team
> -----------------------------
> Solutionary, Inc.
> Making Security Manageable
> v: 402-361-3066<hr>_______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss <at> shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

abez sharon | 2 Nov 2007 16:00
Picon
Favicon

[rancid] Re: enable password usage in .cloginrc

Hi Lance,

When the .cloginrc file reads :
>add user 	192.168.20.16	tom
>add userpassword 192.168.20.16	tom-password

and I execute clogin 192.168.20.16, it outputs:
Error in authentication. 
Error: Check your enable password. ( it fails the
enable password authentication)

When the .cloginrc file reads:
>add user 192.168.20.16	tom
>add userpassword 192.168.20.16	tom-password
tom-enablepassword

and I execute clogin 192.168.20.16, it outputs:
Authentication failed.
Error: Check your passwd for 192.168.20.16 ( it fails
the first level authentication itself)

Thanks ahead.
--Abez

--- Lance <rancid <at> gheek.net> wrote:

> There are examples of how to configure the .cloginrc
> in the
> .cloginrc.example file.
> 
> but you are missing it after you regular password.
> it should look like
> this.
> 
> add userpassword 192.168.1.1  tom-password
> tom-enable
> 
> -lance
> 
> > -------- Original Message --------
> > Subject: [rancid]  enable password usage in
> .cloginrc
> > From: abez sharon <sharonabez <at> yahoo.com>
> > Date: Fri, November 02, 2007 2:19 am
> > To: rancid-discuss <at> shrubbery.net
> > Hi,
> > Here is the .cloginrc file contents:
> > >add user         192.168.1.1  tom
> > >add userpassword 192.168.1.1  tom-password
> > The 'rancid' user is used to execute the clogin
> > command.
> > the command used is 'clogin 192.168.1.1'
> > It uses tom as the user name to connect and it
> also
> > uses the tom-password to authenticate
> successfully.
> > Then it executes the enable command, but is unable
> to
> > find the password.
> > Where and how can I specify the enable password in
> the
> > .cloginrc file ?
> > Thank You.
> > Abez
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> > _______________________________________________
> > Rancid-discuss mailing list
> > Rancid-discuss <at> shrubbery.net
> >
>
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
> 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

PhaNtoX | 2 Nov 2007 16:25
Picon

[rancid] Re: Fwd: Dell Powerconnects

Setup ssh on the switch, verifed I can ssh into the switch with the user and password from the rancid box.  However when i try to manually kick off srancid or rancid-run im still getting on the switch. If i try kicking off flogin it connects fine however, I also modified srancid to try to use flogin vs hlogin that actually logs into the switch but fails to go anywhere else. Any other idea's
 
"new ssh connection for user unKnown, source 172.16.10.160 (rancid box)"
 
 
add autoenable 172.16.10.161 1
add method 172.16.10.161 ssh
add user 172.16.10.161 admin
add password 172.16.10.161 password

 
On 11/2/07, Lance <rancid <at> gheek.net> wrote:

It looks like ssh is denied or you have the wrong username/password.
Make sure you can ssh with that username and password from the same
machine you are running rancid from.

-Lance

> -------- Original Message --------
> Subject: [rancid]  Fwd:  Dell Powerconnects
> From: PhaNtoX <phantox <at> gmail.com >
> Date: Thu, November 01, 2007 1:22 pm
> To: rancid-discuss <at> shrubbery.net
> Just tried this and it doesn't seem to be working im getting this in my
> logs.
> Trying to get all of the configs.
> 172.16.10.161 dlogin error: Error: Connection Refused (ssh)
> 172.16.10.161: missed cmd(s): show version,show system,show
> running-config,show vlan,dir
> 0: found end
> 172.16.10.161: End of run not found
> !
> =====================================
> Look at the activity on the switch itself its getting a telnet connection
> for user unKnown
> my .cloginrc looks like this
> add autoenable 172.16.10.161 1
> add user 172.16.10.161 admin
> add password 172.16.10.161 password
> my router.db looks like this
> 172.16.10.161:smc:up
> And yes this is a cisco like CLI<hr>_______________________________________________
> Rancid-discuss mailing list
> Rancid-discuss <at> shrubbery.net
> http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss


_______________________________________________
Rancid-discuss mailing list
Rancid-discuss <at> shrubbery.net
http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss

Gmane