<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BGPmon.net Blog &#187; IPv6</title>
	<atom:link href="http://bgpmon.net/blog/?feed=rss2&#038;tag=ipv6" rel="self" type="application/rss+xml" />
	<link>http://bgpmon.net/blog</link>
	<description>BGPmon.net BLOG</description>
	<lastBuildDate>Mon, 23 Aug 2010 05:41:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Vatican taking the lead in IPv6 rollout?</title>
		<link>http://bgpmon.net/blog/?p=228</link>
		<comments>http://bgpmon.net/blog/?p=228#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:15:01 +0000</pubDate>
		<dc:creator>andree</dc:creator>
				<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://bgpmon.net/blog/?p=228</guid>
		<description><![CDATA[IPv6 deployment statistics. Which country is leading in the deployment of IPv6.  We tried to answer that question by looking at the BGP tables.]]></description>
			<content:encoded><![CDATA[<p>IPv6 slowly seems to become more mainstream, we hear about IPv6 more and more and it seems that at least some Service providers and governments understand that there is a sense of urgency.  Regularly we see the statements of networks that are planning to roll out IPv6 and vendors that are promising to make their products IPv6 ready.</p>
<p>But talk is cheap and the question remains, how far are we actually with rolling out IPv6 deployment?  We tried to answer that question by looking at the Internet Routing tables.</p>
<p><strong> IPv6 deployment ratio.</strong><br />
Each network in the global Internet has a unique Autonomous System (AS) number. An Autonomous System can be an Internet Service Provider (ISP), Enterprise network, content provider or any other sort of network. Each AS number announces one or more prefixes.  By using Geo IP libraries we are able to determine a country for each prefix. This in turn allows us to determine the unique number of networks (AS numbers) per country.   Doing this for both IPv4 as well as IPv6 will result in the IPv4/IPv6 deployment ratio.</p>
<p>Let’s look at for example at Canada. There are 816 Autonomous Systems that originate a prefix registered as in use in Canada.  If we look at the IPv6 routing tables we see that 50 Autonomous Systems announce a Canadian IPv6 prefix.  This results in an IPv6 deployment percentage of 6.1%. Meaning that 6.1% of the networks doing business in Canada are currently actively deploying IPv6.</p>
<p><strong>Results</strong><br />
If we look at the global statistics, i.e. comparing all IPv4 Autonomous Systems with all IPv6 Autonomous Systems we see that the global IPv6/IPv4 deployment ratio is 5.26%. This is slightly higher than the 4.4% we measured in <a href="http://bgpmon.net/blog/?p=166">April 2009</a>.</p>
<p>  <script type='text/javascript' src='http://www.google.com/jsapi'></script><script type='text/javascript'>
   google.load('visualization', '1', {'packages': ['geomap']});
   google.setOnLoadCallback(drawMap);
    function drawMap() {
      var data = new google.visualization.DataTable();
		data.addRows(101);
		data.addColumn('string', 'Country');
		data.addColumn('number', 'IPv6 deployment(%)');
      data.setValue(0, 0, 'JE');
      data.setValue(0, 1, 100);
      data.setValue(1, 0, 'CU');
      data.setValue(1, 1, 75);
      data.setValue(2, 0, 'OM');
      data.setValue(2, 1, 50);
      data.setValue(3, 0, 'MC');
      data.setValue(3, 1, 50);
      data.setValue(4, 0, 'VA');
      data.setValue(4, 1, 50);
      data.setValue(5, 0, 'FJ');
      data.setValue(5, 1, 50);
      data.setValue(6, 0, 'TN');
      data.setValue(6, 1, 33);
      data.setValue(7, 0, 'ML');
      data.setValue(7, 1, 33);
      data.setValue(8, 0, 'UY');
      data.setValue(8, 1, 31);
      data.setValue(9, 0, 'EE');
      data.setValue(9, 1, 26);
      data.setValue(10, 0, 'BT');
      data.setValue(10, 1, 25);
      data.setValue(11, 0, 'SN');
      data.setValue(11, 1, 25);
      data.setValue(12, 0, 'IM');
      data.setValue(12, 1, 25);
      data.setValue(13, 0, 'LU');
      data.setValue(13, 1, 24);
      data.setValue(14, 0, 'LK');
      data.setValue(14, 1, 23);
      data.setValue(15, 0, 'IS');
      data.setValue(15, 1, 21);
      data.setValue(16, 0, 'EU');
      data.setValue(16, 1, 20);
      data.setValue(17, 0, 'CZ');
      data.setValue(17, 1, 19);
      data.setValue(18, 0, 'NZ');
      data.setValue(18, 1, 18);
      data.setValue(19, 0, 'JP');
      data.setValue(19, 1, 17);
      data.setValue(20, 0, 'CI');
      data.setValue(20, 1, 17);
      data.setValue(21, 0, 'NL');
      data.setValue(21, 1, 17);
      data.setValue(22, 0, 'MY');
      data.setValue(22, 1, 17);
      data.setValue(23, 0, 'MU');
      data.setValue(23, 1, 17);
      data.setValue(24, 0, 'VE');
      data.setValue(24, 1, 16);
      data.setValue(25, 0, 'PT');
      data.setValue(25, 1, 15);
      data.setValue(26, 0, 'CR');
      data.setValue(26, 1, 15);
      data.setValue(27, 0, 'TW');
      data.setValue(27, 1, 15);
      data.setValue(28, 0, 'RW');
      data.setValue(28, 1, 14);
      data.setValue(29, 0, 'NO');
      data.setValue(29, 1, 14);
      data.setValue(30, 0, 'ZA');
      data.setValue(30, 1, 14);
      data.setValue(31, 0, 'VI');
      data.setValue(31, 1, 14);
      data.setValue(32, 0, 'HT');
      data.setValue(32, 1, 14);
      data.setValue(33, 0, 'IE');
      data.setValue(33, 1, 14);
      data.setValue(34, 0, 'MT');
      data.setValue(34, 1, 13);
      data.setValue(35, 0, 'DE');
      data.setValue(35, 1, 13);
      data.setValue(36, 0, 'QA');
      data.setValue(36, 1, 13);
      data.setValue(37, 0, 'LI');
      data.setValue(37, 1, 13);
      data.setValue(38, 0, 'VN');
      data.setValue(38, 1, 12);
      data.setValue(39, 0, 'AN');
      data.setValue(39, 1, 12);
      data.setValue(40, 0, 'CH');
      data.setValue(40, 1, 12);
      data.setValue(41, 0, 'EG');
      data.setValue(41, 1, 11);
      data.setValue(42, 0, 'SE');
      data.setValue(42, 1, 11);
      data.setValue(43, 0, 'TT');
      data.setValue(43, 1, 11);
      data.setValue(44, 0, 'SK');
      data.setValue(44, 1, 10);
      data.setValue(45, 0, 'SV');
      data.setValue(45, 1, 9);
      data.setValue(46, 0, 'HK');
      data.setValue(46, 1, 9);
      data.setValue(47, 0, 'CN');
      data.setValue(47, 1, 9);
      data.setValue(48, 0, 'AT');
      data.setValue(48, 1, 8);
      data.setValue(49, 0, 'IT');
      data.setValue(49, 1, 8);
      data.setValue(50, 0, 'FR');
      data.setValue(50, 1, 8);
      data.setValue(51, 0, 'ID');
      data.setValue(51, 1, 8);
      data.setValue(52, 0, 'FI');
      data.setValue(52, 1, 8);
      data.setValue(53, 0, 'AP');
      data.setValue(53, 1, 8);
      data.setValue(54, 0, 'EC');
      data.setValue(54, 1, 8);
      data.setValue(55, 0, 'SG');
      data.setValue(55, 1, 8);
      data.setValue(56, 0, 'UZ');
      data.setValue(56, 1, 7);
      data.setValue(57, 0, 'BE');
      data.setValue(57, 1, 7);
      data.setValue(58, 0, 'PH');
      data.setValue(58, 1, 7);
      data.setValue(59, 0, 'HU');
      data.setValue(59, 1, 7);
      data.setValue(60, 0, 'DO');
      data.setValue(60, 1, 7);
      data.setValue(61, 0, 'GB');
      data.setValue(61, 1, 7);
      data.setValue(62, 0, 'DK');
      data.setValue(62, 1, 7);
      data.setValue(63, 0, 'MZ');
      data.setValue(63, 1, 7);
      data.setValue(64, 0, 'AU');
      data.setValue(64, 1, 7);
      data.setValue(65, 0, 'MD');
      data.setValue(65, 1, 7);
      data.setValue(66, 0, 'SI');
      data.setValue(66, 1, 7);
      data.setValue(67, 0, 'GT');
      data.setValue(67, 1, 7);
      data.setValue(68, 0, 'PK');
      data.setValue(68, 1, 7);
      data.setValue(69, 0, 'CA');
      data.setValue(69, 1, 6);
      data.setValue(70, 0, 'AE');
      data.setValue(70, 1, 6);
      data.setValue(71, 0, 'TH');
      data.setValue(71, 1, 6);
      data.setValue(72, 0, 'CL');
      data.setValue(72, 1, 6);
      data.setValue(73, 0, 'HN');
      data.setValue(73, 1, 5);
      data.setValue(74, 0, 'ES');
      data.setValue(74, 1, 5);
      data.setValue(75, 0, 'PE');
      data.setValue(75, 1, 5);
      data.setValue(76, 0, 'CY');
      data.setValue(76, 1, 5);
      data.setValue(77, 0, 'SA');
      data.setValue(77, 1, 4);
      data.setValue(78, 0, 'PL');
      data.setValue(78, 1, 4);
      data.setValue(79, 0, 'AR');
      data.setValue(79, 1, 4);
      data.setValue(80, 0, 'MX');
      data.setValue(80, 1, 4);
      data.setValue(81, 0, 'BR');
      data.setValue(81, 1, 4);
      data.setValue(82, 0, 'CO');
      data.setValue(82, 1, 4);
      data.setValue(83, 0, 'AM');
      data.setValue(83, 1, 3);
      data.setValue(84, 0, 'BA');
      data.setValue(84, 1, 3);
      data.setValue(85, 0, 'KE');
      data.setValue(85, 1, 3);
      data.setValue(86, 0, 'HR');
      data.setValue(86, 1, 3);
      data.setValue(87, 0, 'US');
      data.setValue(87, 1, 3);
      data.setValue(88, 0, 'KR');
      data.setValue(88, 1, 2);
      data.setValue(89, 0, 'RU');
      data.setValue(89, 1, 2);
      data.setValue(90, 0, 'IN');
      data.setValue(90, 1, 2);
      data.setValue(91, 0, 'IL');
      data.setValue(91, 1, 2);
      data.setValue(92, 0, 'PA');
      data.setValue(92, 1, 2);
      data.setValue(93, 0, 'IR');
      data.setValue(93, 1, 2);
      data.setValue(94, 0, 'GR');
      data.setValue(94, 1, 2);
      data.setValue(95, 0, 'BG');
      data.setValue(95, 1, 2);
      data.setValue(96, 0, 'LT');
      data.setValue(96, 1, 2);
      data.setValue(97, 0, 'LV');
      data.setValue(97, 1, 1);
      data.setValue(98, 0, 'RO');
      data.setValue(98, 1, 1);
      data.setValue(99, 0, 'TR');
      data.setValue(99, 1, 1);
      data.setValue(100, 0, 'UA');
      data.setValue(100, 1, 1);
      var options = {};
      options['dataMode'] = 'regions';
      options['width'] = '696px';
      options['height'] = '347px';
      options['showLegend'] = true;
      var container = document.getElementById('map_canvas');
      var geomap = new google.visualization.GeoMap(container);
      geomap.draw(data, options);
  }; </script></p>
<div id='map_canvas'></div>
<p></p>
<p><strong> And the winner is</strong><br />
<a href="http://en.wikipedia.org/wiki/Jersey" target="_blank">Jersey</a> , a small country between England and France, is the only country scoring a 100% deployment ration.  IPv4 and IPv6 prefixes registered to Jersey are only announced by one provider, AS8681 Jersey Telecom; resulting in a 100% ratio.</p>
<p>Jersey is followed by Cuba (75%), Oman, Monaco, Holy See (Vatican City State) and Fiji all scoring 50%. If we look at the bigger countries, i.e countries with at least a 100 (IPv4) networks we see that Czech Republic (19%), New Zealand(18%), Japan (17%) and The Netherlands (17%) are leading.</p>
<p><strong>Are we on the right track?</strong><br />
Ideally the IPv6 deployment percentage should be around ~100%. Globally today we score a 5% ratio. Although this is one percent higher than <a href="http://bgpmon.net/blog/?p=166">half a year ago</a> it’s still very low. Never the less, it’s positive to see that some individual countries such as Tunisia and Uruguay score surprisingly high. And also Europe and parts of Asia seem to be on the right track.</p>
<p><strong><br />
Top 10%</strong><br />
Below an overview of all countries scoring higher than 10%.  A complete list with the results for for all countries can be found here: <a href="http://bgpmon.net/IPv6_deployment_statistics_oct2009.txt" target="_blank">IPv6 deployment statistics October 2009</a><br />
<!-- table 	{mso-displayed-decimal-separator:"\."; 	mso-displayed-thousand-separator:"\,";} .font5 	{color:windowtext; 	font-size:8.0pt; 	font-weight:400; 	font-style:normal; 	text-decoration:none; 	font-family:Verdana; 	mso-generic-font-family:auto; 	mso-font-charset:0;} td 	{padding-top:1px; 	padding-right:1px; 	padding-left:1px; 	mso-ignore:padding; 	color:windowtext; 	font-size:10.0pt; 	font-weight:400; 	font-style:normal; 	text-decoration:none; 	font-family:Verdana; 	mso-generic-font-family:auto; 	mso-font-charset:0; 	mso-number-format:General; 	text-align:general; 	vertical-align:bottom; 	border:none; 	mso-background-source:auto; 	mso-pattern:auto; 	mso-protection:locked visible; 	white-space:nowrap; 	mso-rotate:0;} .xl24 	{text-align:center;} .xl25 	{mso-number-format:0%; 	text-align:center;} .xl26 	{font-weight:700; 	text-align:center;} ruby 	{ruby-align:left;} rt 	{color:windowtext; 	font-size:8.0pt; 	font-weight:400; 	font-style:normal; 	text-decoration:none; 	font-family:Verdana; 	mso-generic-font-family:auto; 	mso-font-charset:0; 	mso-char-type:none; 	display:none;} --></p>
<table style="border-collapse: collapse; height: 790px;" border="0" cellspacing="0" cellpadding="0" width="477"><!--StartFragment--><br />
<col span="4" width="75"></col>
<tbody>
<tr height="13">
<td width="75" height="13"><strong>Country code</strong></td>
<td width="75"><strong>Country</strong></td>
<td width="75"><strong>Ipv6 deployment rate</strong></td>
<td width="75"><strong>Ipv6 network / Ipv4 networks</strong></td>
</tr>
<tr height="13">
<td height="13">JE</td>
<td><span> </span>Jersey</td>
<td>100%</td>
<td><span> </span>1 / 1</td>
</tr>
<tr height="13">
<td height="13">CU</td>
<td><span> </span>Cuba</td>
<td>75%</td>
<td><span> </span>3 / 4</td>
</tr>
<tr height="13">
<td height="13">OM</td>
<td><span> </span>Oman</td>
<td>50%</td>
<td><span> </span>1 / 2</td>
</tr>
<tr height="13">
<td height="13">MC</td>
<td><span> </span>Monaco</td>
<td>50%</td>
<td><span> </span>1 / 2</td>
</tr>
<tr height="13">
<td height="13">VA</td>
<td><span> </span>Holy See (Vatican   City State)</td>
<td>50%</td>
<td><span> </span>1 / 2</td>
</tr>
<tr height="13">
<td height="13">FJ</td>
<td><span> </span>Fiji</td>
<td>50%</td>
<td><span> </span>1 / 2</td>
</tr>
<tr height="13">
<td height="13">TN</td>
<td><span> </span>Tunisia</td>
<td>33%</td>
<td><span> </span>1 / 3</td>
</tr>
<tr height="13">
<td height="13">ML</td>
<td><span> </span>Mali</td>
<td>33%</td>
<td><span> </span>1 / 3</td>
</tr>
<tr height="13">
<td height="13">UY</td>
<td><span> </span>Uruguay</td>
<td>31%</td>
<td><span> </span>8 / 26</td>
</tr>
<tr height="13">
<td height="13">EE</td>
<td><span> </span>Estonia</td>
<td>26%</td>
<td><span> </span>10 / 39</td>
</tr>
<tr height="13">
<td height="13">BT</td>
<td><span> </span>Bhutan</td>
<td>25%</td>
<td><span> </span>1 / 4</td>
</tr>
<tr height="13">
<td height="13">SN</td>
<td><span> </span>Senegal</td>
<td>25%</td>
<td><span> </span>1 / 4</td>
</tr>
<tr height="13">
<td height="13">IM</td>
<td>Isle of Man</td>
<td>25%</td>
<td><span> </span>1 / 4</td>
</tr>
<tr height="13">
<td height="13">LU</td>
<td><span> </span>Luxembourg</td>
<td>24%</td>
<td><span> </span>10 / 42</td>
</tr>
<tr height="13">
<td height="13">LK</td>
<td><span> </span>Sri Lanka</td>
<td>23%</td>
<td><span> </span>3 / 13</td>
</tr>
<tr height="13">
<td height="13">IS</td>
<td><span> </span>Iceland</td>
<td>21%</td>
<td><span> </span>6 / 29</td>
</tr>
<tr height="13">
<td height="13">EU</td>
<td></td>
<td>20%</td>
<td><span> </span>22 / 109</td>
</tr>
<tr height="13">
<td height="13">CZ</td>
<td><span> </span>Czech Republic</td>
<td>19%</td>
<td><span> </span>34 / 176</td>
</tr>
<tr height="13">
<td height="13">NZ</td>
<td><span> </span>New Zealand</td>
<td>18%</td>
<td><span> </span>35 / 194</td>
</tr>
<tr height="13">
<td height="13">JP</td>
<td><span> </span>Japan</td>
<td>17%</td>
<td><span> </span>92 / 545</td>
</tr>
<tr height="13">
<td height="13">CI</td>
<td><span> </span>Cote D&#8217;Ivoire</td>
<td>17%</td>
<td><span> </span>1 / 6</td>
</tr>
<tr height="13">
<td height="13">NL</td>
<td><span> </span>Netherlands</td>
<td>17%</td>
<td><span> </span>85 / 511</td>
</tr>
<tr height="13">
<td height="13">MY</td>
<td><span> </span>Malaysia</td>
<td>17%</td>
<td><span> </span>13 / 78</td>
</tr>
<tr height="13">
<td height="13">MU</td>
<td><span> </span>Mauritius</td>
<td>17%</td>
<td><span> </span>1 / 6</td>
</tr>
<tr height="13">
<td height="13">VE</td>
<td><span> </span>Venezuela</td>
<td>16%</td>
<td><span> </span>6 / 38</td>
</tr>
<tr height="13">
<td height="13">PT</td>
<td><span> </span>Portugal</td>
<td>15%</td>
<td><span> </span>11 / 75</td>
</tr>
<tr height="13">
<td height="13">CR</td>
<td><span> </span>Costa Rica</td>
<td>15%</td>
<td><span> </span>2 / 13</td>
</tr>
<tr height="13">
<td height="13">TW</td>
<td><span> </span>Taiwan, Province   of China</td>
<td>15%</td>
<td><span> </span>18 / 122</td>
</tr>
<tr height="13">
<td height="13">RW</td>
<td><span> </span>Rwanda</td>
<td>14%</td>
<td><span> </span>1 / 7</td>
</tr>
<tr height="13">
<td height="13">NO</td>
<td><span> </span>Norway</td>
<td>14%</td>
<td><span> </span>17 / 120</td>
</tr>
<tr height="13">
<td height="13">ZA</td>
<td><span> </span>South Africa</td>
<td>14%</td>
<td><span> </span>13 / 92</td>
</tr>
<tr height="13">
<td height="13">VI</td>
<td><span> </span>Virgin Islands,   U.s.</td>
<td>14%</td>
<td><span> </span>1 / 7</td>
</tr>
<tr height="13">
<td height="13">HT</td>
<td><span> </span>Haiti</td>
<td>14%</td>
<td><span> </span>1 / 7</td>
</tr>
<tr height="13">
<td height="13">IE</td>
<td><span> </span>Ireland</td>
<td>14%</td>
<td><span> </span>18 / 130</td>
</tr>
<tr height="13">
<td height="13">MT</td>
<td><span> </span>Malta</td>
<td>13%</td>
<td><span> </span>3 / 23</td>
</tr>
<tr height="13">
<td height="13">DE</td>
<td><span> </span>Germany</td>
<td>13%</td>
<td><span> </span>149 / 1183</td>
</tr>
<tr height="13">
<td height="13">QA</td>
<td><span> </span>Qatar</td>
<td>13%</td>
<td><span> </span>1 / 8</td>
</tr>
<tr height="13">
<td height="13">LI</td>
<td><span> </span>Liechtenstein</td>
<td>13%</td>
<td><span> </span>2 / 15</td>
</tr>
<tr height="13">
<td height="13">VN</td>
<td><span> </span>Viet Nam</td>
<td>12%</td>
<td><span> </span>6 / 50</td>
</tr>
<tr height="13">
<td height="13">AN</td>
<td><span> </span>Netherlands   Antilles</td>
<td>12%</td>
<td><span> </span>2 / 17</td>
</tr>
<tr height="13">
<td height="13">CH</td>
<td><span> </span>Switzerland</td>
<td>12%</td>
<td><span> </span>51 / 437</td>
</tr>
<tr height="13">
<td height="13">EG</td>
<td><span> </span>Egypt</td>
<td>11%</td>
<td><span> </span>5 / 46</td>
</tr>
<tr height="13">
<td height="13">SE</td>
<td><span> </span>Sweden</td>
<td>11%</td>
<td><span> </span>38 / 344</td>
</tr>
<tr height="13">
<td height="13">TT</td>
<td><span> </span>Trinidad and   Tobago</td>
<td>11%</td>
<td><span> </span>1 / 9</td>
</tr>
<tr height="13">
<td height="13">SK</td>
<td><span> </span>Slovakia</td>
<td>10%</td>
<td><span> </span>8 / 83</td>
</tr>
<p><!--EndFragment--></tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://bgpmon.net/blog/?feed=rss2&amp;p=228</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interesting IPv6 prefix</title>
		<link>http://bgpmon.net/blog/?p=20</link>
		<comments>http://bgpmon.net/blog/?p=20#comments</comments>
		<pubDate>Sun, 12 Oct 2008 01:01:28 +0000</pubDate>
		<dc:creator>andree</dc:creator>
				<category><![CDATA[BGPmon.net]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[bogons]]></category>
		<category><![CDATA[bogon]]></category>

		<guid isPermaLink="false">http://bgpmon.net/blog/?p=20</guid>
		<description><![CDATA[As you probably already found out, BGPmon tries to detect IPv4 bogon announcement and publishes them on the BGPmon.net website. For this I am using the list published by team cymru (great resource!). Quite some bogons are detected every day, although most of them are &#8220;just&#8221; RFC1918 space.  And luckily most of them don&#8217;t seem [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably already found out, BGPmon tries to detect IPv4 bogon announcement and publishes them on the BGPmon.net website. For this I am using the list published by team cymru (great resource!). Quite some bogons are detected every day, although most of them are &#8220;just&#8221; RFC1918 space.  And luckily most of them don&#8217;t seem to make it that far, meaning it&#8217;s not seen by a large number of peers.<br />
The current version of BGPmon has some support for IPv6, but it&#8217;s limited to the backend functions. I hope to find the time soon to make this functionality available in the webfrontend as well. In the mean time I would like to share with you an interesting observation.</p>
<p>a few  weeks ago an interesting IPv6 prefix which caused my parser to start complaining. At first I thought it was a parser bug, but it&#8217;s not.  The prefix in question is 339:752f:14::/48  and is  seen by 35 RIS peers thus  seems to propagate fairly far.  Looking back in some old RIB files, it turns out that this prefix has been around for a while already, the first time somewhere in February, then it wasn&#8217;t visible for a while showing up in July/August again.  According to <a href="http://www.iana.org/assignments/ipv6-address-space" target="_blank">this IANA document</a>, 0200::/7 used to be available for those who needed to map OSI NSAP to IPv6 [RFC4548]. However this is now obsoleted and declared historic.</p>
<p><span id="more-20"></span>This is probably is good moment to remember to check your IPv6 filters. And ask yourself, do I filter IPv6 announcements? Did you know that Gert Doering publishes some great resources for IPv6 filters? Please see: <a href="http://www.space.net/~gert/RIPE/ipv6-filters.html" target="_blank">http://www.space.net/~gert/RIPE/ipv6-filters.html</a> for IPv6 filter list recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://bgpmon.net/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
