You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @smallcms our ARIN mirror database only contains AS number, IPv4 and IPv6 resources, and not any route or route6 objects. In order for the mirror database query to align, we need to receive the missing data from ARIN. I will request this and let you know the outcome.
Hi @smallcms firstly apologies for the delay. The ARIN route(6) objects are included in a separate daily dump file. We have implemented the import of this file in #1428 and this functionality will be included in the next Whois release, due in the next month or so. I'll update this issue again following the release.
For ex. CF ASN
https://rest.db.ripe.net/search.json?source=arin-grs&query-string=AS13335&inverse-attribute=origin
and
whois -h rr.arin.net -- '-i origin AS13335' | grep -E '(route:|route6:)' | awk '{print $2}'
have differences
The text was updated successfully, but these errors were encountered: