On Wed, May 09, 2001 at 08:28:30AM +1200, Juha Saarinen wrote:
:: I have some AS based maps I made somewhere, centered around AS4768 :: and also AS4648 at the time. They didn't look very good and each node :: was a single AS, so it wasn't nearly as pretty at the ones a :: aforementioned (and the code to show multiple patches between :: adjacent ASs never produced satisfactory results either).
Is there a list of which AS numbers are used by NZ ISPs?
ftp -o - ftp://ftp.apnic.net/pub/apnic/dbase/data/apnic.an.gz | \ gzip -cd | awk '/^\*an: / { an = $2; } /^\*aa: / { aa = $2; } \ /NZ/ { print an, aa; }' | \ sort | uniq For pre-APNIC allocations (like AS681) you'd need to look in ARIN's database. ftp://ftp.arin.net/netinfo/asn.txt contains a list of ASNs but no contact info, so it's non-trivial to strip out the kiwi ones. Mileage with more primitive ftp clients may vary. --------- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog