So, for example I have as number as10282 how I can get ip prefixes of children for the given as number?

bgp lookup tool

Given tool is exactly what I need (with ticked include downstream prefixes), but I need to implement it in my application, how to do this? I tried with parsing ripe output of "whois" query but I did not get far, because I do not get always same output I used query (whois -B -h whois.ripe.net -i mb NAME)

link|improve this question
well as I posted in question, I already found lookup tool that does this, but I don't know how to do it on my own. If there is any help, I would appreciate. Thanks – shake Jun 11 '11 at 20:11
feedback

1 Answer

In order to get a view like this of the live BGP global network, you will need your own actual BGP feed. Looking in RIPE or other databases will only show you what people have been assigned, not what they're actually announcing right now. i.e, you can't do this 'yourself', you need an external source of data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.