blob: 44fccd996a23967bf32165cd57f3d149a312c25f [file] [log] [blame]
Thomas Vachuska9252bc32014-10-23 02:33:25 -07001{
2 "devices" : [
3 {
4 "uri": "of:0000ffffffffff01", "mac": "ffffffffffff01", "type": "ROADM",
Thomas Vachuska16582df2014-11-15 20:12:17 -08005 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
6 "annotations": { "name": "ROADM1", "latitude": 37.6, "longitude": -122.3, "optical.regens": 0 },
Thomas Vachuskad16ce182014-10-29 17:25:29 -07007 "ports": [ { "port": 10, "speed": 100000, "type": "FIBER" }, { "port": 20, "speed": 0, "type": "FIBER" } ]
Thomas Vachuska9252bc32014-10-23 02:33:25 -07008 },
9 {
10 "uri": "of:0000ffffffffff02", "mac": "ffffffffffff02", "type": "ROADM",
Thomas Vachuska16582df2014-11-15 20:12:17 -080011 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
12 "annotations": { "name": "ROADM2", "latitude": 37.3, "longitude": -121.9, "optical.regens": 0 },
Thomas Vachuskad16ce182014-10-29 17:25:29 -070013 "ports": [ { "port": 11, "speed": 100000, "type": "FIBER" }, { "port": 21, "speed": 0, "type": "FIBER" } ]
Thomas Vachuska9252bc32014-10-23 02:33:25 -070014 },
15 {
16 "uri": "of:0000ffffffffff03", "mac": "ffffffffffff03", "type": "ROADM",
Thomas Vachuska16582df2014-11-15 20:12:17 -080017 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?",
18 "annotations": { "name": "ROADM3", "latitude": 33.9, "longitude": -118.4, "optical.regens": 2 },
Thomas Vachuskad16ce182014-10-29 17:25:29 -070019 "ports": [ { "port": 30, "speed": 0, "type": "FIBER" }, { "port": 31, "speed": 0, "type": "FIBER" } ]
Thomas Vachuska9252bc32014-10-23 02:33:25 -070020 },
21
22 {
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -070023 "uri": "of:0000ffffffff0001", "mac": "ffffffffff0001", "type": "SWITCH",
Thomas Vachuska16582df2014-11-15 20:12:17 -080024 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?",
25 "annotations": { "name": "ROUTER1", "latitude": 37.6, "longitude": -122.3 },
Thomas Vachuskad16ce182014-10-29 17:25:29 -070026 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
Thomas Vachuska9252bc32014-10-23 02:33:25 -070027 },
28 {
29 "uri": "of:0000ffffffff0002", "mac": "ffffffffff0002", "type": "SWITCH",
Thomas Vachuska16582df2014-11-15 20:12:17 -080030 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?",
31 "annotations": { "name": "ROUTER2", "latitude": 37.3, "longitude": -121.9 },
Thomas Vachuskad16ce182014-10-29 17:25:29 -070032 "ports": [ { "port": 1, "speed": 10000, "type": "COPPER" }, { "port": 2, "speed": 100000, "type": "FIBER" } ]
Thomas Vachuska9252bc32014-10-23 02:33:25 -070033 }
34 ],
35
36 "links" : [
Thomas Vachuskae4cebaf2014-11-15 18:49:34 -080037 { "src": "of:0000ffffffffff01/20", "dst": "of:0000ffffffffff03/30", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "durable": "true", "inactive": "true" } },
38 { "src": "of:0000ffffffffff02/21", "dst": "of:0000ffffffffff03/31", "type": "OPTICAL", "annotations": { "optical.waves": 80, "optical.type": "WDM", "durable": "true", "inactive": "true" } },
Thomas Vachuska9252bc32014-10-23 02:33:25 -070039
Thomas Vachuskae4cebaf2014-11-15 18:49:34 -080040 { "src": "of:0000ffffffff0001/2", "dst": "of:0000ffffffffff01/10", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true", "inactive": "true" } },
41 { "src": "of:0000ffffffff0002/2", "dst": "of:0000ffffffffff02/11", "type": "OPTICAL", "annotations": { "bandwidth": 100000, "optical.type": "cross-connect", "durable": "true", "inactive": "true" } }
Thomas Vachuska9252bc32014-10-23 02:33:25 -070042 ],
43
Thomas Vachuska8ec96ec2014-10-29 22:40:52 -070044 "hosts" : [
45 { "mac": "00:00:00:00:00:01", "vlan": -1, "location": "of:0000ffffffff0001/1", "ip": "10.0.0.1" },
46 { "mac": "00:00:00:00:00:02", "vlan": -1, "location": "of:0000ffffffff0002/1", "ip": "10.0.0.2" }
Thomas Vachuska9252bc32014-10-23 02:33:25 -070047 ]
48}