<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">W dniu 18.05.2013 12:40, Golem pisze:<br>
    </div>
    <blockquote cite="mid:903579981.20130518124016@mtm-info.pl"
      type="cite">
      <pre wrap="">Hi

I have problem with authentication for pppoe subscribers. Current goal
is  clips  +  pppoe  on  single  vlan. Clips working but pppoe reports
problem while authenticating.
[local]Redback(config)#May 18 12:19:36: [2/1:511:63:31/6/2/2]: %AAA-3-ERR: aaa_idx 1000000a: Unable to find authenticating context for subscriber. Username: golem, Remote Agent Id: Unknown, Agent Circuit Id: Unknown, Circuit description: 2/1 vlan-id 55 pppoe 9
</pre>
    </blockquote>
    <br>
    Either<br>
    <br>
    try authenticating as golem@routerek, or <a class="moz-txt-link-abbreviated" href="mailto:golem@routerek30.pl">golem@routerek30.pl</a><br>
    <br>
    -or-<br>
    <br>
    change your port config to:<br>
    <pre wrap="">port ethernet 2/1
 no shutdown
 encapsulation dot1q
 dot1q pvc 55 encapsulation multi
  bind interface ge1 routerek
  service clips dhcp maximum 10 context routerek
  circuit protocol pppoe
   bind authentication chap maximum 100<b> context routerek</b>
</pre>
    -or-<br>
    <br>
    use global authentication method with last-resort context
    (configured in global config) as below:<br>
    <pre>aaa last-resort context mt</pre>
    <br>
    <br>
    Hope this helps<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Sebastian Podjasek
</pre>
  </body>
</html>