<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Do you perhaps have a global setting somewhere else in your clogin file as you only have an entry for 10.0.0.3<div>and not 10.0.0.6 which you are getting the error from.&nbsp;</div><div><br></div><div>Cheers,&nbsp;</div><div><br></div><div>Gareth&nbsp;</div><div><br><div><div>On 23 Jan 2012, at 10:02 PM, Paolo De Michele wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  
  <div bgcolor="#FFFFFF" text="#000099">
    <font face="Bitstream Vera Sans">my .cloginrc:</font> <font face="Bitstream Vera Sans"><br>
      <br>
      add user 10.0.0.3 xxxxxxxxxx<br>
      add password 10.0.0.3 {P-------l----3--------@}&nbsp;</font><font face="Bitstream Vera Sans">{L------x-x-0----l-------}</font>
    <div>
      <blockquote type="cite"> </blockquote>
    </div>
    <font face="Bitstream Vera Sans"><br>
      output from console:<br>
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:administrator@10.0.0.6">administrator@10.0.0.6</a>'s password: <br>
      Permission denied, please try again.<br>
      <br>
      Error: Check your passwd for 10.0.0.6<br>
      <br>
      <br>
      excuse me, but I don't understand where I'm wrong<br>
      are inexperienced and if I don't go out in this point are
      completely blocked. Thanks again<br>
    </font><br>
    On 01/23/2012 08:56 PM, Gareth Hopkins wrote:
    <blockquote cite="mid:720FE67B-1D34-4F74-8D11-67CF94B54050@gmail.com" type="cite">Hi,&nbsp;
      <div><br>
      </div>
      <div>userpassword is only used if the password is different to the
        password set by the add password option.&nbsp;</div>
      <div><br>
      </div>
      <div>so change "add userpassword" to "add password"</div>
      <div><br>
      </div>
      <div>Cheers,&nbsp;</div>
      <div><br>
      </div>
      <div>Gareth&nbsp;</div>
      <div>&nbsp;<br>
        <div>
          <div>On 23 Jan 2012, at 9:45 PM, Paolo De Michele wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
            <div bgcolor="#FFFFFF" text="#000099"> <br>
              <br>
              On 01/23/2012 08:31 PM, Gareth Hopkins wrote:
              <blockquote cite="mid:7BDCE22D-D82A-4A1D-896D-9FCC26A44954@gmail.com" type="cite">Hi, <br>
              </blockquote>
              <br>
              hi Gareth,<br>
              <blockquote cite="mid:7BDCE22D-D82A-4A1D-896D-9FCC26A44954@gmail.com" type="cite">
                <div><br>
                </div>
                <div>Try just with add password.&nbsp;</div>
                <div><br>
                </div>
                <div>
                  <blockquote type="cite">
                    <div bgcolor="#FFFFFF" text="#000099"><font face="Bitstream Vera Sans">add password 10.0.0.3
                        {P-------l----3--------@}&nbsp;</font><font face="Bitstream Vera Sans">{L------x-x-0----l-------}</font></div>
                  </blockquote>
                </div>
                <div><br>
                </div>
                <div>As per the clogin sample file&nbsp;</div>
                <div><br>
                </div>
                <div>&lt;snip&gt;</div>
                <div><br>
                </div>
                <div>
                  <div># add userpassword &lt;router name glob&gt;
                    &lt;user password&gt;</div>
                  <div># &nbsp; &nbsp; &nbsp; The password for user if different than
                    the password set</div>
                  <div># &nbsp; &nbsp; &nbsp; using 'add password'.</div>
                </div>
              </blockquote>
              <br>
              now it's correctly?
              <div bgcolor="#FFFFFF" text="#000099"><font face="Bitstream Vera Sans"><br>
                  add <b>userpassword</b> 10.0.0.3
                  {P-------l----3--------@}&nbsp;</font><font face="Bitstream
                  Vera Sans">{L------x-x-0----l-------}</font></div>
              <br>
              <blockquote cite="mid:7BDCE22D-D82A-4A1D-896D-9FCC26A44954@gmail.com" type="cite">
                <div><br>
                </div>
                <div>&lt;/snip&gt;</div>
                <div><br>
                </div>
                <div>Cheers,&nbsp;</div>
                <div><br>
                </div>
                <div>Gareth&nbsp;</div>
                <div><br>
                  <div>
                    <div>On 23 Jan 2012, at 8:18 PM, Paolo De Michele
                      wrote:</div>
                    <br class="Apple-interchange-newline">
                    <blockquote type="cite">
                      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
                      <div bgcolor="#FFFFFF" text="#000099"> <font face="Bitstream Vera Sans">hi list, <br>
                          I have problems to authenticate my cisco
                          router with passwordi to enable.<br>
                          <br>
                          the scenario is as follows:<br>
                          &nbsp;&nbsp;&nbsp; - authentication password has special
                          characters, uppercase letters, lowercase
                          letters and numbers<br>
                          &nbsp;&nbsp;&nbsp; - enable password has capital letters,
                          lowercase letters and numbers<br>
                          <br>
                          my .cloginrc is:<br>
                          <br>
                          add method {ssh}<br>
                          add user 10.0.0.3 username<br>
                          add userpassword 10.0.0.3
                          {P-------l----3--------@}<br>
                          add enauser 10.0.0.3
                          {L------x-x-0----l-------}<br>
                          <br>
                          I also tried:<br>
                          <br>
                          <br>
                        </font><font face="Bitstream Vera Sans">add
                          method {ssh}<br>
                          add user 10.0.0.3 username<br>
                          add userpassword 10.0.0.3
                          {P-------l----3--------@} </font><font face="Bitstream Vera Sans">{L------x-x-0----l-------}</font><br>
                        <font face="Bitstream Vera Sans"> <br>
                          <br>
                          <br>
                          the problem is that I am logging to the router
                          but not in enable. something wrong in the
                          syntax of the file. cloginrc?<br>
                          I look forward to your help<br>
                          thanks in advance<br>
                        </font> </div>
                      _______________________________________________<br>
                      Rancid-discuss mailing list<br>
                      <a moz-do-not-send="true" href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a><br>
                      <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss">http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss</a></blockquote>
                  </div>
                  <br>
                </div>
              </blockquote>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
  </div>

</blockquote></div><br></div></body></html>