<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi my Friend Sven<br><br>my user is rancid and my password is rancid1234 and with this password log without problem this is ok.<br><br>and i have the same problem with extreme swicthes the ip of swicthes extreme is 10.10.45.2 ,its my first time that install rancid but this login in cisco ,juniper very well in these devices i don't have problems <br><br>i like that you send the correct configuration for its that i new user of rancid .<br><br>it is my .cloginrc configuration :<br><br>serverbackup:/home/rancid# more .cloginrc <br>add method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 172.1.255.1&nbsp;&nbsp;&nbsp; ssh<br>add method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 172.1.255.2&nbsp;&nbsp;&nbsp; ssh<br>add method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 172.1.255.3&nbsp;&nbsp;&nbsp; ssh<br>add method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.10.200.1&nbsp;&nbsp; ssh<br>add method&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.10.45.9&nbsp;&nbsp;&nbsp;&nbsp; telnet<br>add autoenable&nbsp; 172.1.255.1&nbsp;&nbsp;&nbsp; 1<br>add autoenable&nbsp; 172.1.255.2&nbsp;&nbsp;&nbsp; 1<br>add autoenable&nbsp; 172.1.255.3&nbsp;&nbsp;&nbsp; 1<br>add autoenable&nbsp; 10.10.45.9&nbsp;&nbsp;&nbsp;&nbsp; 1<br>add noenable&nbsp;&nbsp;&nbsp; 10.10.200.1&nbsp;&nbsp; 0<br><br>add password *&nbsp; {rancid1234}<br>add user&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp; rancid<br>add method&nbsp; * telnet<br>add autoenable * 1<br><br><br><br># comments are cool, as is whitespace<br># clogin supports a number of add directives:<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; user<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; userprompt<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; userpassword<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passprompt<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; method<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; noenable<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enauser<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enableprompt<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; autoenable<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cyphertype<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; identity<br>#<br># Details on each of these follows.&nbsp; Also see cloginrc(5).<br>#<br># add password &lt;router name glob&gt; &lt;vty passwd&gt; &lt;enable passwd&gt;<br>#<br># add user &lt;router name glob&gt; &lt;username&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The default user is $USER (i.e.: the user running clogin).<br>#<br># add userprompt &lt;router name glob&gt; &lt;username prompt&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What the router prints to prompt for the username.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default: {"(Username|login|user name):"}<br>#<br># add userpassword &lt;router name glob&gt; &lt;user password&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The password for user if different than the password set<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; using 'add password'.<br>#<br># add passprompt &lt;router name glob&gt; &lt;password prompt&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What the router prints to prompt for the password.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default: {"(\[Pp]assword|passwd):"}<br>#<br># add method &lt;router name glob&gt; {ssh} [...]<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Defines, in order, which connection method(s) to use for a device<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from the set {ssh,telnet,rsh}.&nbsp; e.g.: add method * {ssh} {telnet} {rsh}<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; will attempt ssh connection first.&nbsp; if ssh fails with connection<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; refused (i.e.: not due to authentication failure), then try telnet,<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then rsh.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default: {telnet} {ssh}<br>#<br># add noenable &lt;router name glob&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; equivalent of -noenable on the cmd line to not enable at login.<br>#<br># add enableprompt &lt;router name glob&gt; &lt;enable prompt&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What the router prints to prompt for the enable password.<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default: {"\[Pp]assword:"}<br>#<br># add enauser &lt;router name glob&gt; &lt;username&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is only needed if enable asks for a username and this<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; username is different from what user is set to.<br>#<br># add autoenable &lt;router name glob&gt; &lt;1/0&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This is used if you are automatically enabled by the login process.<br>#<br># add cyphertype &lt;router name glob&gt; &lt;ssh encryption type&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default is 3des.<br>#<br># add identity &lt;router name glob&gt; &lt;path to ssh identity file&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default is your default ssh identity.<br>#<br># include &lt;file&gt;<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include a secondary .cloginrc file<br>#<br>#<br># Note: The first match for a hostname takes precedence.<br><br>#add password sl-bb*-dc cow24<br>#add password sl-gw*-dc geeks<br>#add password sl*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hank&nbsp;&nbsp;&nbsp; dog<br>#add password at*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pete&nbsp;&nbsp;&nbsp; cow<br>#add password sdn*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mujahid horse<br>#add password icm*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; peter<br>#add password *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; anything<br>#<br>#add user sl-gw*-dc&nbsp;&nbsp;&nbsp;&nbsp; twit<br>#add user sdn*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sdn_auto<br>#add user sdn-bb*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ops_eng<br>#add user *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $env(USER)<br><br>add password&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {rancid1234}<br>add user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rancid<br><br># customer x<br># these routers ask for a username and password.&nbsp; we automatically get<br># enable access after successful authentication.<br>add user *.custx.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; roger<br>add password *.custx.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {doger}<br>add autoenable *.custx.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br><br># customer y<br># this is the normal cisco login.&nbsp; a password followed by and enable password.<br># try ssh first, then rlogin.<br>add password *.custy.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {vector}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {victor}<br>add method *.custy.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssh rlogin<br><br># customer z; they use ssh only.<br>add user *.custz.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; shirley<br>add password *.custz.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {jive}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {surely}<br>add method *.custz.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssh<br><br># the route-server's do not provide enable access.&nbsp; cmdline -noenable<br># equivalent.<br>add noenable route-server*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br><br># all our routers, i.e.: everything else<br>add password *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {clearance}&nbsp;&nbsp;&nbsp;&nbsp; {clarence}<br><br># set ssh encryption type, dflt: 3des<br>add cyphertype *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {3des}<br><br># set the username prompt to "router login:"<br>#add userprompt *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {"router login:"}<br><br># ssh identity for a juniper; used with jlogin<br>add identity&nbsp;&nbsp;&nbsp; my.juniper&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $env(HOME)/.ssh/juniper<br><br># riverstone / enterasys / cabletron (rivlogin) example<br># these boxes are 'back-to-front' from cisco (i.e., ask<br># for vty password always, then tac+/radius if configured).<br>#<br># vty password and last resort (enable) password for rivlogin<br>add password rs3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {vtypass}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {lastresort}<br># if using tac+ or radius login, include these lines<br>add user rs3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {monster}<br>add userpassword rs3000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {scary}<br><br>add noenable cisco*<br>add autoenable&nbsp; *1<br><br>serverbackup:/home/rancid#<br><br>thank you my friend.<br><br>Felipe<br><br>&gt; From: shahues@fgcu.edu<br>&gt; To: oscarfelipe30@hotmail.com; rancid-discuss@shrubbery.net<br>&gt; Date: Wed, 11 Feb 2009 09:03:43 -0500<br>&gt; Subject: RE: [rancid]  Troubles  extreme swicthes login with rancid 2.3.1<br>&gt; <br>&gt; Felipe,<br>&gt; <br>&gt; Double check your .cloginrc file and see if the username and password are correct for the host you have specified.  I also found it helpful to put the password in { }.  I had a $ in my password and that was causing it to fail.<br>&gt; <br>&gt; I have an 8810 that I am using with SSH and the ./clogin worked fine once I added "autoenable" to the router.db entry for the host.  There is some quirkyness with it doffing the configs, but I think that is mostly extreme's fault, not rancid's.<br>&gt; <br>&gt; HTH,<br>&gt; <br>&gt; Sven<br>&gt; <br>&gt; -----Original Message-----<br>&gt; From: rancid-discuss-bounces@shrubbery.net [mailto:rancid-discuss-bounces@shrubbery.net] On Behalf Of Felipe<br>&gt; Sent: Tuesday, February 10, 2009 10:13 PM<br>&gt; To: rancid-discuss@shrubbery.net<br>&gt; Subject: [rancid] Troubles extreme swicthes login with rancid 2.3.1<br>&gt; <br>&gt; hi i have a trouble with login Extreme switches summitx450a and BD8810 i have this trouble when i want to clogin it :<br>&gt; <br>&gt; rancid@serverbackup:~/bin$ clogin 10.10.45.2<br>&gt; 10.10.45.2<br>&gt; spawn telnet 10.10.45.2<br>&gt; Trying 10.10.45.2...<br>&gt; Connected to 10.10.45.2.<br>&gt; Escape character is '^]'.<br>&gt; <br>&gt; telnet session telnet0 on /dev/ptyb0<br>&gt; <br>&gt; login: rancid<br>&gt; password: <br>&gt; <br>&gt; Login incorrect<br>&gt; login: rancid1234<br>&gt; password: <br>&gt; <br>&gt; Login incorrect<br>&gt; login: rancid1234<br>&gt; password: <br>&gt; <br>&gt; Login incorrect<br>&gt; Maximum number of login attempts reached!<br>&gt; Connection closed by foreign host.<br>&gt; <br>&gt; Error: Connection closed (telnet): 10.10.45.2 rancid@serverbackup:~/bin$ <br>&gt; <br>&gt; i test the password and user is correct and login without problem ,but when i login in the server with rancid@serverbackup:~/bin$ clogin 10.10.45.2 i can't login and don't make backup of extreme swicthes.<br>&gt; <br>&gt; thanks for your help in this case.<br>&gt; <br>&gt; Felipe<br>&gt; <br>&gt; <br>&gt; ________________________________<br>&gt; <br>&gt; See how Windows(r) connects the people, information, and fun that are part of your life &lt;http://clk.atdmt.com/MRT/go/119463819/direct/01/&gt; <br><br /><hr />Windows Live Hotmail now works up to 70% faster. <a href='http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008' target='_new'>Sign up today.</a></body>
</html>