CINXE.COM

<!doctype html> <html> <head> <title></title> <meta charset="utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="/_css/2022/iana_website.css"/> <link rel="shortcut icon" type="image/ico" href="/_img/bookmark_icon.ico"/> <script type="text/javascript" src="/_js/jquery.js"></script> <script type="text/javascript" src="/_js/iana.js"></script> <script src="/_js/chartjs/chart.bundle.min.js"></script> <script> function stacked_bar(id, value, total, stepSize = 50, postfix_str = "%") { girdColor = ['#fff', '#ff0000', '#ccc']; titleText = 'Percentage Available (/12)'; if (stepSize === 10) { stepSize = 20; girdColor = ['#fff', 'red', '#fff', '#fff', '#fff', '#ccc']; titleText = 'Percentage Available'; } const data = { labels: [""], datasets: [{ label: "", barThickness: 25, data: [value], backgroundColor: "#51C048", hoverBackgroundColor: "#51C048" }, { label: "", barThickness: 25, data: [total - value], backgroundColor: "#ddd", hoverBackgroundColor: "#ddd" }, ], }; bar_ctx = document.getElementById(id); bar_chart = new Chart(bar_ctx, { type: 'bar', data: data, options: { plugins: { legend: { display: false }, title: { display: true, text: titleText, position: 'bottom', }, tooltips: { enabled: false, }, }, animation: { duration: 0 }, indexAxis: 'y', responsive: true, scales: { x: { stacked: true, grid: { drawBorder: true, lineWidth: 2, drawTicks: false, color: girdColor, offset: false, }, ticks: { min: 0, max: 100, stepSize: stepSize, callback: function (value) { return value + postfix_str; // convert it to percentage }, }, }, y: { stacked: true, barThickness: 30, ticks: { beginAtZero: true }, } } } }); } </script> <script> function display_status_chart(id) { let ctx = document.getElementById(id).getContext('2d'); let myChart = new Chart(ctx, { type: 'pie', data: { labels: ['allocated', 'assigned', 'available', 'reserved'], datasets: [{ data: [181837, 3, 759578, 1190549], borderWidth: 1, backgroundColor: ["#6078ff", "#1FA4E4", "#51C048", "#e84c85"] }] }, options: { responsive: true, maintainAspectRatio: false, animation: false, plugins: { legend: { display: true, position: 'bottom', }, title: { display: true, text: "", position: "top", fontFamily: "Noto, 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif" } }, } }); } </script> <script> function bar_chart_percent(id, labels, data, title, stepSize = 50) { gridColor = ['#ccc', 'red', '#ccc']; if (stepSize === 20){ gridColor = ['#ccc', 'red', '#ccc', '#ccc', '#ccc']; } let ctx = document.getElementById(id).getContext('2d'); let myChart = new Chart(ctx, { type: 'bar', data: { labels: labels, datasets: [{ data: data, borderWidth: 1, backgroundColor: "#51C048" }] }, options: { responsive: true, maintainAspectRatio: false, plugins: { legend: { display: false, }, title: { display: true, text: title, position: "top" }, tooltip: { enabled: true, callbacks: { label: function (context) { const currentValue = context.raw; return currentValue + '%'; } } }, }, animation: false, scales: { x: { title: { display: true, text: "Date" }, }, y: { min: 0, max: 100, title: { display: true, text: "Percentage Available (/12)" }, grid: { drawBorder: true, offset: false, // lineWidth: 2, color: gridColor, }, ticks: { stepSize: stepSize, callback: function (value) { return value + '%'; // convert it to percentage } } } } } }); } </script> <script type="application/javascript"> function display_bar_chart(id, labels, data, title, xaxes_label='', yaxes_label='' ) { ctx = document.getElementById(id).getContext('2d'); myChart = new Chart(ctx, { type: 'bar', data: { labels: labels, datasets: [{ data: data, borderWidth: 1, backgroundColor: "#6078ff" }] }, options: { animation: false, responsive: true, maintainAspectRatio: false, plugins: { legend: { display: false, }, title: { display: true, text: title, position: "top", }, }, scales: { x: { title: { display: true, text: xaxes_label }, }, y: { title: { display: true, text: yaxes_label }, ticks: { beginAtZero: true } } } } }); } </script> </head> <body> <header> <div id="header"> <div id="logo"> <a href="/"><img src="/_img/2022/iana-logo-header.svg" alt="Homepage"/></a> </div> <div class="navigation"> <ul> <li><a href="/domains">Domains</a></li> <li><a href="/protocols">Protocols</a></li> <li><a href="/numbers">Numbers</a></li> <!-- <li><a href="/news">News</a></li>--> <li><a href="/about">About</a></li> </ul> </div> </div> </header> <div id="body"> <article class="hemmed sidenav"> <main> <h1>RIPE NCC IPv6 Allocations</h1> <p> Allocations of IPv6 address space are made to regional Internet registries according to their needs, based on allocation rates they publish. Specifically, RIRs are eligible for further allocations if their available space of existing allocations is less than 50% of a /12 address block, or less than their necessary space for the following 9 months. </p> <h2>Current Space and Eligibility</h2> <div id="rir-map"> <div class="rir-cur"> <canvas id="current-status"></canvas> <script> stacked_bar('current-status', 72, 100) </script> <noscript> <table class="iana-table" style="width: 100%"> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>Percentage Available (/12)</td> <td>72%</td> </tr> </tbody> </table> </noscript> </div> <table class="iana-table rir-cur"> <thead> <tr> <th></th> <th></th> </tr> </thead> <tbody> <tr> <td>Eligibility</td> <td class="text-right">Not Eligible</td> </tr> <tr> <td>Available Space</td> <td class="text-right"> 759,573 </td> </tr> <tr> <td>Necessary Space</td> <td class="text-right">3,636</td> </tr> <tr> <td>Monthly Average</td> <td class="text-right">404</td> </tr> <tr> <td></td> <td class="text-right"><span style="color:#9d9d9d"> <i>measurements are in /32</i></span></td> </tr> </tbody> </table> </div> <h2>24-Month Forecast</h2> <p> The chart below uses RIPE NCC's current average allocation rate to forecast their available IPv6 space over the next 24 months. This can be used to estimate if RIPE NCC will become eligible to apply for additional IPv6 space in the near future. </p> <div class="rir-chart"> <canvas id="ipv6-forecast"></canvas> <script> bar_chart_percent('ipv6-forecast', ['2024-11', '2025-02', '2025-05', '9th Month', '2025-11', '2026-02', '2026-05', '2026-08', '2026-11'], [72, 71.883, 71.766, 71.649, 71.532, 71.415, 71.298, 71.181, 71.064], "") </script> <noscript> <table class="iana-table" style="width: 320px"> <thead> <tr> <th>Date</th> <th class="text-right">Allocation Percentage</th> </tr> </thead> <tbody> <tr> <td>2024-11</td> <td class="text-right">72%</td> </tr> <tr> <td>2025-02</td> <td class="text-right">71.883%</td> </tr> <tr> <td>2025-05</td> <td class="text-right">71.766%</td> </tr> <tr> <td>9TH MONTH</td> <td class="text-right">71.649%</td> </tr> <tr> <td>2025-11</td> <td class="text-right">71.532%</td> </tr> <tr> <td>2026-02</td> <td class="text-right">71.415%</td> </tr> <tr> <td>2026-05</td> <td class="text-right">71.298%</td> </tr> <tr> <td>2026-08</td> <td class="text-right">71.181%</td> </tr> <tr> <td>2026-11</td> <td class="text-right">71.064%</td> </tr> </tbody> </table> </noscript> </div> <h2>Allocations by Status</h2> <p> Status of IPv6 addresses IANA has allocated to RIPE NCC. </p> <div class="rir-chart"> <canvas id="ipv6-status"></canvas> <script> display_status_chart('ipv6-status') </script> <noscript> <table class="iana-table" style="width: 320px"> <thead> <tr> <th>Status</th> <th class="text-right">Allocated IPv6 in /32</th> </tr> </thead> <tbody> <tr> <td>ALLOCATED</td> <td class="text-right">181,837</td> </tr> <tr> <td>ASSIGNED</td> <td class="text-right">3</td> </tr> <tr> <td>AVAILABLE</td> <td class="text-right">759,578</td> </tr> <tr> <td>RESERVED</td> <td class="text-right">1,190,549</td> </tr> </tbody> </table> </noscript> </div> <h2>Allocations by Country</h2> <p> Total number of IPv6 addresses allocated to network operators by RIPE NCC, grouped by country </p> <div class="rir-chart"> <canvas id="ipv6-country"></canvas> </div> <script> display_bar_chart('ipv6-country', ['AD', 'AE', 'AG', 'AL', 'AM', 'AO', 'AT', 'AU', 'AX', 'AZ', 'BA', 'BD', 'BE', 'BG', 'BH', 'BM', 'BQ', 'BR', 'BY', 'BZ', 'CA', 'CH', 'CN', 'CW', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'EE', 'ES', 'FI', 'FO', 'FR', 'GB', 'GE', 'GG', 'GI', 'GL', 'GP', 'GR', 'HK', 'HR', 'HU', 'IE', 'IL', 'IM', 'IN', 'IQ', 'IR', 'IS', 'IT', 'JE', 'JO', 'JP', 'KE', 'KG', 'KR', 'KW', 'KZ', 'LB', 'LI', 'LK', 'LT', 'LU', 'LV', 'LY', 'MC', 'MD', 'ME', 'MH', 'MK', 'MQ', 'MT', 'NG', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PL', 'PS', 'PT', 'PW', 'QA', 'RE', 'RO', 'RS', 'RU', 'SA', 'SC', 'SE', 'SG', 'SI', 'SK', 'SM', 'SY', 'TH', 'TJ', 'TK', 'TM', 'TR', 'TW', 'UA', 'US', 'UZ', 'VA', 'VG', 'VN', 'VU', 'YE', 'ZA'], [2.0, 4005.0, 11.0, 654.0, 294.0, 8.0, 2359.0, 68.0, 1.0, 374.0, 162.0, 8.0, 1680.0, 1194.0, 92.0, 2.0, 8.0, 16.0, 160.0, 70.0, 151.0, 4007.0, 48.0, 24.0, 2833.0, 3055.0, 24195.01, 8.0, 1796.0, 8.0, 875.0, 6221.0, 1503.0, 25.0, 15160.0, 21704.0, 430.0, 35.0, 46.0, 10.0, 8.0, 517.0, 1555.0, 373.0, 718.0, 1077.0, 897.0, 76.0, 505.0, 878.0, 3741.0, 312.0, 10638.0, 52.0, 241.0, 56.0, 8.0, 96.0, 8.0, 196.0, 420.0, 618.0, 84.0, 0.0, 2712.0, 474.0, 359.0, 8.0, 26.0, 1620.0, 100.0, 24.0, 215.0, 19.0, 129.0, 8.0, 10947.0, 2281.01, 49.0, 120.0, 106.0, 6250.0, 208.0, 665.0, 0.0, 95.0, 9.0, 1306.0, 405.0, 11229.0, 572.0, 5685.0, 6993.01, 89.0, 491.0, 636.0, 45.0, 148.0, 8.0, 83.0, 0.0, 16.0, 4124.0, 8.0, 2897.0, 3800.0, 235.0, 17.0, 98.0, 8.0, 8.0, 48.0, 91.0], "", "Country Code", "Addresses Allocated (/32)") </script> <noscript> <table class="iana-table" style="width: 320px"> <thead> <tr> <th>Country Code</th> <th class="text-right">Allocated IPv6 in /32</th> </tr> </thead> <tbody> <tr> <td>AD</td> <td class="text-right">2.0</td> </tr> <tr> <td>AE</td> <td class="text-right">4,005.0</td> </tr> <tr> <td>AG</td> <td class="text-right">11.0</td> </tr> <tr> <td>AL</td> <td class="text-right">654.0</td> </tr> <tr> <td>AM</td> <td class="text-right">294.0</td> </tr> <tr> <td>AO</td> <td class="text-right">8.0</td> </tr> <tr> <td>AT</td> <td class="text-right">2,359.0</td> </tr> <tr> <td>AU</td> <td class="text-right">68.0</td> </tr> <tr> <td>AX</td> <td class="text-right">1.0</td> </tr> <tr> <td>AZ</td> <td class="text-right">374.0</td> </tr> <tr> <td>BA</td> <td class="text-right">162.0</td> </tr> <tr> <td>BD</td> <td class="text-right">8.0</td> </tr> <tr> <td>BE</td> <td class="text-right">1,680.0</td> </tr> <tr> <td>BG</td> <td class="text-right">1,194.0</td> </tr> <tr> <td>BH</td> <td class="text-right">92.0</td> </tr> <tr> <td>BM</td> <td class="text-right">2.0</td> </tr> <tr> <td>BQ</td> <td class="text-right">8.0</td> </tr> <tr> <td>BR</td> <td class="text-right">16.0</td> </tr> <tr> <td>BY</td> <td class="text-right">160.0</td> </tr> <tr> <td>BZ</td> <td class="text-right">70.0</td> </tr> <tr> <td>CA</td> <td class="text-right">151.0</td> </tr> <tr> <td>CH</td> <td class="text-right">4,007.0</td> </tr> <tr> <td>CN</td> <td class="text-right">48.0</td> </tr> <tr> <td>CW</td> <td class="text-right">24.0</td> </tr> <tr> <td>CY</td> <td class="text-right">2,833.0</td> </tr> <tr> <td>CZ</td> <td class="text-right">3,055.0</td> </tr> <tr> <td>DE</td> <td class="text-right">24,195.01</td> </tr> <tr> <td>DJ</td> <td class="text-right">8.0</td> </tr> <tr> <td>DK</td> <td class="text-right">1,796.0</td> </tr> <tr> <td>DM</td> <td class="text-right">8.0</td> </tr> <tr> <td>EE</td> <td class="text-right">875.0</td> </tr> <tr> <td>ES</td> <td class="text-right">6,221.0</td> </tr> <tr> <td>FI</td> <td class="text-right">1,503.0</td> </tr> <tr> <td>FO</td> <td class="text-right">25.0</td> </tr> <tr> <td>FR</td> <td class="text-right">15,160.0</td> </tr> <tr> <td>GB</td> <td class="text-right">21,704.0</td> </tr> <tr> <td>GE</td> <td class="text-right">430.0</td> </tr> <tr> <td>GG</td> <td class="text-right">35.0</td> </tr> <tr> <td>GI</td> <td class="text-right">46.0</td> </tr> <tr> <td>GL</td> <td class="text-right">10.0</td> </tr> <tr> <td>GP</td> <td class="text-right">8.0</td> </tr> <tr> <td>GR</td> <td class="text-right">517.0</td> </tr> <tr> <td>HK</td> <td class="text-right">1,555.0</td> </tr> <tr> <td>HR</td> <td class="text-right">373.0</td> </tr> <tr> <td>HU</td> <td class="text-right">718.0</td> </tr> <tr> <td>IE</td> <td class="text-right">1,077.0</td> </tr> <tr> <td>IL</td> <td class="text-right">897.0</td> </tr> <tr> <td>IM</td> <td class="text-right">76.0</td> </tr> <tr> <td>IN</td> <td class="text-right">505.0</td> </tr> <tr> <td>IQ</td> <td class="text-right">878.0</td> </tr> <tr> <td>IR</td> <td class="text-right">3,741.0</td> </tr> <tr> <td>IS</td> <td class="text-right">312.0</td> </tr> <tr> <td>IT</td> <td class="text-right">10,638.0</td> </tr> <tr> <td>JE</td> <td class="text-right">52.0</td> </tr> <tr> <td>JO</td> <td class="text-right">241.0</td> </tr> <tr> <td>JP</td> <td class="text-right">56.0</td> </tr> <tr> <td>KE</td> <td class="text-right">8.0</td> </tr> <tr> <td>KG</td> <td class="text-right">96.0</td> </tr> <tr> <td>KR</td> <td class="text-right">8.0</td> </tr> <tr> <td>KW</td> <td class="text-right">196.0</td> </tr> <tr> <td>KZ</td> <td class="text-right">420.0</td> </tr> <tr> <td>LB</td> <td class="text-right">618.0</td> </tr> <tr> <td>LI</td> <td class="text-right">84.0</td> </tr> <tr> <td>LK</td> <td class="text-right">0.0</td> </tr> <tr> <td>LT</td> <td class="text-right">2,712.0</td> </tr> <tr> <td>LU</td> <td class="text-right">474.0</td> </tr> <tr> <td>LV</td> <td class="text-right">359.0</td> </tr> <tr> <td>LY</td> <td class="text-right">8.0</td> </tr> <tr> <td>MC</td> <td class="text-right">26.0</td> </tr> <tr> <td>MD</td> <td class="text-right">1,620.0</td> </tr> <tr> <td>ME</td> <td class="text-right">100.0</td> </tr> <tr> <td>MH</td> <td class="text-right">24.0</td> </tr> <tr> <td>MK</td> <td class="text-right">215.0</td> </tr> <tr> <td>MQ</td> <td class="text-right">19.0</td> </tr> <tr> <td>MT</td> <td class="text-right">129.0</td> </tr> <tr> <td>NG</td> <td class="text-right">8.0</td> </tr> <tr> <td>NL</td> <td class="text-right">10,947.0</td> </tr> <tr> <td>NO</td> <td class="text-right">2,281.01</td> </tr> <tr> <td>NZ</td> <td class="text-right">49.0</td> </tr> <tr> <td>OM</td> <td class="text-right">120.0</td> </tr> <tr> <td>PA</td> <td class="text-right">106.0</td> </tr> <tr> <td>PL</td> <td class="text-right">6,250.0</td> </tr> <tr> <td>PS</td> <td class="text-right">208.0</td> </tr> <tr> <td>PT</td> <td class="text-right">665.0</td> </tr> <tr> <td>PW</td> <td class="text-right">0.0</td> </tr> <tr> <td>QA</td> <td class="text-right">95.0</td> </tr> <tr> <td>RE</td> <td class="text-right">9.0</td> </tr> <tr> <td>RO</td> <td class="text-right">1,306.0</td> </tr> <tr> <td>RS</td> <td class="text-right">405.0</td> </tr> <tr> <td>RU</td> <td class="text-right">11,229.0</td> </tr> <tr> <td>SA</td> <td class="text-right">572.0</td> </tr> <tr> <td>SC</td> <td class="text-right">5,685.0</td> </tr> <tr> <td>SE</td> <td class="text-right">6,993.01</td> </tr> <tr> <td>SG</td> <td class="text-right">89.0</td> </tr> <tr> <td>SI</td> <td class="text-right">491.0</td> </tr> <tr> <td>SK</td> <td class="text-right">636.0</td> </tr> <tr> <td>SM</td> <td class="text-right">45.0</td> </tr> <tr> <td>SY</td> <td class="text-right">148.0</td> </tr> <tr> <td>TH</td> <td class="text-right">8.0</td> </tr> <tr> <td>TJ</td> <td class="text-right">83.0</td> </tr> <tr> <td>TK</td> <td class="text-right">0.0</td> </tr> <tr> <td>TM</td> <td class="text-right">16.0</td> </tr> <tr> <td>TR</td> <td class="text-right">4,124.0</td> </tr> <tr> <td>TW</td> <td class="text-right">8.0</td> </tr> <tr> <td>UA</td> <td class="text-right">2,897.0</td> </tr> <tr> <td>US</td> <td class="text-right">3,800.0</td> </tr> <tr> <td>UZ</td> <td class="text-right">235.0</td> </tr> <tr> <td>VA</td> <td class="text-right">17.0</td> </tr> <tr> <td>VG</td> <td class="text-right">98.0</td> </tr> <tr> <td>VN</td> <td class="text-right">8.0</td> </tr> <tr> <td>VU</td> <td class="text-right">8.0</td> </tr> <tr> <td>YE</td> <td class="text-right">48.0</td> </tr> <tr> <td>ZA</td> <td class="text-right">91.0</td> </tr> </tbody> </table> </noscript> <h2>Allocations for the Last Six Months</h2> <p> Number of IPv6 addresses allocated by RIPE NCC to their network operators in the last six months. </p> <div class="rir-chart"> <canvas id="ipv6-six"></canvas> <script> display_bar_chart('ipv6-six', ['2024-05', '2024-06', '2024-07', '2024-08', '2024-09', '2024-10'], [461, 408, 356, 451, 326, 422], "", "Date", "Addresses Allocated (/32)") </script> <noscript> <table class="iana-table" style="width: 320px"> <thead> <tr> <th>Date</th> <th class="text-right">Allocated IPv6 in /32</th> </tr> </thead> <tbody> <tr> <td>2024-05</td> <td class="text-right">461</td> </tr> <tr> <td>2024-06</td> <td class="text-right">408</td> </tr> <tr> <td>2024-07</td> <td class="text-right">356</td> </tr> <tr> <td>2024-08</td> <td class="text-right">451</td> </tr> <tr> <td>2024-09</td> <td class="text-right">326</td> </tr> <tr> <td>2024-10</td> <td class="text-right">422</td> </tr> </tbody> </table> </noscript> </div> <h2>Fragmented Allocations by Prefix Length</h2> <p> IPv6 address blocks smaller than /32 are considered "fragmented". The chart below shows the number of fragmented blocks held by RIPE NCC. </p> <div class="rir-chart"> <canvas id="ipv6-frag"></canvas> <script> display_bar_chart('ipv6-frag', ['33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48'], [5, 5, 4, 5, 3, 3, 4, 4, 4, 5, 5, 17, 32, 133, 3525, 7282], "", "Prefix Length", "Count") </script> <noscript> <table class="iana-table" style="width: 320px"> <thead> <tr> <th>Prefix Length</th> <th class="text-right">Count</th> </tr> </thead> <tbody> <tr> <td>33</td> <td class="text-right">5</td> </tr> <tr> <td>34</td> <td class="text-right">5</td> </tr> <tr> <td>35</td> <td class="text-right">4</td> </tr> <tr> <td>36</td> <td class="text-right">5</td> </tr> <tr> <td>37</td> <td class="text-right">3</td> </tr> <tr> <td>38</td> <td class="text-right">3</td> </tr> <tr> <td>39</td> <td class="text-right">4</td> </tr> <tr> <td>40</td> <td class="text-right">4</td> </tr> <tr> <td>41</td> <td class="text-right">4</td> </tr> <tr> <td>42</td> <td class="text-right">5</td> </tr> <tr> <td>43</td> <td class="text-right">5</td> </tr> <tr> <td>44</td> <td class="text-right">17</td> </tr> <tr> <td>45</td> <td class="text-right">32</td> </tr> <tr> <td>46</td> <td class="text-right">133</td> </tr> <tr> <td>47</td> <td class="text-right">3,525</td> </tr> <tr> <td>48</td> <td class="text-right">7,282</td> </tr> </tbody> </table> </noscript> </div> <div class="rir-footer"> Charts last updated <span class="last-updated">2024-11-23</span> <br/> Based on RIPE NCC data published <span class="last-updated">2024-11-22</span> </div> </main> <nav id="sidenav"> <div class="navigation_box"> <h2>Number Resources</h2> <ul> <li id="nav_num_top"><a href="/numbers">Overview</a></li> <li id="nav_num_rir"><a href="/numbers/allocations/">RIR Allocation Data</a></li> <ul id="nav_num_rir_sub"> <li id="nav_num_rir_top"><a href="/numbers/allocations/">Overview</a></li> <li id="nav_num_rir_afrinic_ip"><a href="/numbers/allocations/afrinic/ipv6/">IPv6 (AFRINIC)</a></li> <li id="nav_num_rir_apnic_ip"><a href="/numbers/allocations/apnic/ipv6/">IPv6 (APNIC)</a></li> <li id="nav_num_rir_arin_ip"><a href="/numbers/allocations/arin/ipv6/">IPv6 (ARIN)</a></li> <li id="nav_num_rir_lacnic_ip"><a href="/numbers/allocations/lacnic/ipv6/">IPv6 (LACNIC)</a></li> <li id="nav_num_rir_ripe_ip"><a href="/numbers/allocations/ripencc/ipv6/">IPv6 (RIPE NCC)</a></li> <li id="nav_num_rir_afrinic_asn"><a href="/numbers/allocations/afrinic/asn/">ASN (AFRINIC)</a></li> <li id="nav_num_rir_apnic_asn"><a href="/numbers/allocations/apnic/asn/">ASN (APNIC)</a></li> <li id="nav_num_rir_arin_asn"><a href="/numbers/allocations/arin/asn/">ASN (ARIN)</a></li> <li id="nav_num_rir_lacnic_asn"><a href="/numbers/allocations/lacnic/asn/">ASN (LACNIC)</a></li> <li id="nav_num_rir_ripe_asn"><a href="/numbers/allocations/ripencc/asn/">ASN (RIPE NCC)</a></li> </ul> <li id="nav_num_abuse"><a href="/abuse">Abuse Issues</a></li> <ul id="nav_num_abuse_sub"> <li id="nav_num_abuse_top"><a href="/abuse">Overview</a></li> <li id="nav_num_abuse_answers"><a href="/abuse/answers">Questions and Answers</a></li> </ul> </ul> </div> </nav> </article> </div> <footer> <div id="footer"> <table class="navigation"> <tr> <td class="section"><a href="/domains">Domain&nbsp;Names</a></td> <td class="subsection"> <ul> <li><a href="/domains/root">Root Zone Registry</a></li> <li><a href="/domains/int">.INT Registry</a></li> <li><a href="/domains/arpa">.ARPA Registry</a></li> <li><a href="/domains/idn-tables">IDN Repository</a></li> </ul> </td> </tr> <tr> <td class="section"><a href="/numbers">Number&nbsp;Resources</a></td> <td class="subsection"> <ul> <li><a href="/abuse">Abuse Information</a></li> </ul> </td> </tr> <tr> <td class="section"><a href="/protocols">Protocols</a></td> <td class="subsection"> <ul> <li><a href="/protocols">Protocol Registries</a></li> <li><a href="/time-zones">Time Zone Database</a></li> </ul> </td> </tr> <tr> <td class="section"><a href="/about">About&nbsp;Us</a></td> <td class="subsection"> <ul> <li><a href="/performance">Performance</a></li> <li><a href="/reports">Reports</a></li> <li><a href="/reviews">Reviews</a></li> <li><a href="/about/excellence">Excellence</a></li> <!-- <li><a href="/news">News</a></li>--> <li><a href="/contact">Contact Us</a></li> </ul> </td> </tr> </table> <div id="custodian"> <p>The IANA functions coordinate the Internet鈥檚 globally unique identifiers, and are provided by <a href="http://pti.icann.org">Public Technical Identifiers</a>, an affiliate of <a href="http://www.icann.org/">ICANN</a>.</p> </div> <div id="legalnotice"> <ul> <li><a href="https://www.icann.org/privacy/policy">Privacy Policy</a></li> <li><a href="https://www.icann.org/privacy/tos">Terms of Service</a></li> </ul> </div> </div> </footer> <script> $(document).ready(function() { $("#nav_num_rir").addClass("selected") $("#nav_num_rir_ripe_ip").addClass("selected") }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10