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
When clicking on an AS number in the route all view, a popup shows with the aut-num:'s WHOIS record.
A nice addition would be to add a PeeringDB record to the popup's top bar.
PeeringDB offers a read-only access to users logged in as "guest / guest". The "participant" view can't be reached with a direct query based on the aut-num, the following querry has to be used :
When clicking on an AS number in the route all view, a popup shows with the aut-num:'s WHOIS record.
A nice addition would be to add a PeeringDB record to the popup's top bar.
PeeringDB offers a read-only access to users logged in as "guest / guest". The "participant" view can't be reached with a direct query based on the aut-num, the following querry has to be used :
https://www.peeringdb.com/private/participant_list.php?s_name=&s_asn=[AUT_NUM]&s_info_type=&s_irr_as_set=&s_info_traffic=&s_policy_general=&s_info_ratio=&s_info_scope=
The only result should be the targeted aut-num. No result means the aut-num has no peeringdb record.
Best approach could be to ask PeeringDB for an API to bypass guest login and access a participant's view straight from the aut-num. [email protected]
The text was updated successfully, but these errors were encountered: