forked from euro-ix/json-schemas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ixp-member-list.txt
631 lines (597 loc) · 20.9 KB
/
ixp-member-list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
#######################################################################
# IX Member List Schema
#
# Elisa Jasinska <[email protected]>
# Nick Hilliard <[email protected]>
#
# version 0.4 - 01/28/15
#
#
# revision history:
#
# v 0.1 * initial release
# v 0.2 * included feedback from Steven Bakker (AMS-IX)
# v 0.3 * included feedback from Nick Hilliard (INEX)
# v 0.4 * included feedback from Kay Rechthien (ECIX), Martin Levy
# (CloudFlare) and added Grizz's pee:
# + ixp_info -> ixp_list, added ixp_id referenced in
# member_list.connection_list entries
# + re-named former ixp_id to ixf_id and refined its type
# + added emgergency contact fields: emgergency_email,
# emgergency_phone, emgergency_contact_hours
# + added billing contact hours field: billing_contact_hours
# + added member_type field in member_list entries
# + fixed typo in peering_policy_url
# + added mac_address field in vlan_list entries
# + added stats_api field in ixp_list entries
# + changed version to dotted format
# + spelin fixxups and apostrophe's
#
#######################################################################
# basic example
{
"version": "0.4",
"timestamp": "2015-01-28T00:00:00Z",
"ixp_list": [
{
"ixp_id": 42,
"shortname": "AMS-IX"
}
],
"member_list": [
{
"asnum": 8560,
"connection_list": [
{
"ixp_id": 42
}
]
},
{
"asnum": 197219,
"connection_list": [
{
"ixp_id": 42
}
]
},
{
"asnum": 51088,
"connection_list": [
{
"ixp_id": 42
}
]
},
{
"asnum": 47836,
"connection_list": [
{
"ixp_id": 42
}
]
}
# ... more members
]
}
#######################################################################
# more complex example
{
"version": "2015012801",
"timestamp": "2015-01-28T00:00:00Z",
"ixp_list": [
{
"shortname": "AMS-IX",
"name": "Amsterdam Internet Exchange",
"ixp_id": 42,
"ixf_id": 2,
"country": "NL",
"url": "http://www.ams-ix.net/",
"stats_api": "https://my.ams-ix.net/api/v1/stats.json",
"support_email": "[email protected]",
"support_phone": "+31 20 514 1717",
"support_contact_hours": "8/5",
"emergency_email": "[email protected]",
"emergency_phone": "+31 20 514 1717",
"emergency_contact_hours": "24/7",
"billing_email": "[email protected]",
"billing_phone": "+31 20 305 89 99",
"billing_contact_hours": "8/5",
"peering_policy_list": [
"open",
"selective",
"closed",
"case-by-case",
"custom"
],
"switch": [
{
"id": 0,
"name": "PXC-TC5-144",
"colo": "Telecity 5",
"city": "Amsterdam",
"country": "NL"
},
{
"id": 1,
"name": "PXC-GLO-146",
"colo": "Global Switch",
"city": "Amsterdam",
"country": "NL"
}
],
"vlan": [
{
"id": 0,
"name": "ISP",
"ipv4": {
"prefix": "80.249.208.0",
"mask_length": 21
},
"ipv6": {
"prefix": "2001:7f8:1::",
"mask_length": 64
}
},
{
"id": 1,
"name": "GRX",
"ipv4": {
"prefix": "193.105.101.0",
"mask_length": 23
}
}
]
}
],
"member_list": [
{
"asnum": 2906,
"member_type": "peering",
"name": "Netflix",
"url": "http://netflix.com/",
"contact_email": [
],
"contact_phone": [
"+1 1234 5678"
],
"contact_hours": "8/5",
"peering_policy": "open",
"peering_policy_url": "https://www.netflix.com/openconnect/",
"member_since": "2009-02-04T00:00:00Z",
"connection_list": [
{
"ixp_id": 42,
"connected_since": "2009-02-04T00:00:00Z",
"state": "active",
"if_list": [
{
"switch_id": 0,
"if_speed": 100000,
"if_type": "LR4"
}
],
"vlan_list": [
{
"vlan_id": 0,
"mac_address" : "00:0a:95:9d:68:16",
"ipv4": {
"address": "195.69.146.250",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V4"
},
"ipv6": {
"address": "2001:7f8:1::a500:2906:2",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V6"
}
}
]
},
{
"ixp_id": 42,
"connected_since": "2009-02-04T00:00:00Z",
"state": "active",
"if_list": [
{
"switch_id": 1,
"if_speed": 100000,
"if_type": "LR4"
}
],
"vlan_list": [
{
"vlan_id": 0,
"mac_address" : "00:0a:95:9d:68:16",
"ipv4": {
"address": "195.69.147.250",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V4"
},
"ipv6": {
"address": "2001:7f8:1::a500:2906:1",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V6"
}
}
]
}
]
}
]
}
#######################################################################
# schema definition
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "IXP Member List Schema",
"description": "A JSON schema representing an IXP Member List",
"type": "object",
"required": ["version", "timestamp", "ixp_list", "member_list"],
"properties": {
"version": {
"title": "IXP Member List Schema Version",
"description": "Version number of the schema",
"type": "string"
},
"timestamp": {
"title": "IXP Member List Schema export timestamp",
"description": "Timestamp of when the data was exported",
"type": "string",
"format": "date-time"
},
"ixp_list": {
"title": "IXP Info List",
"description": "A list of schemas representing IXP information",
"type": "array",
"items":
{
"description": "A single IXP entry",
"type": "object",
"required": ["ixp_id","shortname"],
"properties": {
"ixp_id": {
"description": "IXP numeric identifier",
"type": "integer"
},
"shortname": {
"description": "Short name of the IXP",
"type": "string"
},
"name": {
"description": "Name of the IXP",
"type": "string"
},
"url": {
"description": "Website of the IXP",
"type": "string",
"format": "uri"
},
"stats_api": {
"description": "URL to statistics API",
"type": "string",
"format": "uri"
},
"country": {
"description": "ISO country code where the IXP is located",
"type": "string"
},
"ixf_id": {
"description": "IXP ID from the IX-F database",
"type": "integer"
},
"support_email": {
"description": "Support email address",
"type": "string",
"format" : "email"
},
"support_phone": {
"description": "Support phone number",
"type": "string"
},
"support_contact_hours": {
"description": "Support contact hours, eg. 24/7, 8/5, etc",
"type": "string"
},
"emergency_email": {
"description": "Emergency support email address",
"type": "string",
"format" : "email"
},
"emergency_phone": {
"description": "Emergency support phone number",
"type": "string"
},
"emergency_contact_hours": {
"description": "Emergency support contact hours, eg. 24/7, 8/5, etc",
"type": "string"
},
"billing_email": {
"description": "Billing email address",
"type": "string",
"format" : "email"
},
"billing_phone": {
"description": "Billing phone number",
"type": "string"
},
"billing_contact_hours": {
"description": "Billing contact hours, eg. 24/7, 8/5, etc",
"type": "string"
},
"peering_policy_list": {
"description": "Peering policy choices available in the member list",
"type": "array",
"items":
{
"type": "string"
}
},
"switch": {
"description": "Switches available at the IXP",
"type": "array",
"items":
{
"type": "object",
"properties": {
"id": {
"description": "Unique ID of the switch",
"type": "integer"
},
"name": {
"description": "Switch name",
"type": "string"
},
"colo": {
"description": "Colo the switch is located in",
"type": "string"
},
"city": {
"description": "City the switch is located in",
"type": "string"
},
"country": {
"description": "Country the switch is located in",
"type": "string"
}
}
}
},
"vlan": {
"description": "VLANs available at the IXP",
"type": "array",
"items":
{
"description": "A single VLAN entry",
"type": "object",
"properties": {
"id": {
"description": "Unique ID of the VLAN",
"type": "integer"
},
"name": {
"description": "VLAN name",
"type": "string"
},
"ipv4": {
"description": "IPv4 details in this VLAN",
"type": "object",
"properties": {
"prefix": {
"description": "Prefix of the IPv4 address",
"type": "string",
"format": "ipv4"
},
"mask_length": {
"description": "Mask length of the IPv4 address",
"type": "integer"
}
}
},
"ipv6": {
"description": "IPv6 details in this VLAN",
"type": "object",
"properties": {
"prefix": {
"description": "Prefix of the IPv6 address",
"type": "string",
"format": "ipv6"
},
"mask_length": {
"description": "Mask length of the IPv6 address",
"type": "integer"
}
}
}
}
}
}
}
}
},
"member_list": {
"title": "IXP Member List",
"description": "A list of schemas representing IXP members",
"type": "array",
"items":
{
"description": "A single member entry",
"type": "object",
"required": ["asnum","connection_list"],
"properties": {
"asnum": {
"description": "AS number of the network",
"type": "integer"
},
"member_type": {
"description": "Participant type: peering, ixp, pro bono, routeserver or other",
"type": "string",
"enum": ["peering","ixp","routeserver","probono","other"]
},
"name": {
"description": "Name of the network",
"type": "string"
},
"url": {
"description": "URL to website of the network",
"type": "string",
"format": "uri"
},
"peering_policy": {
"description": "Peering policy of the network",
"type": "string"
},
"peering_policy_url": {
"description": "URL to the network's peering policy",
"type": "string",
"format": "uri"
},
"member_since": {
"description": "Date when the network joined the IXP",
"type": "string",
"format": "date-time"
},
"contact_email": {
"description": "List of contact email addresses of the network",
"type": "array",
"items":
{
"type": "string",
"format" : "email"
}
},
"contact_phone": {
"description": "List of contact phone numbers of the network",
"type": "array",
"items":
{
"type": "string"
}
},
"contact_hours": {
"description": "Network contact hours, eg. 24/7, 8/5, etc",
"type": "string"
},
"connection_list": {
"description": "List of connections of the network at the IXP",
"type": "array",
"items":
{
"description": "A single connection entry",
"type": "object",
"required": ["ixp_id"],
"properties": {
"ixp_id": {
"description": "IXP numeric identifier",
"type": "integer"
},
"state": {
"description": "State of the connection",
"type": "string"
},
"connected_since": {
"description": "Date when the connection was activated",
"type": "string",
"format": "date-time"
},
"if_list": {
"description": "List of interfaces making up the connection",
"type": "array",
"items":
{
"description": "A single interface entry",
"type": "object",
"properties": {
"switch_id": {
"description": "Switch id where the interface or LAG is connected",
"type": "integer"
},
"if_speed": {
"description": "Speed of the interface or LAG",
"type": "integer"
},
"if_type": {
"description": "Type of the interface or LAG",
"type": "string"
}
}
}
},
"vlan_list": {
"type": "array",
"items":
{
"description": "A single VLAN entry",
"type": "object",
"properties": {
"vlan_id": {
"description": "The VLAN ID this connection is placed in",
"type": "integer"
},
"mac_address": {
"description": "MAC address of the member interface",
"type": "string"
},
"ipv4": {
"description": "The network's IPv4 address details in this VLAN",
"type": "object",
"properties": {
"address": {
"description": "The IPv4 address",
"type": "string",
"format": "ipv4"
},
"as_macro": {
"description": "The IPv4 AS-MACRO, if applicable",
"type": "string"
},
"max_prefix": {
"description": "The max number of prefixes on this connection for IPv4",
"type": "integer"
},
"routeserver": {
"description": "Does this IPv4 address connect to the IXP routeserver",
"type": "boolean"
}
}
},
"ipv6": {
"description": "The network's IPv6 address details in this VLAN",
"type": "object",
"properties": {
"address": {
"description": "The IPv6 address",
"type": "string",
"format": "ipv6"
},
"as_macro": {
"description": "The IPv6 AS-MACRO, if applicable",
"type": "string"
},
"max_prefix": {
"description": "The max number of prefixes on this connection for IPv6",
"type": "integer"
},
"routeserver": {
"description": "Does this IPv6 address connect to the IXP routeserver",
"type": "boolean"
}
}
}
}
}
}
}
}
}
}
}
}
}
}