29 May
2019
29 May
'19
5:35 p.m.
On 29/05/2019 15:41, Nick Hilliard wrote:
Could the NCC provide any stats on how many /22s have been assigned under the IXP assignment policy?
Agreed! Any historical data/graphs are a welcomed addition to the discussion.
/23 is 512 hosts, which is large by IXP standards. The PCH IXP directory suggests there are about 20 IXPs worldwide which are larger than 256 connected parties.
20 is very accurate. Roughly the same number when using PeeringDB as data source to do the math. [Connected networks to IXP Lan] ``` curl -snGL -X GET https://peeringdb.com/api/netixlan \ --data-urlencode fields=ix_id,name,ixlan_id | \ jq '.data | group_by(.ixlan_id) | map({"count":length,"data":(unique_by(.ixlan_id)[])}) | sort_by(-.count)' ``` Christoffer