<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IPv6 Prefix-Delegation with dual stateless ISPs in Routers - Small Business</title>
    <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158544#M39981</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the device you are trying to configure the DHCP PD?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the space for the Cisco Small Business and Cisco Business products. You may get better assistance if you post your question in the "networking discussion" section in Cisco Community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:49:54 GMT</pubDate>
    <dc:creator>Martin Aleksandrov</dc:creator>
    <dc:date>2020-09-29T07:49:54Z</dc:date>
    <item>
      <title>IPv6 Prefix-Delegation with dual stateless ISPs</title>
      <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158276#M39979</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a simple working IPv6 configuration with stateless autoconfig on Dialer1 and it is working fine.&amp;nbsp; My config is this:&lt;/P&gt;&lt;PRE&gt;!
ipv6 unicast-routing
!
ipv6 dhcp pool BVI1_DHCP
 import dns-server
 import domain-name
!
interface Dialer1
 description connected to Internet through VDSL 
 mtu 1492
 ip address negotiated 
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip flow ingress
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 1
 dialer idle-timeout 0
 dialer-group 1
 no cdp enable
 ipv6 address autoconfig default
 ipv6 enable
 ipv6 verify unicast reverse-path
 ipv6 dhcp client pd ASSIGNED-PREFIX
 ipv6 traffic-filter IPV6IN in
 ppp authentication chap pap callin
 ppp chap hostname xxxx@myISP-A.com
 ppp chap password xxxxxxxxxxxxxxxxxx
 ppp pap sent-username xxxx@myISP-A.com password xxxxxxxxxxxxxxxxxx
 ppp ipcp dns request accept
!
interface BVI1
 mac-address b000.abcd.abcd
 ip address 192.168.x.x 255.255.255.0
 no ip redirects
 no ip unreachables
 ip mtu 1476
 ip flow ingress
 ip nat inside
 ip virtual-reassembly in
 ip tcp adjust-mss 1436
 ipv6 address ASSIGNED-PREFIX ::/64 eui-64
 ipv6 enable
 ipv6 nd other-config-flag
 ipv6 verify unicast reverse-path
 ipv6 dhcp server BVI1_DHCP
!
ipv6 route ::/0 Dialer1
!&lt;/PRE&gt;&lt;P&gt;But I also have another stateless connection over Dialer2 which i want to use it concurrently :&lt;/P&gt;&lt;PRE&gt;!
interface Dialer2
 mtu 1492
 ip address negotiated 
 no ip redirects
 no ip unreachables 
 no ip proxy-arp
 ip flow ingress
 ip nat outside
 ip virtual-reassembly in 
 encapsulation ppp
 ip tcp adjust-mss 1452
 dialer pool 2
 dialer idle-timeout 0
 dialer-group 2
 no cdp enable
 ipv6 address FE80::ABCD:ABCD:ABCD:766C link-local
 ipv6 address autoconfig
 ipv6 enable
&lt;STRONG&gt; ipv6 dhcp client pd ASSIGNED-PREFIX-Dialer2&lt;/STRONG&gt;&lt;BR /&gt; ipv6 traffic-filter IPV6IN in
 ppp authentication chap pap callin
 ppp chap hostname xxxx@myISP-B.com
 ppp chap password xxxxxxxxxxxxxx
 ppp pap sent-username xxxx@mymyISP-B.com password xxxxxxxxxxxxxx
 ppp ipcp dns request accept
!&lt;/PRE&gt;&lt;P&gt;As I said and before, under IPv4 everything is working fine and I am able to route specific traffic there or doing some load balancing with CEF etc.&amp;nbsp; Now&amp;nbsp; regarding IPv6, as you can see, there is a prefix-delegation request on Dialer1 which acquires the assigned prefix from ISP-A connection and I am able to use it with my inside interface (BVI1) ip.&amp;nbsp; What I want to do is to be able to acquire the prefix AND from my ISP-B and use it in BVI1 as an additional ip:&lt;/P&gt;&lt;PRE&gt;!
interface BVI1
 mac-address abcd.abcd.abcd
 ip address 192.168.x.x 255.255.255.0
 no ip redirects
 no ip unreachables
 ip mtu 1476
 ip flow ingress
 ip nat inside
 ip virtual-reassembly in
 ip tcp adjust-mss 1436
&lt;STRONG&gt; ipv6 address ASSIGNED-PREFIX ::/64 eui-64
 ipv6 address ASSIGNED-PREFIX-Dialer2 ::/64 eui-64&lt;/STRONG&gt;&lt;BR /&gt; ipv6 enable
 ipv6 nd other-config-flag
 ipv6 verify unicast reverse-path
 ipv6 dhcp server BVI1_DHCP
!&lt;/PRE&gt;&lt;P&gt;Unfortunately,&amp;nbsp;ipv6 dhcp client pd ASSIGNED-PREFIX-Dialer2&amp;nbsp;seems it does not working for some reason. However Dialer2 is getting GUA and seems working.&amp;nbsp; What I am doing wrong???&lt;/P&gt;&lt;PRE&gt;cisco#sh ipv6 int d2
Dialer2 is up, line protocol is up
  IPv6 is enabled, link-local address is FE80::ABCD:ABCD:ABCD:766C
  No Virtual link-local address(es):
  Stateless address autoconfig enabled
  Global unicast address(es):
    2A02:XXX:XXX:ABCD:ABCD:ABCD:ABCD:766C, subnet is 2A02:XXX:XXX:XXXX::/64 [EUI/CAL/PRE]
      valid lifetime 2591878 preferred lifetime 604678
  Joined group address(es):
    FF02::1
    FF02::2
    FF02::1:FFE0:766C
  MTU is 1492 bytes
  ICMP error messages limited to one every 100 milliseconds
  ICMP redirects are enabled
  ICMP unreachables are sent
  Input features: Common Flow Table Stile classification On Cypher Text Dialer i/f override Access List Verify Unicast Reverse-Path Common Flow Table Post VPN Stile classification On Clear Text
  Output features: Common Flow Table Stile Classification CCE Classification Zone based Firewall Dialer idle reset
  Inbound access list IPV6IN
 IPv6 verify source reachable-via rx, allow default
   0 verification drop(s) (process), 0 (CEF)
   0 suppressed verification drop(s) (process), 0 (CEF)
  ND DAD is enabled, number of DAD attempts: 1
  ND reachable time is 30000 milliseconds (using 30000)
  ND advertised reachable time is 0 (unspecified)
  ND advertised retransmit interval is 0 (unspecified)
  ND router advertisements live for 1800 seconds
  ND advertised default router preference is Medium
  ND RAs are suppressed (periodic)
  Hosts use stateless autoconfig for addresses.&lt;/PRE&gt;&lt;PRE&gt;cisco#sh ipv6 general-prefix
IPv6 Prefix ASSIGNED-PREFIX, acquired via DHCP PD
  XXXX:XXX:XXX:XXXX::/56 Valid lifetime 69931, preferred lifetime 69931
   BVI1 (Address command)
IPv6 Prefix ASSIGNED-PREFIX-VLAN3, acquired via DHCP PD
   BVI1 (Address command)&lt;/PRE&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 01:25:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158276#M39979</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2020-09-29T01:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Prefix-Delegation with dual stateless ISPs</title>
      <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158544#M39981</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the device you are trying to configure the DHCP PD?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the space for the Cisco Small Business and Cisco Business products. You may get better assistance if you post your question in the "networking discussion" section in Cisco Community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Martin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:49:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158544#M39981</guid>
      <dc:creator>Martin Aleksandrov</dc:creator>
      <dc:date>2020-09-29T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Prefix-Delegation with dual stateless ISPs</title>
      <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158549#M39983</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a C886VA.&amp;nbsp; Thanks for suggestion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:58:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4158549#M39983</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2020-09-29T07:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Prefix-Delegation with dual stateless ISPs</title>
      <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4420926#M41537</link>
      <description>&lt;P&gt;&lt;EM&gt;nternet Service Provider&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;EM&gt;ISP&lt;/EM&gt;&lt;SPAN&gt;) if you can get&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;IPv6&lt;/EM&gt;&lt;SPAN&gt;!” ... Resources are shared between the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;two&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;protocols for both Control and ...&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;IPv6&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;Next Hop Is an IPv4 Mapped&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;IPv6&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;Address Built from ...&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Prefix Delegation&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;w/&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;DHCPv6 PD&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;(RFC3633) ... Simple,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;stateless&lt;/EM&gt;&lt;SPAN&gt;, automatic&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;IPv6&lt;/EM&gt;&lt;SPAN&gt;-in-IPv4 encap and decap functions on 6rd (​CE &amp;amp; BR).&lt;/SPAN&gt;&lt;A href="https://guestsurvey.onl/www-mypantryfeedback-com/" target="_self"&gt;&lt;SPAN&gt;&lt;STRONG&gt;mypantryfeedback&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 06:06:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4420926#M41537</guid>
      <dc:creator>melenia77</dc:creator>
      <dc:date>2021-06-21T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: IPv6 Prefix-Delegation with dual stateless ISPs</title>
      <link>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4421009#M41538</link>
      <description>&lt;P&gt;Can you give a config example of what you thought?&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:49:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routers-small-business/ipv6-prefix-delegation-with-dual-stateless-isps/m-p/4421009#M41538</guid>
      <dc:creator>leosoft</dc:creator>
      <dc:date>2021-06-21T08:49:08Z</dc:date>
    </item>
  </channel>
</rss>

