blob: 71addcbfdc9a8a264c5bdc69f2e8da963fca5fb5 [file] [log] [blame]
Thomas Vachuska9252bc32014-10-23 02:33:25 -07001{
2 "devices" : [
3 {
4 "uri": "of:0000ffffffffff01", "mac": "ffffffffffff01", "type": "ROADM",
Thomas Vachuska18867bf2014-10-27 19:56:15 -07005 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "ROADM1",
Thomas Vachuskadea45ff2014-11-12 18:35:46 -08006 "annotations": { "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 Vachuska18867bf2014-10-27 19:56:15 -070011 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "ROADM2",
Thomas Vachuskadea45ff2014-11-12 18:35:46 -080012 "annotations": { "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 Vachuska18867bf2014-10-27 19:56:15 -070017 "mfr": "Linc", "hw": "OE", "sw": "?", "serial": "?", "name": "ROADM3",
Thomas Vachuskadea45ff2014-11-12 18:35:46 -080018 "annotations": { "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 Vachuska18867bf2014-10-27 19:56:15 -070024 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "ROUTER1",
Thomas Vachuskadea45ff2014-11-12 18:35:46 -080025 "annotations": { "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 Vachuska18867bf2014-10-27 19:56:15 -070030 "mfr": "Linc", "hw": "PK", "sw": "?", "serial": "?", "name": "ROUTER2",
Thomas Vachuskadea45ff2014-11-12 18:35:46 -080031 "annotations": { "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}