blob: 59c5b89e97effe2323f61e33d6f6c62ef482a4ba [file] [log] [blame]
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -07001{
2 "devices" : [
3 {
4 "uri": "of:0000ffffffffff01", "mac": "ffffffffffff01", "type": "ROADM",
5 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "SFO-W10",
6 "annotations": { "latitude": 37.6, "longitude": 122.3, "optical.regens": 0 },
7 "ports": [ { "port": 10, "speed": 100000, "type": "FIBER" }, { "port": 20, "speed": 0, "type": "FIBER" } ]
8 },
9 {
10 "uri": "of:0000ffffffffff02", "mac": "ffffffffffff02", "type": "ROADM",
11 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "SJC-W10",
12 "annotations": { "latitude": 37.3, "longitude": 121.9, "optical.regens": 0 },
13 "ports": [ { "port": 11, "speed": 100000, "type": "FIBER" }, { "port": 21, "speed": 0, "type": "FIBER" } ]
14 },
15 {
16 "uri": "of:0000ffffffffff03", "mac": "ffffffffffff03", "type": "ROADM",
17 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "LAX-W10",
18 "annotations": { "latitude": 33.9, "longitude": 118.4, "optical.regens": 0 },
19 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
20 },
21 {
22 "uri": "of:0000ffffffffff04", "mac": "ffffffffffff04", "type": "ROADM",
23 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "SDG-W10",
24 "annotations": { "latitude": 32.8, "longitude": 117.1, "optical.regens": 3 },
25 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
26 },
27 {
28 "uri": "of:0000ffffffffff05", "mac": "ffffffffffff05", "type": "ROADM",
29 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "MSP-M10",
30 "annotations": { "latitude": 44.8, "longitude": 93.1, "optical.regens": 3 },
31 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
32 },
33 {
34 "uri": "of:0000ffffffffff06", "mac": "ffffffffffff06", "type": "ROADM",
35 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "DFW-M10",
36 "annotations": { "latitude": 32.8, "longitude": 97.1, "optical.regens": 3 },
37 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
38 },
39 {
40 "uri": "of:0000ffffffffff07", "mac": "ffffffffffff07", "type": "ROADM",
41 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "CHG-N10",
42 "annotations": { "latitude": 41.8, "longitude": 120.1, "optical.regens": 3 },
43 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
44 },
45 {
46 "uri": "of:0000ffffffffff08", "mac": "ffffffffffff08", "type": "ROADM",
47 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "IAD-M10",
48 "annotations": { "latitude": 38.8, "longitude": 77.1, "optical.regens": 3 },
49 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
50 },
51 {
52 "uri": "of:0000ffffffffff09", "mac": "ffffffffffff09", "type": "ROADM",
53 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "JFK-M10",
54 "annotations": { "latitude": 40.8, "longitude": 73.1, "optical.regens": 0 },
55 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
56 },
57 {
58 "uri": "of:0000ffffffffff0A", "mac": "ffffffffffff0A", "type": "ROADM",
59 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "ATL-S10",
60 "annotations": { "latitude": 33.8, "longitude": 84.1, "optical.regens": 0 },
61 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
62 },
63 {
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -070064 "uri": "of:0000ffffffff0001", "mac": "ffffffffff0001", "type": "SWITCH",
65 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "SFO-R10",
66 "annotations": { "latitude": 37.6, "longitude": 122.3 },
67 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
68 },
69 {
70 "uri": "of:0000ffffffff0003", "mac": "ffffffffff0003", "type": "SWITCH",
71 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "LAX-R10",
72 "annotations": { "latitude": 33.9, "longitude": 118.4 },
73 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
74 },
75 {
76 "uri": "of:0000ffffffff0004", "mac": "ffffffffff0004", "type": "SWITCH",
77 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "SDG-R10",
78 "annotations": { "latitude": 32.8, "longitude": 117.1 },
79 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
80 },
81 {
82 "uri": "of:0000ffffffff0007", "mac": "ffffffffff0007", "type": "SWITCH",
83 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "CHG-R10",
84 "annotations": { "latitude": 41.8, "longitude": 120.1 },
85 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
86 },
87 {
88 "uri": "of:0000ffffffff0009", "mac": "ffffffffff0009", "type": "SWITCH",
89 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "JFK-R10",
90 "annotations": { "latitude": 40.8, "longitude": 73.1 },
91 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
92 },
93 {
94 "uri": "of:0000ffffffff000A", "mac": "ffffffffff000A", "type": "SWITCH",
95 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "ATL-R10",
96 "annotations": { "latitude": 33.8, "longitude": 84.1 },
97 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
98 }
99
100 ],
101
102 "links" : [
Praseed Balakrishnan05e25332014-11-11 17:08:28 -0800103 { "src": "of:0000ffffffffff01/50", "dst": "of:0000ffffffffff02/30","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
104 { "src": "of:0000ffffffffff02/50", "dst": "of:0000ffffffffff03/30","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
105 { "src": "of:0000ffffffffff03/50", "dst": "of:0000ffffffffff04/50","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
106 { "src": "of:0000ffffffffff01/20", "dst": "of:0000ffffffffff05/50","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
107 { "src": "of:0000ffffffffff02/20", "dst": "of:0000ffffffffff05/20","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
108 { "src": "of:0000ffffffffff03/20", "dst": "of:0000ffffffffff06/50","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
109 { "src": "of:0000ffffffffff04/20", "dst": "of:0000ffffffffff06/20","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
110 { "src": "of:0000ffffffffff05/30", "dst": "of:0000ffffffffff06/40","type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
111 { "src": "of:0000ffffffffff05/40", "dst": "of:0000ffffffffff07/50", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
112 { "src": "of:0000ffffffffff06/30", "dst": "of:0000ffffffffff08/50", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
113 { "src": "of:0000ffffffffff07/20", "dst": "of:0000ffffffffff08/30", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
114 { "src": "of:0000ffffffffff07/30", "dst": "of:0000ffffffffff09/50", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
115 { "src": "of:0000ffffffffff08/20", "dst": "of:0000ffffffffff0A/50", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
Thomas Vachuska29a6a782014-11-10 21:31:41 -0800116 { "src": "of:0000ffffffffff09/20", "dst": "of:0000ffffffffff0A/20", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "optical.kms": 1000, "durable": "true" } },
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -0700117
Praseed Balakrishnan05e25332014-11-11 17:08:28 -0800118 { "src": "of:0000ffffffff0001/2", "dst": "of:0000ffffffffff01/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } },
119 { "src": "of:0000ffffffff0002/2", "dst": "of:0000ffffffffff04/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } },
Praseed Balakrishnana4011b02014-11-11 17:19:02 -0800120 { "src": "of:0000ffffffff0003/2", "dst": "of:0000ffffffffff06/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } },
Praseed Balakrishnan05e25332014-11-11 17:08:28 -0800121 { "src": "of:0000ffffffff0004/2", "dst": "of:0000ffffffffff07/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } },
122 { "src": "of:0000ffffffff0005/2", "dst": "of:0000ffffffffff09/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } },
123 { "src": "of:0000ffffffff0006/2", "dst": "of:0000ffffffffff0A/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true" } }
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -0700124 ]
Praseed Balakrishnan05e25332014-11-11 17:08:28 -0800125}