forked from euro-ix/json-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ixp-member-list.txt
252 lines (245 loc) · 7.82 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
#######################################################################
# IX Member List Schema
#
# Elisa Jasinska <[email protected]>
# Nick Hilliard <[email protected]>
#
# version 0.6 - 2016-04-26
#
#
# 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 p:
# + 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
# v 0.5 * included feedback from Arnold Nipper (DE-CIX):
# + pdb_facility_id added to switch
# v 0.6 * included feedback from Arnold Nipper (DE-CIX):
# + allow multiple MACs per address family and list macs
# by address family as some IXPs allow different L3 interfaces
# for v4/v6
#######################################################################
# basic example
{
"version": "0.6",
"timestamp": "2016-01-22T00: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": "0.6",
"timestamp": "2016-01-22T00: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",
"pdb_facility_id": 1236,
"city": "Amsterdam",
"country": "NL"
},
{
"id": 1,
"name": "PXC-GLO-146",
"colo": "Global Switch",
"pdb_facility_id": 63,
"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": 10000,
"if_type": "LR4"
}
],
"vlan_list": [
{
"vlan_id": 0,
"ipv4": {
"address": "195.69.146.250",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V4",
"mac_address" : [
"00:0a:95:9d:68:16"
]
},
"ipv6": {
"address": "2001:7f8:1::a500:2906:2",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V6",
"mac_address" : [
"00:0a:95:9d:68:16"
]
}
}
]
},
{
"ixp_id": 42,
"connected_since": "2009-02-04T00:00:00Z",
"state": "active",
"if_list": [
{
"switch_id": 1,
"if_speed": 10000,
"if_type": "LR4"
}
],
"vlan_list": [
{
"vlan_id": 0,
"ipv4": {
"address": "195.69.147.250",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V4",
"mac_address" : [
"00:0a:95:9d:68:16"
]
},
"ipv6": {
"address": "2001:7f8:1::a500:2906:1",
"routeserver": true,
"max_prefix": 42,
"as_macro": "AS-NFLX-V6",
"mac_address" : [
"00:0a:95:9d:68:16"
]
}
}
]
}
]
}
]
}