<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 07.11.2013 16:47, schrieb Tomas Lynch:
    <blockquote
cite="mid:CAGEujU8y06kp5cWdMzkVqbA_SEcQNYT9xcE2DUPsqzGQd+S=6g@mail.gmail.com"
      type="cite">
      <div dir="ltr">Here is a basic config for Dual Stack PPPoE
        subscribers.
        <div><br>
        </div>
        <div>
          <div> interface pool multibind</div>
          <div>  ip address <a moz-do-not-send="true"
              href="http://192.0.2.1/24">192.0.2.1/24</a></div>
          <div>  ipv6 address 2001:db8:db8::1/56</div>
          <div>  ip pool <a moz-do-not-send="true"
              href="http://192.0.2.0/24">192.0.2.0/24</a></div>
          <div>  ipv6 pool 2001:db8:db8:2::/64 2001:db8:db8:ff::/64 </div>
          <div>  ipv6 pool dhcpv6 2001:db8:db8:1100::/56
            2001:db8:db8:ff00::/56</div>
          <div>!</div>
          <div>
             subscriber default</div>
          <div>  ip address pool</div>
          <div>  ip source-validation</div>
          <div>  ipv6 framed-pool </div>
          <div>  ipv6 delegated-prefix maximum 1</div>
          <div>  ipv6 source-validation</div>
        </div>
        <div><br>
        </div>
        <div>
          The "ipv6 pool" is for ND, and the "ipv6 pool dhcpv6" is for
          PD. Since you have unnumbered interfaces, just change the
          command "ipv6 address" to unnumbered.</div>
        <div><br>
        </div>
        <div>Tomás</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Wed, Nov 6, 2013 at 3:47 PM, Alex D.
          <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:listensammler@gmx.de" target="_blank">listensammler@gmx.de</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> no suggestion ?<br>
              <br>
              -------- Original-Nachricht --------
              <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                  <tr>
                    <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Betreff:
                    </th>
                    <td>[rbak-nsp] Dual-Stack configuration for PPPoE
                      subscribers</td>
                  </tr>
                  <tr>
                    <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Datum:
                    </th>
                    <td>Thu, 31 Oct 2013 11:13:34 +0100</td>
                  </tr>
                  <tr>
                    <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Von:
                    </th>
                    <td>Alex D. <a moz-do-not-send="true"
                        href="mailto:listensammler@gmx.de"
                        target="_blank"><listensammler@gmx.de></a></td>
                  </tr>
                  <tr>
                    <th align="RIGHT" nowrap="nowrap" valign="BASELINE">An:
                    </th>
                    <td><a moz-do-not-send="true"
                        href="mailto:redback-nsp@puck.nether.net"
                        target="_blank">redback-nsp@puck.nether.net</a></td>
                  </tr>
                </tbody>
              </table>
              <div>
                <div class="h5"> <br>
                  <br>
                  <pre>Hi,

currently we have ~8000 PPPoE users terminated on a SE600 running 
SEOS-11.1.2.4p3. All users get IPv4 addresses either from a dynamic pool 
or as a framed-ip assigned via RADIUS. In the near future, i also want 
to assign IPv6 addresses to the customers. The SE600 itself is already 
configured for IPv6, but i didn't activate it in the logical 
"subscriber"-interface.
Can someone give me a hint, which stebs are necessary for extending my 
setup?
Questions:
- Is it enough to configure a ipv6 pool on the "SUBSCRIBER" interface 
and refer to it in the "subscriber default" ?
- Where can i configure my delegated-prefix pool ?
- Is it possible to activate or deactivate IPv6 for certain customers, 
e.g. based on a specific RADIUS attribute (compared to Ciscos AVpair 
"lcp:interface-config#1=ipv6 enable") ?

Here's the relevant IPv4 part of my configuration:

context local
~
 interface LOOPBACK-0 loopback
  ip address <ip>/32
  ipv6 address <ipv6>/128
   ip source-address snmp radius tacacs+ syslog
!
 interface SUBSCRIBER multibind lastresort
  ip unnumbered LOOPBACK-0
  ip clear-df
  ip pool <network>/18
!
 subscriber default
   ip address pool name SUBSCRIBER
   port-limit 6
   ppp mtu 1492
   dns primary <ip>
   dns secondary <ip>
!

Thanks in advance...
Regards,
Alex
_______________________________________________
redback-nsp mailing list
<a moz-do-not-send="true" href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a>
<a moz-do-not-send="true" href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/mailman/listinfo/redback-nsp</a>

</pre>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            redback-nsp mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><br>
            <a moz-do-not-send="true"
              href="https://puck.nether.net/mailman/listinfo/redback-nsp"
              target="_blank">https://puck.nether.net/mailman/listinfo/redback-nsp</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    Many thanks for the snippets.<br>
    I also have to find a solution how i can activate dual-stack for
    certain subscribers via RADIUS because i want to migrate softly.<br>
    Regards,<br>
    Alex<br>
    <br>
  </body>
</html>