On Fri, Dec 05, 2014 at 08:42:30PM +0100, Alex Band wrote:
On 5 Dec 2014, at 18:26, Job Snijders <job@ntt.net> wrote: I'd like a list of prefixes in CIDR format. Even if that means that some lines contain just a /32 or /128 because the allocation isnt on boundries.
In a creative Friday evening mood, I thought of the RPKI Root certificate:
$ rsync rsync://rpki.ripe.net/ta/ripe-ncc-ta.cer $ openssl x509 -in ripe-ncc-ta.cer -inform der -text
resulting in http://pastebin.com/4ZAvmT05
Interesting approach, A++ for the novelty. Thanks Alex :) Is there a specification available on how to parse the 'sbgp-ipAddrBlock: critical' section? Looking at your pastebin I notice the following: <snip> 62.0.0.0/8 77.0.0.0-95.255.255.255 109.0.0.0/8 <snip> Why is a mixture of classic inetnum notiation & CIDR used? Kind regards, Job