blob: e430592a11dc5d16fba481b58b7b0e66d8fa5921 [file] [log] [blame]
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -08001{
2 "ports" : {
3 "of:0000000000000001/3" : {
4 "interfaces" : [
5 {
6 "ips" : [ "1000::3ff/120" ],
7 "vlan-untagged": 10
8 }
9 ]
10 },
11 "of:0000000000000001/4" : {
12 "interfaces" : [
13 {
14 "ips" : [ "1001::3ff/120" ],
15 "vlan-untagged": 10
16 }
17 ]
18 },
19 "of:0000000000000002/6" : {
20 "interfaces" : [
21 {
22 "ips" : [ "1002::3ff/120" ],
23 "vlan-untagged": 10
24 }
25 ]
26 },
27 "of:0000000000000002/7" : {
28 "interfaces" : [
29 {
30 "ips" : [ "1003::3ff/120" ],
31 "vlan-untagged": 15
32 }
33 ]
34 },
35 "of:0000000000000002/8" : {
36 "interfaces" : [
37 {
38 "ips" : [ "1004::3ff/120" ],
39 "vlan-tagged": [30]
40 }
41 ]
42 },
43 "of:0000000000000003/8" : {
44 "interfaces" : [
45 {
46 "ips" : [ "1005::3ff/120" ],
47 "vlan-tagged": [20]
48 }
49 ]
50 },
51 "of:0000000000000003/9" : {
52 "interfaces" : [
53 {
54 "ips" : [ "1006::3ff/120" ],
55 "vlan-tagged": [40]
56 }
57 ]
58 },
59 "of:0000000000000003/6" : {
60 "interfaces" : [
61 {
62 "ips" : [ "1003::3ff/120" ],
63 "vlan-untagged": 15
64 }
65 ]
66 },
67 "of:0000000000000003/7" : {
68 "interfaces" : [
69 {
70 "ips" : [ "1004::3ff/120" ],
71 "vlan-tagged": [30]
72 }
73 ]
74 },
75 "of:0000000000000004/6" : {
76 "interfaces" : [
77 {
78 "ips" : [ "1007::3ff/120" ],
79 "vlan-tagged": [30]
80 }
81 ]
82 },
83 "of:0000000000000004/7" : {
84 "interfaces" : [
85 {
86 "ips" : [ "1008::3ff/120" ],
87 "vlan-tagged": [40]
88 }
89 ]
90 },
91 "of:0000000000000004/8" : {
92 "interfaces" : [
93 {
94 "ips" : [ "1009::3ff/120" ],
95 "vlan-tagged": [40]
96 }
97 ]
98 },
99 "of:0000000000000005/8" : {
100 "interfaces" : [
101 {
102 "ips" : [ "1010::3ff/120" ],
103 "vlan-tagged": [40]
104 }
105 ]
106 },
107 "of:0000000000000005/6" : {
108 "interfaces" : [
109 {
110 "ips" : [ "1008::3ff/120" ],
111 "vlan-tagged": [40]
112 }
113 ]
114 },
115 "of:0000000000000005/7" : {
116 "interfaces" : [
117 {
118 "ips" : [ "1009::3ff/120" ],
119 "vlan-tagged": [40]
120 }
121 ]
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800122 } ,
You Wang79577812018-02-27 16:39:50 -0800123 "of:0000000000000005/9" : {
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800124 "interfaces" : [
125 {
126 "ips" : [ "2000::3ff/120" ],
127 "vlan-untagged": 15
128 }
129 ]
130 }
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800131 },
132 "hosts" : {
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800133 "00:bb:00:00:00:04/30" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800134 "basic": {
135 "locations": ["of:0000000000000003/7","of:0000000000000002/8"],
136 "ips": ["1004::3fe"]
137 }
138 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800139 "00:bb:00:00:00:05/20" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800140 "basic": {
141 "locations": ["of:0000000000000003/8"],
142 "ips": ["1005::3fe"]
143 }
144 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800145 "00:bb:00:00:01:05/40" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800146 "basic": {
147 "locations": ["of:0000000000000003/9"],
148 "ips": ["1006::3fe"]
149 }
150 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800151 "00:bb:00:00:00:06/30" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800152 "basic": {
153 "locations": ["of:0000000000000004/6"],
154 "ips": ["1007::3fe"]
155 }
156 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800157 "00:bb:00:00:00:07/40" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800158 "basic": {
159 "locations": ["of:0000000000000005/6", "of:0000000000000004/7"],
160 "ips": ["1008::3fe"]
161 }
162 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800163 "00:bb:00:00:00:08/40" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800164 "basic": {
165 "locations": ["of:0000000000000004/8","of:0000000000000005/7"],
166 "ips": ["1009::3fe"]
167 }
168 },
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800169 "00:bb:00:00:00:0A/40" : {
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800170 "basic": {
171 "locations": ["of:0000000000000005/8"],
172 "ips": ["1010::3fe"]
173 }
174 }
175 },
176 "devices" : {
177 "of:0000000000000001" : {
178 "segmentrouting" : {
179 "name" : "s001",
You Wang91088702018-03-15 16:40:33 -0700180 "ipv4NodeSid" : 1001,
181 "ipv6NodeSid" : 2001,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800182 "ipv6Loopback" : "2000::c0a8:0001",
183 "ipv4Loopback" : "192.168.0.1",
184 "routerMac" : "00:00:00:00:00:01",
185 "isEdgeRouter" : true,
186 "adjacencySids" : []
187 },
188 "basic" : {
189 "driver" : "ofdpa-ovs",
190 "latitude":34,
191 "longitude":-105
192 }
193 },
194 "of:0000000000000002" : {
195 "segmentrouting" : {
196 "name" : "s002",
You Wang91088702018-03-15 16:40:33 -0700197 "ipv4NodeSid" : 1002,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800198 "ipv4Loopback" : "192.168.0.2",
You Wang91088702018-03-15 16:40:33 -0700199 "ipv6NodeSid" : 2002,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800200 "ipv6Loopback" : "2000::c0a8:0002",
201 "routerMac" : "00:00:00:00:00:02",
202 "isEdgeRouter" : true,
203 "pairLocalPort" : 5,
204 "pairDeviceId": "of:0000000000000003",
205 "adjacencySids" : []
206 },
207 "basic" : {
208 "driver" : "ofdpa-ovs",
209 "latitude":34,
210 "longitude":-95
211 }
212 },
213 "of:0000000000000003" : {
214 "segmentrouting" : {
215 "name" : "s003",
You Wang91088702018-03-15 16:40:33 -0700216 "ipv4NodeSid" : 1003,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800217 "ipv4Loopback" : "192.168.0.3",
You Wang91088702018-03-15 16:40:33 -0700218 "ipv6NodeSid" : 2003,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800219 "ipv6Loopback" : "2000::c0a8:0003",
220 "routerMac" : "00:00:00:00:00:02",
221 "isEdgeRouter" : true,
222 "pairLocalPort" : 5,
223 "pairDeviceId": "of:0000000000000002",
224 "adjacencySids" : []
225 },
226 "basic" : {
227 "driver" : "ofdpa-ovs",
228 "latitude":34,
229 "longitude":-90
230 }
231 },
232 "of:0000000000000004" : {
233 "segmentrouting" : {
234 "name" : "s004",
You Wang91088702018-03-15 16:40:33 -0700235 "ipv4NodeSid" : 1004,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800236 "ipv4Loopback" : "192.168.0.4",
You Wang91088702018-03-15 16:40:33 -0700237 "ipv6NodeSid" : 2004,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800238 "ipv6Loopback" : "2000::c0a8:0004",
239 "routerMac" : "00:00:00:00:00:04",
240 "isEdgeRouter" : true,
241 "pairLocalPort" : 5,
242 "pairDeviceId": "of:0000000000000005",
243 "adjacencySids" : []
244 },
245 "basic" : {
246 "driver" : "ofdpa-ovs",
247 "latitude":34,
248 "longitude":-85
249 }
250 },
251 "of:0000000000000005" : {
252 "segmentrouting" : {
253 "name" : "s005",
You Wang91088702018-03-15 16:40:33 -0700254 "ipv4NodeSid" : 1005,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800255 "ipv4Loopback" : "192.168.0.5",
You Wang91088702018-03-15 16:40:33 -0700256 "ipv6NodeSid" : 2005,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800257 "ipv6Loopback" : "2000::c0a8:0005",
258 "routerMac" : "00:00:00:00:00:04",
259 "isEdgeRouter" : true,
260 "pairLocalPort" : 5,
261 "pairDeviceId": "of:0000000000000004",
262 "adjacencySids" : []
263 },
264 "basic" : {
265 "driver" : "ofdpa-ovs",
266 "latitude":34,
267 "longitude":-80
268 }
269 },
270 "of:0000000000000101" : {
271 "segmentrouting" : {
272 "name" : "s101",
You Wang91088702018-03-15 16:40:33 -0700273 "ipv4NodeSid" : 1101,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800274 "ipv4Loopback" : "192.168.0.101",
You Wang91088702018-03-15 16:40:33 -0700275 "ipv6NodeSid" : 2101,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800276 "ipv6Loopback" : "2000::c0a8:0101",
277 "routerMac" : "00:00:00:00:01:01",
278 "isEdgeRouter" : false,
279 "adjacencySids" : []
280 },
281 "basic" : {
282 "driver" : "ofdpa-ovs",
283 "latitude":42,
284 "longitude":-100
285 }
286 },
287 "of:0000000000000102" : {
288 "segmentrouting" : {
289 "name" : "s102",
You Wang91088702018-03-15 16:40:33 -0700290 "ipv4NodeSid" : 1102,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800291 "ipv4Loopback" : "192.168.0.102",
You Wang91088702018-03-15 16:40:33 -0700292 "ipv6NodeSid" : 2102,
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800293 "ipv6Loopback" : "2000::c0a8:0202",
294 "routerMac" : "00:00:00:00:01:02",
295 "isEdgeRouter" : false,
296 "adjacencySids" : []
297 },
298 "basic" : {
299 "driver" : "ofdpa-ovs",
300 "latitude":42,
301 "longitude":-95
302 }
303 }
304 },
305 "apps" : {
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800306 "org.onosproject.dhcprelay" : {
307 "default": [
308 {
You Wang79577812018-02-27 16:39:50 -0800309 "dhcpServerConnectPoint": "of:0000000000000005/9",
Andreas Pantelopoulos971c91d2018-02-12 11:28:10 -0800310 "serverIps": ["2000::3fd"]
311 }
312 ]
313 }
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800314 }
Andreas Pantelopoulosf6ed5012018-02-08 21:26:01 -0800315}