blob: 9214bd97ec7bf1e3de4286dedb4416f93465e051 [file] [log] [blame]
Thomas Vachuska9252bc32014-10-23 02:33:25 -07001{
2 "devices" : [
3 {
4 "uri": "of:0000ffffffffff01", "mac": "ffffffffffff01", "type": "ROADM",
5 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
6 "annotations": { "latitude": 37.6, "longitude": 122.3, "optical.regens": 0 }
7 },
8 {
9 "uri": "of:0000ffffffffff02", "mac": "ffffffffffff02", "type": "ROADM",
10 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
11 "annotations": { "latitude": 37.3, "longitude": 121.9, "optical.regens": 0 }
12 },
13 {
14 "uri": "of:0000ffffffffff03", "mac": "ffffffffffff03", "type": "ROADM",
15 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
16 "annotations": { "latitude": 33.9, "longitude": 118.4, "optical.regens": 2 }
17 },
18
19 {
20 "uri": "of:0000ffffffff0001", "mac": "ffffffffff0003", "type": "SWITCH",
21 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?",
22 "annotations": { "latitude": 37.6, "longitude": 122.3 }
23 },
24 {
25 "uri": "of:0000ffffffff0002", "mac": "ffffffffff0002", "type": "SWITCH",
26 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?",
27 "annotations": { "latitude": 37.3, "longitude": 121.9 }
28 }
29 ],
30
31 "links" : [
32 { "src": "of:0000ffffffffff01/10", "dst": "of:0000ffffffffff03/30", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM" } },
33 { "src": "of:0000ffffffffff02/20", "dst": "of:0000ffffffffff03/31", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM" } },
34
35 { "src": "of:0000ffffffff0001/10", "dst": "of:0000ffffffffff01/11", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect" } },
36 { "src": "of:0000ffffffff0002/10", "dst": "of:0000ffffffffff02/21", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect" } }
37 ],
38
39 "hosts" : [
40 { "mac": "a0:00:00:00:00:11", "vlan": -1, "location": "of:0000ffffffff0001/11", "ip": "1.2.3.4" },
41 { "mac": "a0:00:00:00:00:12", "vlan": -1, "location": "of:0000ffffffff0001/12", "ip": "1.2.3.5" },
42 { "mac": "a0:00:00:00:00:21", "vlan": -1, "location": "of:0000ffffffff0002/11", "ip": "2.2.3.4" },
43 { "mac": "a0:00:00:00:00:22", "vlan": -1, "location": "of:0000ffffffff0002/12", "ip": "2.2.3.5" }
44 ]
45}