<?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 BGP network advertisement in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55824#M16183</link>
    <description>Hi Sumanta, we are in touch with our engineering team regarding this topic and will update this thread as soon as we have more details.&lt;BR /&gt;
&lt;BR /&gt;
We know (based on the RFC) that there are some restrictions when exchanging ULA prefixed between sites. However, since we are talking about iBGP, my guess is that it should work.&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Nov 2016 18:35:00 GMT</pubDate>
    <dc:creator>Henrique</dc:creator>
    <dc:date>2016-11-18T18:35:00Z</dc:date>
    <item>
      <title>IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55815#M16174</link>
      <description>Hi Experts&lt;BR /&gt;
&lt;BR /&gt;
Getting error while trying to advertise IPv6 routes in BGP peering. IPv4 works fine, but getting error in IPv6. The below network is preset in IPv6 routing table and shows as being directly connected.&lt;BR /&gt;
&lt;BR /&gt;
    (vr Test) SwitchA #  configure bgp add network address-family ipv6-unicast fd01:976a:14fd:e7c0::/68&lt;BR /&gt;
&lt;BR /&gt;
    Error: vr Test: IPv6 network is not  valid, must be a global unicast address and not a unique local address&lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55815#M16174</guid>
      <dc:creator>Sumanta_Ghosh</dc:creator>
      <dc:date>2016-11-17T00:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55816#M16175</link>
      <description>This example does not shed much light about LUA or GUA?&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/Bgp-ipv6-networks-not-transmitted-to-bgp-neighbor" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Solution/Bgp-ipv6-networks-not-transmitted-to-bgp...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55816#M16175</guid>
      <dc:creator>Sumanta_Ghosh</dc:creator>
      <dc:date>2016-11-17T00:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55817#M16176</link>
      <description>Your netmask, /68, is that a typo?&lt;BR /&gt;
Because I think that /64 is the smallest size you can advertise via routing protocols.&lt;BR /&gt;
&lt;BR /&gt;
I'm also not sure what happens when you use private V6 networks (the ones starting with fd) and put them in BGP. Part of me says it should work, but I've never tried it. Just like I've never tried putting "192.168.1.0" into BGP.&lt;BR /&gt;
&lt;BR /&gt;
   Frank&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55817#M16176</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2016-11-17T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55818#M16177</link>
      <description>well, if it is IGP -- why not? BGP announcements between internal routers</description>
      <pubDate>Thu, 17 Nov 2016 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55818#M16177</guid>
      <dc:creator>Nick_Yakimenko</dc:creator>
      <dc:date>2016-11-17T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55819#M16178</link>
      <description>Hi Sumanta, based on the error message you should add a Global Unicast Address.&lt;BR /&gt;
&lt;BR /&gt;
GUA is currently defined by IPv6 prefix 2000::/3 which gives you the range below:&lt;BR /&gt;
&lt;BR /&gt;
           &lt;B&gt;2000:0000:0000:0000:0000:0000:0000:0000&lt;/B&gt; to &lt;B&gt;3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
ULA is currently defined by IPv6 prefix FC00::/7 which gives you the range below:&lt;BR /&gt;
&lt;BR /&gt;
           &lt;B&gt;fc00:0000:0000:0000:0000:0000:0000:0000&lt;/B&gt; to &lt;B&gt;fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff&lt;BR /&gt;
&lt;/B&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55819#M16178</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-17T00:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55820#M16179</link>
      <description>what version of EXOS are you running, btw?&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 02:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55820#M16179</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-11-17T02:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55821#M16180</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
Please see below:-&lt;BR /&gt;
&lt;BR /&gt;
ExtremeXOS version 21.1.2.14&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 02:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55821#M16180</guid>
      <dc:creator>Sumanta_Ghosh</dc:creator>
      <dc:date>2016-11-17T02:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55822#M16181</link>
      <description>This is clearly stated in RFC4193:&lt;BR /&gt;
&lt;BR /&gt;
The default behavior of exterior routing protocol sessions between administrative routing regions must be to ignore receipt of and not advertise prefixes in the FC00::/7 block.  A network operator may specifically configure prefixes longer than FC00::/7 for inter-site communication.&lt;BR /&gt;
If BGP is being used at the site border with an ISP, the default BGP configuration must filter out any Local IPv6 address prefixes, both incoming and outgoing.  It must be set both to keep any Local IPv6 address prefixes from being advertised outside of the site as well as to keep these prefixes from being learned from another site.  The exception to this is if there are specific /48 or longer routes created for one or more Local IPv6 prefixes.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 14:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55822#M16181</guid>
      <dc:creator>Edward_Tsui</dc:creator>
      <dc:date>2016-11-17T14:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55823#M16182</link>
      <description>Hi Ed&lt;BR /&gt;
&lt;BR /&gt;
So is this default behavior as per RFC? Extreme doesn't allow LUA to be used in BGP advertisement, even if it's within internal network (not globally routable) ?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 15:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55823#M16182</guid>
      <dc:creator>Sumanta_Ghosh</dc:creator>
      <dc:date>2016-11-18T15:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: IPv6 BGP network advertisement</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55824#M16183</link>
      <description>Hi Sumanta, we are in touch with our engineering team regarding this topic and will update this thread as soon as we have more details.&lt;BR /&gt;
&lt;BR /&gt;
We know (based on the RFC) that there are some restrictions when exchanging ULA prefixed between sites. However, since we are talking about iBGP, my guess is that it should work.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 18:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ipv6-bgp-network-advertisement/m-p/55824#M16183</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-11-18T18:35:00Z</dc:date>
    </item>
  </channel>
</rss>

