Merge pull request #295 from pgreyson/master

Dynamic update, link directions and various display improvements
diff --git a/web/ons-demo/RELEASE_NOTES.txt b/web/ons-demo/RELEASE_NOTES.txt
index af084a2..a9a934b 100644
--- a/web/ons-demo/RELEASE_NOTES.txt
+++ b/web/ons-demo/RELEASE_NOTES.txt
@@ -22,3 +22,7 @@
 - Workarounds for Chrome v25 rendering bugs
 - Fixed broken proxy functionality in restapi2.py
 - webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)
+
+** March 23, 2013 **
+- Link and switch state updates dynamically
+- Link direction is indicated with arrow heads
diff --git a/web/ons-demo/css/skin.default.css b/web/ons-demo/css/skin.default.css
index 6ff36ab..d3a9e61 100644
--- a/web/ons-demo/css/skin.default.css
+++ b/web/ons-demo/css/skin.default.css
@@ -29,7 +29,7 @@
 	position: absolute;
 	bottom: 0px;
 	right: 0px;
-	font-size: 8px;
+	font-size: 12px;
 }
 
 #status.top span {
@@ -43,6 +43,11 @@
 	border: 1px solid white;
 }
 
+#arrow {
+	stroke: none;
+	fill: rgba(255, 255, 255, .35);
+}
+
 .header {
 	height: 50px;
 }
@@ -86,13 +91,13 @@
 text {
 	stroke: none;
 	fill: white;
-	font-size: 12px;
+	font-size: 16px;
 	pointer-events: none;
 }
 
 path {
 	stroke: rgba(255, 255, 255, .25);
-	stroke-width: 1px;
+	stroke-width: 1.5px;
 }
 
 .aggregation {
@@ -104,7 +109,6 @@
 	visibility: hidden
 }
 
-.color0-selected .color0,
 .color1-selected .color1,
 .color2-selected .color2,
 .color3-selected .color3,
@@ -121,12 +125,11 @@
 	pointer-events: auto;
 }
 
-.color0 {
-	opacity: .2;
-	pointer-events: none;
-	fill: #222;
-	background-color: #222;
-	color: #444;
+.colorInactive {
+	opacity: 1;
+	fill: #444;
+	background-color: #444;
+	color: #222;
 }
 
 .color1 {
@@ -174,7 +177,7 @@
 	opacity: .2;
 	pointer-events: none;
 	fill: #990021;
-	background-color: ;
+	background-color: #990021;
 }
 
 .color8 {
diff --git a/web/ons-demo/data/configuration.json b/web/ons-demo/data/configuration.json
index ab304eb..b36fced 100644
--- a/web/ons-demo/data/configuration.json
+++ b/web/ons-demo/data/configuration.json
@@ -5,14 +5,7 @@
 		"00:00:20:4e:7f:51:8a:35",
 		"00:00:00:00:00:00:ba:12",
 		"00:00:00:00:ba:5e:ba:13",
-		"00:00:00:16:97:08:9a:46",
-
-		"00:00:0e:46:7a:3a:69:45",
-		"00:00:16:00:9d:ff:8f:4f",
-		"00:00:5e:80:3f:db:d7:4d",
-		"00:00:82:4f:75:82:a3:4b",
-		"00:00:36:7d:90:c9:4f:49",
-		"00:00:4e:27:27:d7:48:45"
+		"00:00:00:16:97:08:9a:46"
 	],
 	"aggregation": [
 		"00:00:00:00:00:00:01:01",
@@ -23,5 +16,26 @@
 		"00:00:00:00:00:00:06:01",
 		"00:00:00:00:00:00:07:01",
 		"00:00:00:00:00:00:08:01"
-	]
+	],
+	"association": {
+		"00:00:00:08:a2:08:f9:01": [
+			"00:00:00:00:00:00:03:01"
+		],
+		"00:00:00:00:ba:5e:ba:11": [
+			"00:00:00:00:00:00:02:01"
+		],
+		"00:00:20:4e:7f:51:8a:35": [
+			"00:00:00:00:00:00:07:01"
+		],
+		"00:00:00:00:00:00:ba:12": [
+			"00:00:00:00:00:00:04:01",
+			"00:00:00:00:00:00:05:01"
+		],
+		"00:00:00:00:ba:5e:ba:13": [
+			"00:00:00:00:00:00:06:01"
+		],
+		"00:00:00:16:97:08:9a:46": [
+			"00:00:00:00:00:00:08:01"
+		]
+	}
 }
\ No newline at end of file
diff --git a/web/ons-demo/data/wm_core_topology_links_json.json b/web/ons-demo/data/wm_core_topology_links_json.json
index 4305565..0a60d71 100644
--- a/web/ons-demo/data/wm_core_topology_links_json.json
+++ b/web/ons-demo/data/wm_core_topology_links_json.json
@@ -1,2480 +1 @@
-[
-  {
-    "src-switch": "00:00:00:00:00:00:02:24",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 36
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:29",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 41
-  },
-  {
-    "src-switch": "00:00:5e:80:3f:db:d7:4d",
-    "src-port": 2,
-    "dst-switch": "00:00:82:4f:75:82:a3:4b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:5e:80:3f:db:d7:4d",
-    "src-port": 3,
-    "dst-switch": "00:00:36:7d:90:c9:4f:49",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:5e:80:3f:db:d7:4d",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 51
-  },
-  {
-    "src-switch": "00:00:16:00:9d:ff:8f:4f",
-    "src-port": 2,
-    "dst-switch": "00:00:0e:46:7a:3a:69:45",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:16:00:9d:ff:8f:4f",
-    "src-port": 3,
-    "dst-switch": "00:00:4e:27:27:d7:48:45",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:16:00:9d:ff:8f:4f",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:05:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:05:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:05:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:05:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:05:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:05:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:05:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:05:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:05:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:05:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:05:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:05:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:05:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:05:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:05:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:05:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:05:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:05:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:05:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:05:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:05:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:05:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:05:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:01",
-    "src-port": 26,
-    "dst-switch": "00:00:0e:46:7a:3a:69:45",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:21",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 33
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 42
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 31
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:08:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:08:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:08:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:08:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:08:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:08:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:08:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:08:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:08:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:08:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:08:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:08:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:08:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:08:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:08:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:08:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:08:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:08:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:08:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:08:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:08:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:08:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:08:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:01",
-    "src-port": 26,
-    "dst-switch": "00:00:82:4f:75:82:a3:4b",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:06:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:06:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:06:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:06:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:06:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:06:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:06:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:06:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:06:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:06:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:06:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:06:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:06:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:06:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:06:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:06:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:06:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:06:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:06:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:06:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:06:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:06:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:06:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:01",
-    "src-port": 26,
-    "dst-switch": "00:00:16:00:9d:ff:8f:4f",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:30",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 48
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:22",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 34
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 44
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 46
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 27
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 28
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:03:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:03:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:03:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:03:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:03:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:03:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:03:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:03:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:03:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:03:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 26,
-    "dst-switch": "00:00:36:7d:90:c9:4f:49",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:03:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:03:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:03:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:03:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:03:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:03:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:03:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:03:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:03:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:03:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:03:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:03:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:03:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:28",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 40
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:07:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:07:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:07:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:07:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:07:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:07:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:07:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:07:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:07:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:07:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:07:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:07:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:07:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:07:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:07:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:07:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:07:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:07:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:07:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:07:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:07:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:07:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:07:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:01",
-    "src-port": 26,
-    "dst-switch": "00:00:4e:27:27:d7:48:45",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:20",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 32
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:04",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:27",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 39
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:02",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:31",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 49
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 30
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 13
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:0e:46:7a:3a:69:45",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:0e:46:7a:3a:69:45",
-    "src-port": 2,
-    "dst-switch": "00:00:36:7d:90:c9:4f:49",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:0e:46:7a:3a:69:45",
-    "src-port": 3,
-    "dst-switch": "00:00:16:00:9d:ff:8f:4f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:0e:46:7a:3a:69:45",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:05",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 5
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:03",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:16",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 22
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 15
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:17",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 23
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:18",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 24
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:1d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 29
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:05:19",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:05:01",
-    "dst-port": 25
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 43
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:0e",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 14
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:0c",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 12
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:11",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 17
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:25",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 37
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2d",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 45
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 40,
-    "dst-switch": "00:00:00:00:00:00:02:28",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:02:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 49,
-    "dst-switch": "00:00:00:00:00:00:02:31",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:02:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 31,
-    "dst-switch": "00:00:00:00:00:00:02:1f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:02:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:02:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 27,
-    "dst-switch": "00:00:00:00:00:00:02:1b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 34,
-    "dst-switch": "00:00:00:00:00:00:02:22",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:02:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:02:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 41,
-    "dst-switch": "00:00:00:00:00:00:02:29",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 48,
-    "dst-switch": "00:00:00:00:00:00:02:30",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:02:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 28,
-    "dst-switch": "00:00:00:00:00:00:02:1c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 33,
-    "dst-switch": "00:00:00:00:00:00:02:21",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:02:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 42,
-    "dst-switch": "00:00:00:00:00:00:02:2a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:02:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 47,
-    "dst-switch": "00:00:00:00:00:00:02:2f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 46,
-    "dst-switch": "00:00:00:00:00:00:02:2e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:02:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 26,
-    "dst-switch": "00:00:00:00:00:00:02:1a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 36,
-    "dst-switch": "00:00:00:00:00:00:02:24",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:02:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 45,
-    "dst-switch": "00:00:00:00:00:00:02:2d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 35,
-    "dst-switch": "00:00:00:00:00:00:02:23",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:02:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:02:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 51,
-    "dst-switch": "00:00:5e:80:3f:db:d7:4d",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 37,
-    "dst-switch": "00:00:00:00:00:00:02:25",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 44,
-    "dst-switch": "00:00:00:00:00:00:02:2c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 43,
-    "dst-switch": "00:00:00:00:00:00:02:2b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:02:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 30,
-    "dst-switch": "00:00:00:00:00:00:02:1e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:02:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:02:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:02:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 38,
-    "dst-switch": "00:00:00:00:00:00:02:26",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 29,
-    "dst-switch": "00:00:00:00:00:00:02:1d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:02:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:02:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:02:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:02:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 39,
-    "dst-switch": "00:00:00:00:00:00:02:27",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 32,
-    "dst-switch": "00:00:00:00:00:00:02:20",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:02:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:02:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:01",
-    "src-port": 50,
-    "dst-switch": "00:00:00:00:00:00:02:32",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0a",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 10
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:26",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 38
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:12",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 18
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 12,
-    "dst-switch": "00:00:00:00:00:00:04:0c",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 22,
-    "dst-switch": "00:00:00:00:00:00:04:16",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 20,
-    "dst-switch": "00:00:00:00:00:00:04:14",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 6,
-    "dst-switch": "00:00:00:00:00:00:04:06",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 13,
-    "dst-switch": "00:00:00:00:00:00:04:0d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 19,
-    "dst-switch": "00:00:00:00:00:00:04:13",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:04:05",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 18,
-    "dst-switch": "00:00:00:00:00:00:04:12",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 25,
-    "dst-switch": "00:00:00:00:00:00:04:19",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 7,
-    "dst-switch": "00:00:00:00:00:00:04:07",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 26,
-    "dst-switch": "00:00:0e:46:7a:3a:69:45",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 8,
-    "dst-switch": "00:00:00:00:00:00:04:08",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 17,
-    "dst-switch": "00:00:00:00:00:00:04:11",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:02",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 9,
-    "dst-switch": "00:00:00:00:00:00:04:09",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 10,
-    "dst-switch": "00:00:00:00:00:00:04:0a",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 23,
-    "dst-switch": "00:00:00:00:00:00:04:17",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 16,
-    "dst-switch": "00:00:00:00:00:00:04:10",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 15,
-    "dst-switch": "00:00:00:00:00:00:04:0f",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 24,
-    "dst-switch": "00:00:00:00:00:00:04:18",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 14,
-    "dst-switch": "00:00:00:00:00:00:04:0e",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 21,
-    "dst-switch": "00:00:00:00:00:00:04:15",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 3,
-    "dst-switch": "00:00:00:00:00:00:04:03",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 11,
-    "dst-switch": "00:00:00:00:00:00:04:0b",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:01",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:04:04",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:08:07",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 7
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:23",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 35
-  },
-  {
-    "src-switch": "00:00:82:4f:75:82:a3:4b",
-    "src-port": 2,
-    "dst-switch": "00:00:5e:80:3f:db:d7:4d",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:82:4f:75:82:a3:4b",
-    "src-port": 3,
-    "dst-switch": "00:00:4e:27:27:d7:48:45",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:82:4f:75:82:a3:4b",
-    "src-port": 4,
-    "dst-switch": "00:00:00:00:00:00:08:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:06",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 6
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:04:15",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:04:01",
-    "dst-port": 21
-  },
-  {
-    "src-switch": "00:00:36:7d:90:c9:4f:49",
-    "src-port": 2,
-    "dst-switch": "00:00:5e:80:3f:db:d7:4d",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:36:7d:90:c9:4f:49",
-    "src-port": 3,
-    "dst-switch": "00:00:0e:46:7a:3a:69:45",
-    "dst-port": 2
-  },
-  {
-    "src-switch": "00:00:36:7d:90:c9:4f:49",
-    "src-port": 4,
-    "dst-switch": "00:00:4e:27:27:d7:48:45",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:36:7d:90:c9:4f:49",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:13",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 19
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:2f",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 47
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:08",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 8
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:03:09",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:03:01",
-    "dst-port": 9
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:06:14",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:06:01",
-    "dst-port": 20
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:32",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 50
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:07:0b",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 11
-  },
-  {
-    "src-switch": "00:00:00:00:00:00:02:10",
-    "src-port": 2,
-    "dst-switch": "00:00:00:00:00:00:02:01",
-    "dst-port": 16
-  },
-  {
-    "src-switch": "00:00:4e:27:27:d7:48:45",
-    "src-port": 5,
-    "dst-switch": "00:00:00:00:00:00:07:01",
-    "dst-port": 26
-  },
-  {
-    "src-switch": "00:00:4e:27:27:d7:48:45",
-    "src-port": 2,
-    "dst-switch": "00:00:82:4f:75:82:a3:4b",
-    "dst-port": 3
-  },
-  {
-    "src-switch": "00:00:4e:27:27:d7:48:45",
-    "src-port": 3,
-    "dst-switch": "00:00:36:7d:90:c9:4f:49",
-    "dst-port": 4
-  },
-  {
-    "src-switch": "00:00:4e:27:27:d7:48:45",
-    "src-port": 4,
-    "dst-switch": "00:00:16:00:9d:ff:8f:4f",
-    "dst-port": 3
-  }
-]
+[{"src-switch":"00:00:00:00:00:00:02:04","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:06:01","src-port":12,"dst-switch":"00:00:00:00:00:00:06:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":22,"dst-switch":"00:00:00:00:00:00:06:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":20,"dst-switch":"00:00:00:00:00:00:06:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":6,"dst-switch":"00:00:00:00:00:00:06:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":13,"dst-switch":"00:00:00:00:00:00:06:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":19,"dst-switch":"00:00:00:00:00:00:06:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":5,"dst-switch":"00:00:00:00:00:00:06:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":18,"dst-switch":"00:00:00:00:00:00:06:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":25,"dst-switch":"00:00:00:00:00:00:06:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":7,"dst-switch":"00:00:00:00:00:00:06:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":26,"dst-switch":"00:00:00:00:ba:5e:ba:13","dst-port":4},{"src-switch":"00:00:00:00:00:00:06:01","src-port":8,"dst-switch":"00:00:00:00:00:00:06:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":17,"dst-switch":"00:00:00:00:00:00:06:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":2,"dst-switch":"00:00:00:00:00:00:06:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":9,"dst-switch":"00:00:00:00:00:00:06:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":10,"dst-switch":"00:00:00:00:00:00:06:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":23,"dst-switch":"00:00:00:00:00:00:06:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":16,"dst-switch":"00:00:00:00:00:00:06:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":15,"dst-switch":"00:00:00:00:00:00:06:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":24,"dst-switch":"00:00:00:00:00:00:06:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":14,"dst-switch":"00:00:00:00:00:00:06:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":21,"dst-switch":"00:00:00:00:00:00:06:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":3,"dst-switch":"00:00:00:00:00:00:06:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":11,"dst-switch":"00:00:00:00:00:00:06:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:01","src-port":4,"dst-switch":"00:00:00:00:00:00:06:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:04:18","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:03:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:06:09","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:04:04","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:02:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:02:1d","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":29},{"src-switch":"00:00:00:00:00:00:04:08","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:02:06","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:02:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:02:10","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:06:07","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:07:12","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:04:10","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:06:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:04:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:06:16","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:02:1f","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":31},{"src-switch":"00:00:00:00:00:00:02:2e","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":46},{"src-switch":"00:00:00:00:00:00:02:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:07:03","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:07:05","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:04:09","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:07:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:06:02","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:06:04","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:04:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:07:01","src-port":12,"dst-switch":"00:00:00:00:00:00:07:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":22,"dst-switch":"00:00:00:00:00:00:07:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":20,"dst-switch":"00:00:00:00:00:00:07:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":6,"dst-switch":"00:00:00:00:00:00:07:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":13,"dst-switch":"00:00:00:00:00:00:07:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":19,"dst-switch":"00:00:00:00:00:00:07:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":5,"dst-switch":"00:00:00:00:00:00:07:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":18,"dst-switch":"00:00:00:00:00:00:07:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":25,"dst-switch":"00:00:00:00:00:00:07:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":7,"dst-switch":"00:00:00:00:00:00:07:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":26,"dst-switch":"00:00:20:4e:7f:51:8a:35","dst-port":5},{"src-switch":"00:00:00:00:00:00:07:01","src-port":8,"dst-switch":"00:00:00:00:00:00:07:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":17,"dst-switch":"00:00:00:00:00:00:07:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":2,"dst-switch":"00:00:00:00:00:00:07:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":9,"dst-switch":"00:00:00:00:00:00:07:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":10,"dst-switch":"00:00:00:00:00:00:07:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":23,"dst-switch":"00:00:00:00:00:00:07:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":16,"dst-switch":"00:00:00:00:00:00:07:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":15,"dst-switch":"00:00:00:00:00:00:07:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":24,"dst-switch":"00:00:00:00:00:00:07:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":14,"dst-switch":"00:00:00:00:00:00:07:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":21,"dst-switch":"00:00:00:00:00:00:07:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":3,"dst-switch":"00:00:00:00:00:00:07:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":11,"dst-switch":"00:00:00:00:00:00:07:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:01","src-port":4,"dst-switch":"00:00:00:00:00:00:07:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:06:14","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:03:13","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:07:14","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:02:25","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":37},{"src-switch":"00:00:00:00:00:00:07:15","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:06:10","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:07:08","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:06:18","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:06:03","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:03:14","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:02:13","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:03:16","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:03:06","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:04:13","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:06:15","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:08:15","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:05:05","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:03:01","src-port":12,"dst-switch":"00:00:00:00:00:00:03:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":22,"dst-switch":"00:00:00:00:00:00:03:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":20,"dst-switch":"00:00:00:00:00:00:03:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":6,"dst-switch":"00:00:00:00:00:00:03:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":13,"dst-switch":"00:00:00:00:00:00:03:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":19,"dst-switch":"00:00:00:00:00:00:03:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":5,"dst-switch":"00:00:00:00:00:00:03:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":18,"dst-switch":"00:00:00:00:00:00:03:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":25,"dst-switch":"00:00:00:00:00:00:03:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":7,"dst-switch":"00:00:00:00:00:00:03:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":26,"dst-switch":"00:00:00:08:a2:08:f9:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:03:01","src-port":8,"dst-switch":"00:00:00:00:00:00:03:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":17,"dst-switch":"00:00:00:00:00:00:03:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":2,"dst-switch":"00:00:00:00:00:00:03:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":9,"dst-switch":"00:00:00:00:00:00:03:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":10,"dst-switch":"00:00:00:00:00:00:03:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":23,"dst-switch":"00:00:00:00:00:00:03:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":16,"dst-switch":"00:00:00:00:00:00:03:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":15,"dst-switch":"00:00:00:00:00:00:03:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":24,"dst-switch":"00:00:00:00:00:00:03:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":14,"dst-switch":"00:00:00:00:00:00:03:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":21,"dst-switch":"00:00:00:00:00:00:03:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":3,"dst-switch":"00:00:00:00:00:00:03:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":11,"dst-switch":"00:00:00:00:00:00:03:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:01","src-port":4,"dst-switch":"00:00:00:00:00:00:03:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:03:17","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:07:07","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:03:04","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:06:05","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:05:16","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:07:18","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:07:16","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:06:08","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:08:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:03:19","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:05:11","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:07:17","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:08:09","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:06:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:05:02","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:14","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:05:17","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:06:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:08:02","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:17","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:02:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:05:07","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:08:13","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:08:16","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:03:11","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:07:06","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:05:10","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:02:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:03:18","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:07:13","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:08:07","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:05:14","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:03:09","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:08:10","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:05:09","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:08:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:03:15","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:05:04","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:08:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:06:06","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:08:12","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:06:19","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:03:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:08:05","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:03:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:06:13","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:03:08","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:02:12","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:05:06","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:06:11","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:07:09","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":9},{"src-switch":"00:00:00:00:00:00:05:08","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:07:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:03:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:06:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:04:14","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":20},{"src-switch":"00:00:00:00:00:00:05:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:03:07","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:06:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:05:13","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":19},{"src-switch":"00:00:00:00:00:00:03:05","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:07:10","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:03:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:05:03","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:05:0f","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":15},{"src-switch":"00:00:00:00:00:00:03:02","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:02","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:03:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:04:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":12},{"src-switch":"00:00:00:00:00:00:08:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:04:05","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":5},{"src-switch":"00:00:00:00:00:00:05:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:03:03","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:05:15","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:03:10","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":16},{"src-switch":"00:00:00:00:00:00:04:06","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:05:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:04:12","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:04:17","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:06:17","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":23},{"src-switch":"00:00:00:00:00:00:04:07","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":7},{"src-switch":"00:00:00:00:00:00:08:06","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":6},{"src-switch":"00:00:00:00:00:00:07:11","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:08:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:04:15","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":21},{"src-switch":"00:00:00:00:00:00:05:12","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:05:01","src-port":12,"dst-switch":"00:00:00:00:00:00:05:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":22,"dst-switch":"00:00:00:00:00:00:05:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":20,"dst-switch":"00:00:00:00:00:00:05:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":6,"dst-switch":"00:00:00:00:00:00:05:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":13,"dst-switch":"00:00:00:00:00:00:05:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":19,"dst-switch":"00:00:00:00:00:00:05:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":5,"dst-switch":"00:00:00:00:00:00:05:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":18,"dst-switch":"00:00:00:00:00:00:05:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":25,"dst-switch":"00:00:00:00:00:00:05:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":7,"dst-switch":"00:00:00:00:00:00:05:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":26,"dst-switch":"00:00:00:00:00:00:ba:12","dst-port":5},{"src-switch":"00:00:00:00:00:00:05:01","src-port":8,"dst-switch":"00:00:00:00:00:00:05:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":17,"dst-switch":"00:00:00:00:00:00:05:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":2,"dst-switch":"00:00:00:00:00:00:05:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":9,"dst-switch":"00:00:00:00:00:00:05:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":10,"dst-switch":"00:00:00:00:00:00:05:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":23,"dst-switch":"00:00:00:00:00:00:05:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":16,"dst-switch":"00:00:00:00:00:00:05:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":15,"dst-switch":"00:00:00:00:00:00:05:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":24,"dst-switch":"00:00:00:00:00:00:05:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":14,"dst-switch":"00:00:00:00:00:00:05:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":21,"dst-switch":"00:00:00:00:00:00:05:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":3,"dst-switch":"00:00:00:00:00:00:05:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":11,"dst-switch":"00:00:00:00:00:00:05:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:05:01","src-port":4,"dst-switch":"00:00:00:00:00:00:05:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:04","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:07:0c","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":12},{"src-switch":"00:00:00:16:97:08:9a:46","src-port":3,"dst-switch":"00:00:20:4e:7f:51:8a:35","dst-port":2},{"src-switch":"00:00:00:16:97:08:9a:46","src-port":4,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":26},{"src-switch":"00:00:00:00:00:00:07:02","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:07:19","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:05:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:08:11","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:05:19","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:07:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:07:04","src-port":2,"dst-switch":"00:00:00:00:00:00:07:01","dst-port":4},{"src-switch":"00:00:00:00:00:00:05:18","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:04:03","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:08:03","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":3},{"src-switch":"00:00:00:00:00:00:08:08","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":8},{"src-switch":"00:00:00:00:00:00:05:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:05:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:04:0e","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":14},{"src-switch":"00:00:00:00:00:00:04:0a","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":10},{"src-switch":"00:00:00:00:00:00:04:11","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":17},{"src-switch":"00:00:00:00:00:00:02:02","src-port":2,"dst-switch":"00:00:00:00:00:00:02:01","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:16","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":22},{"src-switch":"00:00:00:00:00:00:04:01","src-port":12,"dst-switch":"00:00:00:00:00:00:04:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":22,"dst-switch":"00:00:00:00:00:00:04:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":20,"dst-switch":"00:00:00:00:00:00:04:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":6,"dst-switch":"00:00:00:00:00:00:04:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":13,"dst-switch":"00:00:00:00:00:00:04:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":19,"dst-switch":"00:00:00:00:00:00:04:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":5,"dst-switch":"00:00:00:00:00:00:04:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":18,"dst-switch":"00:00:00:00:00:00:04:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":25,"dst-switch":"00:00:00:00:00:00:04:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":7,"dst-switch":"00:00:00:00:00:00:04:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":26,"dst-switch":"00:00:00:00:00:00:ba:12","dst-port":4},{"src-switch":"00:00:00:00:00:00:04:01","src-port":8,"dst-switch":"00:00:00:00:00:00:04:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":17,"dst-switch":"00:00:00:00:00:00:04:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":2,"dst-switch":"00:00:00:00:00:00:04:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":9,"dst-switch":"00:00:00:00:00:00:04:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":10,"dst-switch":"00:00:00:00:00:00:04:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":23,"dst-switch":"00:00:00:00:00:00:04:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":16,"dst-switch":"00:00:00:00:00:00:04:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":15,"dst-switch":"00:00:00:00:00:00:04:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":24,"dst-switch":"00:00:00:00:00:00:04:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":14,"dst-switch":"00:00:00:00:00:00:04:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":21,"dst-switch":"00:00:00:00:00:00:04:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":3,"dst-switch":"00:00:00:00:00:00:04:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":11,"dst-switch":"00:00:00:00:00:00:04:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:01","src-port":4,"dst-switch":"00:00:00:00:00:00:04:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:19","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:04:19","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":25},{"src-switch":"00:00:00:00:00:00:08:0b","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":11},{"src-switch":"00:00:00:00:00:00:08:18","src-port":2,"dst-switch":"00:00:00:00:00:00:08:01","dst-port":24},{"src-switch":"00:00:00:00:00:00:06:12","src-port":2,"dst-switch":"00:00:00:00:00:00:06:01","dst-port":18},{"src-switch":"00:00:00:00:00:00:08:01","src-port":12,"dst-switch":"00:00:00:00:00:00:08:0c","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":22,"dst-switch":"00:00:00:00:00:00:08:16","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":20,"dst-switch":"00:00:00:00:00:00:08:14","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":6,"dst-switch":"00:00:00:00:00:00:08:06","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":13,"dst-switch":"00:00:00:00:00:00:08:0d","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":19,"dst-switch":"00:00:00:00:00:00:08:13","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":5,"dst-switch":"00:00:00:00:00:00:08:05","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":18,"dst-switch":"00:00:00:00:00:00:08:12","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":25,"dst-switch":"00:00:00:00:00:00:08:19","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":7,"dst-switch":"00:00:00:00:00:00:08:07","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":26,"dst-switch":"00:00:00:16:97:08:9a:46","dst-port":4},{"src-switch":"00:00:00:00:00:00:08:01","src-port":8,"dst-switch":"00:00:00:00:00:00:08:08","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":17,"dst-switch":"00:00:00:00:00:00:08:11","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":2,"dst-switch":"00:00:00:00:00:00:08:02","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":9,"dst-switch":"00:00:00:00:00:00:08:09","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":10,"dst-switch":"00:00:00:00:00:00:08:0a","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":23,"dst-switch":"00:00:00:00:00:00:08:17","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":16,"dst-switch":"00:00:00:00:00:00:08:10","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":15,"dst-switch":"00:00:00:00:00:00:08:0f","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":24,"dst-switch":"00:00:00:00:00:00:08:18","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":14,"dst-switch":"00:00:00:00:00:00:08:0e","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":21,"dst-switch":"00:00:00:00:00:00:08:15","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":3,"dst-switch":"00:00:00:00:00:00:08:03","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":11,"dst-switch":"00:00:00:00:00:00:08:0b","dst-port":2},{"src-switch":"00:00:00:00:00:00:08:01","src-port":4,"dst-switch":"00:00:00:00:00:00:08:04","dst-port":2},{"src-switch":"00:00:00:00:00:00:04:0d","src-port":2,"dst-switch":"00:00:00:00:00:00:04:01","dst-port":13},{"src-switch":"00:00:00:00:00:00:03:12","src-port":2,"dst-switch":"00:00:00:00:00:00:03:01","dst-port":18}]
\ No newline at end of file
diff --git a/web/ons-demo/data/wm_core_topology_switches_all_json.json b/web/ons-demo/data/wm_core_topology_switches_all_json.json
index 4d0fca2..5b659a2 100644
--- a/web/ons-demo/data/wm_core_topology_switches_all_json.json
+++ b/web/ons-demo/data/wm_core_topology_switches_all_json.json
@@ -1,6395 +1 @@
-[
-  {
-    "dpid": "00:00:00:00:00:00:02:24",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.36-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.36-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.13-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.13-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0d"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.14-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.14-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0e"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.12-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "a2:c4:0b:d6:85:86"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.12-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0c"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:29",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.41-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.41-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:5e:80:3f:db:d7:4d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw2-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw2-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw2-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "tap01_2",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:16:00:9d:ff:8f:4f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw5-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw5-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw5-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "tap01_6",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:19"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.14-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.14-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw05.01-eth12",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "46:e9:c9:b4:f5:7c"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw05.01-eth22",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "62:b3:7a:a2:c8:fc"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw05.01-eth20",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ee:80:33:2a:a5:d3"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw05.01-eth6",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw05.01-eth13",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "a6:ff:2e:33:fe:ad"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw05.01-eth19",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "2a:8c:d5:f1:ee:66"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw05.01-eth5",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw05.01-eth18",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "2e:42:63:35:a7:2e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw05.01-eth25",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:19"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw05.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw05.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw05.01-eth17",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "f2:e1:6d:e6:a7:82"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw05.01-eth9",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw05.01-eth10",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw05.01-eth23",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:17"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw05.01-eth16",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "12:08:40:64:54:1c"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw05.01-eth15",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "72:03:bd:d8:d7:19"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw05.01-eth24",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "26:ad:2b:84:34:74"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw05.01-eth14",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "8e:f3:24:5e:8f:cd"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw05.01-eth21",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:37:cb:52:18:d4"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw05.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw05.01-eth11",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "56:d0:1d:64:7c:05"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw05.01-eth4",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.01-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:01"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap05_1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.05-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9e:f3:00:a8:ae:1b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.05-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:05"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.15-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.15-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0f"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.08-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.08-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.21-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.21-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.22-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.22-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.16-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "36:7f:22:29:8a:42"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.16-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:10"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.19-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.19-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.05-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.09-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.09-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.02-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "72:27:51:c3:c4:5b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.02-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:02"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.17-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "36:7f:22:29:8a:42"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.17-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:11"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.12-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.12-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.04-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:04"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.03-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:03"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.09-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "6a:ee:bd:b3:e4:33"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.09-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:09"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:21",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.33-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.33-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.17-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.17-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.42-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.42-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.20-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:14"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.04-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.19-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9e:f3:00:a8:ae:1b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.19-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:13"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.18-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "36:7f:22:29:8a:42"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.18-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:12"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.07-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.22-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:45:bf:2a:26:08"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.22-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:16"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.23-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.23-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.15-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.15-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.19-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.19-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.26-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.26-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.13-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.13-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.17-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.17-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.21-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0d"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.21-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:15"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.03-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.31-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.31-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw08.01-eth12",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "de:37:a8:2e:29:8e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw08.01-eth22",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "da:b5:d1:54:49:cd"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw08.01-eth20",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "12:9a:18:65:b4:e6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw08.01-eth6",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw08.01-eth13",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "fe:f4:b2:34:d7:94"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw08.01-eth19",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:ec:af:7b:c2:bf"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw08.01-eth5",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw08.01-eth18",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "0e:46:ac:01:a5:a8"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw08.01-eth25",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "b6:31:99:e2:61:d8"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw08.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw08.01-eth8",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "5a:70:e6:15:9c:c0"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw08.01-eth17",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "c6:0b:c8:f2:31:63"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw08.01-eth9",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ca:1b:ce:02:da:e0"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw08.01-eth10",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "2a:67:a2:30:29:82"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw08.01-eth23",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "72:29:80:a5:66:18"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw08.01-eth16",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "42:f6:1d:a4:11:86"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw08.01-eth15",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "8a:a5:8b:ea:76:de"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw08.01-eth24",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "1e:ff:83:aa:00:13"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw08.01-eth14",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ae:77:b2:43:19:dc"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw08.01-eth21",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "86:31:f2:6c:2d:d5"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw08.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw08.01-eth11",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "0e:83:c0:6e:aa:1a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw08.01-eth4",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap08_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.01-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:01"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw06.01-eth12",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "26:bd:74:29:2e:f7"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw06.01-eth22",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "a6:8c:64:2b:28:51"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw06.01-eth20",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ee:5f:90:17:43:76"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw06.01-eth6",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ba:78:14:6e:0e:34"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw06.01-eth13",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "56:3a:52:f2:6f:7e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw06.01-eth19",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ea:b6:03:21:87:cc"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw06.01-eth5",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "82:31:53:e2:15:9a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw06.01-eth18",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:a6:10:cf:ef:4c"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw06.01-eth25",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:f3:49:38:81:8b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw06.01-eth7",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ae:96:76:85:04:d1"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw06.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw06.01-eth17",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d2:dd:28:72:d9:0e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.01-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "92:ab:ee:41:e7:8a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw06.01-eth9",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "3e:87:47:fb:19:f6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw06.01-eth10",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:50:f1:d9:04:e8"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw06.01-eth23",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e6:7c:b8:39:f1:1d"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw06.01-eth16",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e6:7a:47:47:86:20"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw06.01-eth15",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw06.01-eth24",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:52:21:f9:cf:da"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw06.01-eth14",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "0e:d2:18:52:47:b3"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw06.01-eth21",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:ae:30:87:96:40"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw06.01-eth3",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e6:62:aa:7c:11:70"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw06.01-eth11",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "c2:ce:30:9a:01:e3"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw06.01-eth4",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "86:5d:b2:59:dc:d5"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap06_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.01-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:01"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:30",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.48-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.48-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.05-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.24-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.24-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.25-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "aa:25:28:8e:be:9e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.25-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:19"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:22",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.34-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.34-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.23-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e6:d9:4e:0d:f7:27"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.23-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:17"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.07-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:07"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.24-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:01"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.24-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:18"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.11-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.11-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.44-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.44-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.16-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.16-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.24-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:06"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.24-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:18"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.24-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ae:94:b1:a2:c1:b6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.24-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:18"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.08-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.08-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:08"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.23-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.23-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:17"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.22-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:f3:49:38:81:8b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.22-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:16"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.10-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.10-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.03-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "26:62:61:fb:4f:f7"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.03-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:03"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.03-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:03"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.25-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:08"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.25-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:19"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.25-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.25-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:19"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.11-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.11-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.04-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e2:94:c2:86:8d:26"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.04-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:04"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.46-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.46-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.04-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:04"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.24-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.24-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.02-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "b2:5a:2e:b9:f5:39"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.02-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:02"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.02-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.02-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:02"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.21-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "c6:8e:64:7b:8e:f1"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.21-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:15"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.23-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:f3:49:38:81:8b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.23-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:17"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.11-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.11-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.06-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.06-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:06"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.23-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.23-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.19-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.19-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.06-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "2e:42:63:35:a7:2e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.06-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:06"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.10-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "56:d0:1d:64:7c:05"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.10-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0a"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.27-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.27-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.18-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.18-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.21-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "3e:87:47:fb:19:f6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.21-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:15"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.22-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "da:56:48:05:30:be"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.22-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:16"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.10-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.10-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.20-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.11-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "46:e9:c9:b4:f5:7c"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.11-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0b"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.22-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.22-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.28-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.28-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0c",
-    "state": "INACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.12-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "26:ad:2b:84:34:74"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "06:06:f3:4d:61:81"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.12-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0c"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.20-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:03:8c:0e:17:a5"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.20-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:14"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.22-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.22-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.19-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "86:9b:e7:a7:ad:e8"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.19-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:13"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.13-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "72:03:bd:d8:d7:19"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.13-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0d"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.13-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.13-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.02-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.02-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.23-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.23-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.07-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.12-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.12-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0c"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.06-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.06-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.14-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.14-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.14-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "c2:d9:c3:a9:7f:ff"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.14-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0e"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw03.01-eth12",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw03.01-eth22",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw03.01-eth20",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw03.01-eth6",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw03.01-eth13",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw03.01-eth19",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw03.01-eth5",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw03.01-eth18",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw03.01-eth25",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw03.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap03_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw03.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw03.01-eth17",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw03.01-eth9",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw03.01-eth10",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw03.01-eth23",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw03.01-eth16",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw03.01-eth15",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.01-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw03.01-eth24",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw03.01-eth14",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw03.01-eth21",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw03.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw03.01-eth11",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw03.01-eth4",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:28",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.40-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.40-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.08-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "5e:10:79:2f:4c:bc"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.08-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:08"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.20-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.04-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw07.01-eth12",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "6e:c9:1e:03:93:d2"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw07.01-eth22",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "4e:48:3c:2b:e0:48"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw07.01-eth20",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "02:2d:58:3c:7c:5c"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw07.01-eth6",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "a2:c4:0b:d6:85:86"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw07.01-eth13",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "fa:0e:cb:7b:56:5f"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw07.01-eth19",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "f2:03:d8:7e:39:24"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw07.01-eth5",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ca:2e:ef:fb:c3:c4"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw07.01-eth18",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:45:bf:2a:26:08"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw07.01-eth25",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "36:19:dd:15:5f:f5"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw07.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw07.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw07.01-eth17",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "f6:67:5c:89:bc:c6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw07.01-eth9",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw07.01-eth10",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "96:07:1d:4b:58:72"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw07.01-eth23",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "0e:a4:26:22:9f:4e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw07.01-eth16",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:8b:22:0f:a2:9a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw07.01-eth15",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "76:aa:67:1b:81:82"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw07.01-eth24",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:c9:22:88:7a:33"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw07.01-eth14",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "12:3f:0a:a4:5e:e9"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw07.01-eth21",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "5e:dc:c1:7b:ff:95"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw07.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw07.01-eth11",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw07.01-eth4",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap07_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.01-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:01"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.05-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:05"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.12-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.12-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.02-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.02-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.15-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.15-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0f"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.10-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.10-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.09-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.09-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:09"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.17-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "6e:b1:c8:4e:b5:6e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.17-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:11"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.18-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "3e:fa:85:a3:e9:80"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.18-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:12"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.08-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.08-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.21-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.21-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.16-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "b2:9d:2d:1c:c4:10"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.16-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:10"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.16-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:37:cb:52:18:d4"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.16-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:10"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.25-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.25-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.15-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "06:06:f3:4d:61:81"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.15-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0f"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.03-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:03"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.06-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "c2:ce:30:9a:01:e3"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:ae:30:87:96:40"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.06-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:06"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.09-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.09-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:09"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.02-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.02-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:02"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.18-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.18-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.04-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:04"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.17-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "a6:ff:2e:33:fe:ad"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.17-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:11"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.18-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.18-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:12"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.07-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:ae:30:87:96:40"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "0e:d2:18:52:47:b3"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.07-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:07"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.13-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.13-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0d"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.05-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:20",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.32-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.32-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:04",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.04-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.04-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.06-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.06-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:06"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.13-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "86:5d:b2:59:dc:d5"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.13-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0d"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.14-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.14-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0e"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.14-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:ae:30:87:96:40"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "56:3a:52:f2:6f:7e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.14-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0e"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.19-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.19-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:13"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.06-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.06-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:27",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.39-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.39-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.10-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.10-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0a"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.05-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:05"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.20-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:14"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.15-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.15-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.25-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.25-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:02",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.02-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.02-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:31",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.49-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.49-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.21-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ee:80:33:2a:a5:d3"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.21-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:15"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.09-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.09-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.30-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.30-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.11-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.11-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:0b"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.13-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.13-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.15-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.15-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:0e:46:7a:3a:69:45",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "tap01_5",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:19"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw4-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw4-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw4-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "tap01_4",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.07-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.03-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:05",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.05-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.05-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:05"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.11-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:52:21:f9:cf:da"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.11-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0b"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:03",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.03-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.03-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.08-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "fa:b9:a9:94:03:fd"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.08-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:08"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:16",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.22-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.22-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:16"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.15-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "9a:ae:30:87:96:40"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "56:3a:52:f2:6f:7e"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.15-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0f"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.17-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ba:78:14:6e:0e:34"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.17-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:11"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.12-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.12-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.09-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "d6:2d:5b:6c:64:2b"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.09-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:09"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.24-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:02"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.24-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:18"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.08-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.08-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:17",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.23-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:11"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:13"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.23-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:17"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:18",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.24-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.24-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:1d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.29-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.29-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.25-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.25-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.18-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.18-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:05:19",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw05.25-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:0f"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw05.25-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:05:19"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.07-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:07"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.10-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "ba:78:14:6e:0e:34"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.10-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0a"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.43-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.43-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:0e",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.14-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.14-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.20-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:0c",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.12-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:50:f1:d9:04:e8"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "92:ab:ee:41:e7:8a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.12-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:0c"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.16-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "92:ab:ee:41:e7:8a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.16-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:10"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:11",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.17-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.17-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:25",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.37-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.37-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2d",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.45-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.45-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 40,
-        "desc": "sw02.01-eth40",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw02.01-eth22",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 49,
-        "desc": "sw02.01-eth49",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw02.01-eth12",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 31,
-        "desc": "sw02.01-eth31",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw02.01-eth20",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw02.01-eth6",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 27,
-        "desc": "sw02.01-eth27",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 34,
-        "desc": "sw02.01-eth34",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw02.01-eth19",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw02.01-eth13",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 41,
-        "desc": "sw02.01-eth41",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 48,
-        "desc": "sw02.01-eth48",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw02.01-eth5",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 28,
-        "desc": "sw02.01-eth28",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 33,
-        "desc": "sw02.01-eth33",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw02.01-eth18",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 42,
-        "desc": "sw02.01-eth42",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw02.01-eth25",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 47,
-        "desc": "sw02.01-eth47",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 46,
-        "desc": "sw02.01-eth46",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw02.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "sw02.01-eth26",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 36,
-        "desc": "sw02.01-eth36",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw02.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 45,
-        "desc": "sw02.01-eth45",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 35,
-        "desc": "sw02.01-eth35",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw02.01-eth17",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw02.01-eth9",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 51,
-        "desc": "tap02_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 37,
-        "desc": "sw02.01-eth37",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 44,
-        "desc": "sw02.01-eth44",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 43,
-        "desc": "sw02.01-eth43",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw02.01-eth16",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 30,
-        "desc": "sw02.01-eth30",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw02.01-eth23",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw02.01-eth10",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw02.01-eth15",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 38,
-        "desc": "sw02.01-eth38",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 29,
-        "desc": "sw02.01-eth29",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.01-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw02.01-eth24",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw02.01-eth14",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw02.01-eth21",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw02.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 39,
-        "desc": "sw02.01-eth39",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 32,
-        "desc": "sw02.01-eth32",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw02.01-eth11",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw02.01-eth4",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 50,
-        "desc": "sw02.01-eth50",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0a",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.10-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "fa:0e:cb:7b:56:5f"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.10-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0a"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.16-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.16-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:26",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.38-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.38-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:12",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.18-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.18-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:12"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:01",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 12,
-        "desc": "sw04.01-eth12",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 22,
-        "desc": "sw04.01-eth22",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 20,
-        "desc": "sw04.01-eth20",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 6,
-        "desc": "sw04.01-eth6",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 13,
-        "desc": "sw04.01-eth13",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 19,
-        "desc": "sw04.01-eth19",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "sw04.01-eth5",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 18,
-        "desc": "sw04.01-eth18",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 25,
-        "desc": "sw04.01-eth25",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 7,
-        "desc": "sw04.01-eth7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 26,
-        "desc": "tap04_1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 8,
-        "desc": "sw04.01-eth8",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 17,
-        "desc": "sw04.01-eth17",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.01-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 9,
-        "desc": "sw04.01-eth9",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 10,
-        "desc": "sw04.01-eth10",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 23,
-        "desc": "sw04.01-eth23",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 16,
-        "desc": "sw04.01-eth16",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 15,
-        "desc": "sw04.01-eth15",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.01-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 24,
-        "desc": "sw04.01-eth24",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 14,
-        "desc": "sw04.01-eth14",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 21,
-        "desc": "sw04.01-eth21",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw04.01-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 11,
-        "desc": "sw04.01-eth11",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw04.01-eth4",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:08:07",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw08.07-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw08.07-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:08:07"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:23",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.35-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.35-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:82:4f:75:82:a3:4b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw1-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw1-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw1-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "tap01_8",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:06",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.06-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.06-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:04:15",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw04.21-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw04.21-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:36:7d:90:c9:4f:49",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw3-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw3-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw3-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw3-eth4",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "tap01_3",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:13",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.19-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "e6:06:06:b2:62:6c"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "3e:87:47:fb:19:f6"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.19-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:13"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:2f",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.47-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.47-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:08",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.08-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.08-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:08"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:03:09",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw03.09-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw03.09-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:06:14",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw06.20-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw06.20-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:06:14"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:32",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.50-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.50-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:07:0b",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw07.11-eth2",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:8b:22:0f:a2:9a"
-          },
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "66:8b:22:0f:a2:9a"
-          }
-        ]
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw07.11-eth1",
-        "devices": [
-          {
-            "state": "ACTIVE",
-            "ipv4": null,
-            "mac": "00:00:c0:a8:07:0b"
-          }
-        ]
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:00:00:00:00:02:10",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw02.16-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw02.16-eth1",
-        "devices": []
-      }
-    ]
-  },
-  {
-    "dpid": "00:00:4e:27:27:d7:48:45",
-    "state": "ACTIVE",
-    "ports": [
-      {
-        "state": "ACTIVE",
-        "number": 5,
-        "desc": "tap01_7",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 2,
-        "desc": "sw6-eth2",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 1,
-        "desc": "sw6-eth1",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 3,
-        "desc": "sw6-eth3",
-        "devices": []
-      },
-      {
-        "state": "ACTIVE",
-        "number": 4,
-        "desc": "sw6-eth4",
-        "devices": []
-      }
-    ]
-  }
-]
+[{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw06.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw06.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw06.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw06.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw06.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw06.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw06.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw06.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw06.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw06.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap06_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw06.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw06.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw06.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw06.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw06.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw06.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw06.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw06.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw06.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw06.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw06.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw06.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw06.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw06.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:06:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:18"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0b"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.38-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.38-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:26"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:09"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.29-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.29-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:06"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:10"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.39-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.39-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:27"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0e"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.31-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.31-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1f"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.32-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.32-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:20"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.46-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.46-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:03"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:15"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:09"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.33-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.33-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:21"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:02"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw07.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw07.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw07.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw07.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw07.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw07.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw07.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw07.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw07.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw07.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap07_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw07.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw07.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw07.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw07.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw07.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw07.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw07.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw07.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw07.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw07.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw07.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw07.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw07.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw07.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:07:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:14"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:13"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:17"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.50-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.50-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:32"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:14"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.27-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.27-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.37-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.37-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:25"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:15"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.28-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.28-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:18"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:18"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:03"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:14"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:06"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:15"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:15"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw03.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw03.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw03.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw03.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw03.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw03.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw03.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw03.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw03.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw03.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap03_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw03.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw03.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw03.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw03.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw03.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw03.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw03.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw03.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw03.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw03.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw03.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw03.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw03.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw03.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:03:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:17"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":40,"desc":"sw02.01-eth40","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw02.01-eth22","devices":[]},{"state":"ACTIVE","number":49,"desc":"sw02.01-eth49","devices":[]},{"state":"ACTIVE","number":12,"desc":"sw02.01-eth12","devices":[]},{"state":"ACTIVE","number":31,"desc":"sw02.01-eth31","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw02.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw02.01-eth6","devices":[]},{"state":"ACTIVE","number":27,"desc":"sw02.01-eth27","devices":[]},{"state":"ACTIVE","number":34,"desc":"sw02.01-eth34","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw02.01-eth19","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw02.01-eth13","devices":[]},{"state":"ACTIVE","number":41,"desc":"sw02.01-eth41","devices":[]},{"state":"ACTIVE","number":48,"desc":"sw02.01-eth48","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw02.01-eth5","devices":[]},{"state":"ACTIVE","number":28,"desc":"sw02.01-eth28","devices":[]},{"state":"ACTIVE","number":33,"desc":"sw02.01-eth33","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw02.01-eth18","devices":[]},{"state":"ACTIVE","number":42,"desc":"sw02.01-eth42","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw02.01-eth25","devices":[]},{"state":"ACTIVE","number":47,"desc":"sw02.01-eth47","devices":[]},{"state":"ACTIVE","number":46,"desc":"sw02.01-eth46","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw02.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"sw02.01-eth26","devices":[]},{"state":"ACTIVE","number":36,"desc":"sw02.01-eth36","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw02.01-eth8","devices":[]},{"state":"ACTIVE","number":45,"desc":"sw02.01-eth45","devices":[]},{"state":"ACTIVE","number":35,"desc":"sw02.01-eth35","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw02.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw02.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw02.01-eth9","devices":[]},{"state":"ACTIVE","number":51,"desc":"tap02_1","devices":[]},{"state":"ACTIVE","number":37,"desc":"sw02.01-eth37","devices":[]},{"state":"ACTIVE","number":44,"desc":"sw02.01-eth44","devices":[]},{"state":"ACTIVE","number":43,"desc":"sw02.01-eth43","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw02.01-eth16","devices":[]},{"state":"ACTIVE","number":30,"desc":"sw02.01-eth30","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw02.01-eth23","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw02.01-eth10","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw02.01-eth15","devices":[]},{"state":"ACTIVE","number":38,"desc":"sw02.01-eth38","devices":[]},{"state":"ACTIVE","number":29,"desc":"sw02.01-eth29","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw02.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw02.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw02.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw02.01-eth3","devices":[]},{"state":"ACTIVE","number":39,"desc":"sw02.01-eth39","devices":[]},{"state":"ACTIVE","number":32,"desc":"sw02.01-eth32","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw02.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw02.01-eth4","devices":[]},{"state":"ACTIVE","number":50,"desc":"sw02.01-eth50","devices":[]}],"dpid":"00:00:00:00:00:00:02:01"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.48-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.48-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:30"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:04"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:18"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:17"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:09"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:02"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:14"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:09"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:17"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:02"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:17"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:13"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:16"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:06"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:18"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:14"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.41-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.41-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:29"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:09"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:09"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:03"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:15"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.30-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.30-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:06"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:06"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.09-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.09-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:09"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0c"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:14"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.19-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.19-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0f"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:03"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.15-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.15-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0f"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.26-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.26-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:1a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:02"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:0e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:02"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:0e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0d"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.49-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.49-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:31"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.05-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.05-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:05"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:03"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:15"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.16-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.16-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:10"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:06"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw3-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw3-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw3-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw3-eth4","devices":[]},{"state":"ACTIVE","number":5,"desc":"tap01_3","devices":[]}],"dpid":"00:00:00:08:a2:08:f9:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:17"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.23-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.23-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:17"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.07-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.07-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:07"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.06-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.06-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:06"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.40-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.40-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:28"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.44-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.44-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.21-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.21-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:15"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw05.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw05.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw05.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw05.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw05.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw05.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw05.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw05.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw05.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw05.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap05_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw05.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw05.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw05.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw05.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw05.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw05.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw05.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw05.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw05.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw05.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw05.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw05.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw05.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw05.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:05:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.12-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.12-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0c"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":1,"desc":"sw1-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw1-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"tap01_8","devices":[]}],"dpid":"00:00:00:16:97:08:9a:46"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:02"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.36-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.36-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:24"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:19"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw5-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw5-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw5-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"tap01_6","devices":[]}],"dpid":"00:00:00:00:ba:5e:ba:13"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:11"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw6-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw6-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw6-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw6-eth4","devices":[]},{"state":"ACTIVE","number":5,"desc":"tap01_7","devices":[]}],"dpid":"00:00:20:4e:7f:51:8a:35"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:0e"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.20-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.20-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:14"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw07.04-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw07.04-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:07:04"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:18"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:03"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.03-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.03-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:03"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw05.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw05.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:05:0e"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.14-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.14-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0e"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.08-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.08-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:08"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.10-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.10-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.17-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.17-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.02-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.02-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:02"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.22-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.22-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:16"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":1,"desc":"sw2-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw2-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"tap01_2","devices":[]}],"dpid":"00:00:00:00:ba:5e:ba:11"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw04.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw04.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw04.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw04.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw04.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw04.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw04.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw04.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw04.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw04.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap04_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw04.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw04.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw04.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw04.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw04.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw04.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw04.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw04.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw04.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw04.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw04.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw04.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw04.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw04.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:04:01"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.25-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.25-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:19"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.11-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.11-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:0b"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.43-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.43-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2b"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw08.24-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.24-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:08:18"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.45-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.45-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2d"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw06.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw06.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:06:12"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":12,"desc":"sw08.01-eth12","devices":[]},{"state":"ACTIVE","number":22,"desc":"sw08.01-eth22","devices":[]},{"state":"ACTIVE","number":20,"desc":"sw08.01-eth20","devices":[]},{"state":"ACTIVE","number":6,"desc":"sw08.01-eth6","devices":[]},{"state":"ACTIVE","number":13,"desc":"sw08.01-eth13","devices":[]},{"state":"ACTIVE","number":19,"desc":"sw08.01-eth19","devices":[]},{"state":"ACTIVE","number":5,"desc":"sw08.01-eth5","devices":[]},{"state":"ACTIVE","number":18,"desc":"sw08.01-eth18","devices":[]},{"state":"ACTIVE","number":25,"desc":"sw08.01-eth25","devices":[]},{"state":"ACTIVE","number":7,"desc":"sw08.01-eth7","devices":[]},{"state":"ACTIVE","number":26,"desc":"tap08_1","devices":[]},{"state":"ACTIVE","number":8,"desc":"sw08.01-eth8","devices":[]},{"state":"ACTIVE","number":17,"desc":"sw08.01-eth17","devices":[]},{"state":"ACTIVE","number":2,"desc":"sw08.01-eth2","devices":[]},{"state":"ACTIVE","number":9,"desc":"sw08.01-eth9","devices":[]},{"state":"ACTIVE","number":10,"desc":"sw08.01-eth10","devices":[]},{"state":"ACTIVE","number":23,"desc":"sw08.01-eth23","devices":[]},{"state":"ACTIVE","number":16,"desc":"sw08.01-eth16","devices":[]},{"state":"ACTIVE","number":15,"desc":"sw08.01-eth15","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw08.01-eth1","devices":[]},{"state":"ACTIVE","number":24,"desc":"sw08.01-eth24","devices":[]},{"state":"ACTIVE","number":14,"desc":"sw08.01-eth14","devices":[]},{"state":"ACTIVE","number":21,"desc":"sw08.01-eth21","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw08.01-eth3","devices":[]},{"state":"ACTIVE","number":11,"desc":"sw08.01-eth11","devices":[]},{"state":"ACTIVE","number":4,"desc":"sw08.01-eth4","devices":[]}],"dpid":"00:00:00:00:00:00:08:01"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.35-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.35-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:23"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw04.13-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw04.13-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:04:0d"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.47-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.47-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2f"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.34-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.34-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:22"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw4-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw4-eth1","devices":[]},{"state":"ACTIVE","number":3,"desc":"sw4-eth3","devices":[]},{"state":"ACTIVE","number":4,"desc":"tap01_4","devices":[]},{"state":"ACTIVE","number":5,"desc":"tap01_5","devices":[]}],"dpid":"00:00:00:00:00:00:ba:12"},{"state":"INACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw02.42-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw02.42-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:02:2a"},{"state":"ACTIVE","ports":[{"state":"ACTIVE","number":2,"desc":"sw03.18-eth2","devices":[]},{"state":"ACTIVE","number":1,"desc":"sw03.18-eth1","devices":[]}],"dpid":"00:00:00:00:00:00:03:12"}]
\ No newline at end of file
diff --git a/web/ons-demo/data/wm_registry_controllers_json.json b/web/ons-demo/data/wm_registry_controllers_json.json
index 5613635..38b0907 100644
--- a/web/ons-demo/data/wm_registry_controllers_json.json
+++ b/web/ons-demo/data/wm_registry_controllers_json.json
@@ -1,7 +1 @@
-[
-  "onosgui1",
-  "onosgui3",
-  "onosgui6",
-  "onosgui7",
-  "onosgui8"
-]
+["onosgui1","onosgui2","onosgui3","onosgui4","onosgui5","onosgui6","onosgui7","onosgui8"]
\ No newline at end of file
diff --git a/web/ons-demo/data/wm_registry_switches_json.json b/web/ons-demo/data/wm_registry_switches_json.json
index a586c09..841cdb6 100644
--- a/web/ons-demo/data/wm_registry_switches_json.json
+++ b/web/ons-demo/data/wm_registry_switches_json.json
@@ -1,5340 +1 @@
-{
-  "00:00:00:00:00:00:02:08": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:09": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:16": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:15": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:18": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:17": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:0a": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:12": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:0b": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:11": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:0c": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:14": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:0d": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:13": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:0e": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:0f": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:10": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:0f": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:0d": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:36:7d:90:c9:4f:49": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:0e": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:0b": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:0c": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:0a": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:19": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:29": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:28": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:27": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:26": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:25": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:24": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:23": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:22": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:21": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:20": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:02": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:01": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:04": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:03": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:17": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:18": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:19": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:13": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:14": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:09": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:08:15": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:16": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:06": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:10": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:05": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:08:11": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:08": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:12": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:07": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:04:10": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:11": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:12": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:13": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:14": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:15": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:16": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:17": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:18": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:19": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:15": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:82:4f:75:82:a3:4b": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:14": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:13": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:12": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:11": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:0a": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:0f": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:10": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:0e": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:0d": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:0c": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    }
-  ],
-  "00:00:00:00:00:00:04:0e": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:0b": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:04:0d": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:0a": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:04:0c": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:0b": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:07:19": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:18": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:17": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:07:16": [
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:0f": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:03": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:02": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:01": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:07": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:06": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:05": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:04": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0f": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0e": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0d": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0c": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0b": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:0a": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:11": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:10": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:13": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:12": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:15": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:14": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:17": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:16": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:19": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:18": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:01": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:05": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:04": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:03": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:02": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:09": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:08": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:07": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0e": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:08:06": [
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0f": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0c": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0d": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0a": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:0b": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:02": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:01": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:06": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:05": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:04": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:03": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:05:09": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:08": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:05:07": [
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:09": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1b": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1a": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1d": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1c": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1f": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:1e": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:30": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:31": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:11": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:32": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:10": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:13": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    }
-  ],
-  "00:00:00:00:00:00:03:12": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:15": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    }
-  ],
-  "00:00:00:00:00:00:03:14": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:17": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:16": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    }
-  ],
-  "00:00:00:00:00:00:03:19": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:18": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:2a": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:02:2e": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:2d": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:2c": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:2b": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:02:2f": [
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:04": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:03": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:02": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:01": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:08": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:07": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:06": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:03:05": [
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:0e:46:7a:3a:69:45": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:5e:80:3f:db:d7:4d": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:03": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:02": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:05": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:04": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:07": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:06": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:09": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:08": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:04:01": [
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:06:09": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:08": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:05": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:04": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:07": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:06": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:01": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:03": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:02": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:16:00:9d:ff:8f:4f": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui4"
-    },
-    {
-      "controllerId": "onosgui3"
-    }
-  ],
-  "00:00:00:00:00:00:06:0d": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:0e": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:0f": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:4e:27:27:d7:48:45": [
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:0a": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:0b": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:0c": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:18": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:17": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:16": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:15": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:19": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:10": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:14": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:13": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:12": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ],
-  "00:00:00:00:00:00:06:11": [
-    {
-      "controllerId": "onosgui6"
-    },
-    {
-      "controllerId": "onosgui5"
-    },
-    {
-      "controllerId": "onosgui8"
-    },
-    {
-      "controllerId": "onosgui2"
-    },
-    {
-      "controllerId": "onosgui7"
-    },
-    {
-      "controllerId": "onosgui1"
-    },
-    {
-      "controllerId": "onosgui3"
-    },
-    {
-      "controllerId": "onosgui4"
-    }
-  ]
-}
+{"00:00:00:00:00:00:02:08":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:09":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:16":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:15":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:18":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:17":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:07:0a":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:12":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:0b":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:11":[{"controllerId":"onosgui2"},{"controllerId":"onosgui7"}],"00:00:00:00:00:00:07:0c":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:14":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:07:0d":[{"controllerId":"onosgui7"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:13":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:0e":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:0f":[{"controllerId":"onosgui7"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:10":[{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:0f":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:0d":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:0e":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:0b":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:0c":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:0a":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:19":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:29":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:28":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:27":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:26":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:25":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:24":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:23":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:22":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:21":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:20":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:07:02":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:01":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:04":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:03":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:17":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:18":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:19":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:13":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:14":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:09":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:15":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:16":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:06":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:10":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:05":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:11":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:08":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:12":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:07":[{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:16:97:08:9a:46":[{"controllerId":"onosgui1"},{"controllerId":"onosgui7"},{"controllerId":"onosgui8"},{"controllerId":"onosgui5"},{"controllerId":"onosgui6"},{"controllerId":"onosgui4"},{"controllerId":"onosgui2"},{"controllerId":"onosgui3"}],"00:00:00:00:00:00:04:10":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:11":[{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:12":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:13":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:14":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:15":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:16":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:17":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:18":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:19":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:15":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:14":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:13":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:12":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:11":[{"controllerId":"onosgui7"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0a":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0f":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:10":[{"controllerId":"onosgui7"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0e":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0d":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0c":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0e":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0b":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0d":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:0a":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0c":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0b":[{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:19":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:18":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:17":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:07:16":[{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:0f":[{"controllerId":"onosgui4"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:03":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:02":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:01":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:07":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:06":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:05":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:04":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0f":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0e":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0d":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0c":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0b":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:08:a2:08:f9:01":[{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:0a":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:11":[{"controllerId":"onosgui5"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:10":[{"controllerId":"onosgui5"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:13":[{"controllerId":"onosgui5"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:12":[{"controllerId":"onosgui5"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:15":[{"controllerId":"onosgui5"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:14":[{"controllerId":"onosgui5"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:17":[{"controllerId":"onosgui5"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:16":[{"controllerId":"onosgui5"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:19":[{"controllerId":"onosgui5"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:18":[{"controllerId":"onosgui5"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:01":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:05":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:04":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:03":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:02":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:09":[{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:08":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:07":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0e":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:08:06":[{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0f":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0c":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0d":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0a":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:0b":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:02":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:01":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:06":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:05":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:04":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:03":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:09":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:08":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:05:07":[{"controllerId":"onosgui5"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:09":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:1b":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:1a":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:1d":[{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:1c":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:1f":[{"controllerId":"onosgui2"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:1e":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:30":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:31":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:03:11":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:32":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:03:10":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:13":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:12":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:15":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:14":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:17":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:16":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:19":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:18":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:2a":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:2e":[{"controllerId":"onosgui2"},{"controllerId":"onosgui5"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:02:2d":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:2c":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:2b":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:02:2f":[{"controllerId":"onosgui2"}],"00:00:00:00:00:00:03:04":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:03":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:02":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:01":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:08":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:07":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:06":[{"controllerId":"onosgui3"},{"controllerId":"onosgui8"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:03:05":[{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:ba:12":[{"controllerId":"onosgui1"}],"00:00:20:4e:7f:51:8a:35":[{"controllerId":"onosgui1"}],"00:00:00:00:ba:5e:ba:11":[{"controllerId":"onosgui1"}],"00:00:00:00:ba:5e:ba:13":[{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:03":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:02":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:05":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:04":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:07":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:06":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:09":[{"controllerId":"onosgui4"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:08":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:04:01":[{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui6"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:09":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:08":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:05":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:04":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:07":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:06":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:01":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:03":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:02":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0d":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0e":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0f":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0a":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0b":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:0c":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:18":[{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:17":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:16":[{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:15":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:19":[{"controllerId":"onosgui6"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:10":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:14":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:13":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:12":[{"controllerId":"onosgui6"},{"controllerId":"onosgui8"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui1"}],"00:00:00:00:00:00:06:11":[{"controllerId":"onosgui6"},{"controllerId":"onosgui3"},{"controllerId":"onosgui7"},{"controllerId":"onosgui5"},{"controllerId":"onosgui2"},{"controllerId":"onosgui4"},{"controllerId":"onosgui8"},{"controllerId":"onosgui1"}]}
\ No newline at end of file
diff --git a/web/ons-demo/js/app.js b/web/ons-demo/js/app.js
index 9c58b45..2e9048d 100644
--- a/web/ons-demo/js/app.js
+++ b/web/ons-demo/js/app.js
@@ -1,5 +1,10 @@
 /*global d3*/
 
+d3.selection.prototype.moveToFront = function() {
+  return this.each(function(){
+    this.parentNode.appendChild(this);
+  });
+};
 
 var colors = [
 	'color1',
@@ -22,7 +27,19 @@
 
 
 function createTopologyView() {
-	return d3.select('#svg-container').append('svg:svg').append('svg:svg').attr('id', 'viewBox').attr('viewBox', '0 0 1000 1000').attr('preserveAspectRatio', 'none').
+	var svg = d3.select('#svg-container').append('svg:svg');
+
+	svg.append("svg:defs").append("svg:marker")
+	    .attr("id", "arrow")
+	    .attr("viewBox", "0 -5 10 10")
+	    .attr("refX", -1)
+	    .attr("markerWidth", 5)
+	    .attr("markerHeight", 5)
+	    .attr("orient", "auto")
+	  .append("svg:path")
+	    .attr("d", "M0,-3L10,0L0,3");
+
+	return svg.append('svg:svg').attr('id', 'viewBox').attr('viewBox', '0 0 1000 1000').attr('preserveAspectRatio', 'none').
 			attr('id', 'viewbox').append('svg:g').attr('transform', 'translate(500 500)');
 }
 
@@ -36,9 +53,7 @@
   return angle * (Math.PI / 180);
 }
 
-function updateTopology(svg, model) {
-
-	// DRAW THE NODES
+function createRingsFromModel(model) {
 	var rings = [{
 		radius: 3,
 		width: 6,
@@ -80,8 +95,6 @@
 		} else {
 			aggRange.max = angle;
 		}
-
-
 	});
 
 	// arrange aggregation switches to "fan out" to edge switches
@@ -96,110 +109,225 @@
 	// find the association between core switches and aggregation switches
 	var aggregationSwitchMap = {};
 	model.aggregationSwitches.forEach(function (s, i) {
-		aggregationSwitchMap[s.dpid] = i + 1;
+		aggregationSwitchMap[s.dpid] = i;
 	});
 
-	var coreSwitchMap = {};
-	model.coreSwitches.forEach(function (s, i) {
-		coreSwitchMap[s.dpid] = i + 1;
-	});
-
-	var coreLinks = {};
-	model.links.forEach(function (l) {
-		if (aggregationSwitchMap[l['src-switch']] && coreSwitchMap[l['dst-switch']]) {
-			coreLinks[l['dst-switch']] = aggregationSwitchMap[l['src-switch']] - 1;
-		}
-	});
-
-
-
 	// put core switches next to linked aggregation switches
 	k = 360 / rings[2].switches.length;
 	rings[2].switches.forEach(function (s, i) {
 //		rings[2].angles[i] = k * i;
-		rings[2].angles[i] = rings[1].angles[coreLinks[s.dpid]];
+		var associatedAggregationSwitches = model.configuration.association[s.dpid];
+		// TODO: go between if there are multiple
+		var index = aggregationSwitchMap[associatedAggregationSwitches[0]];
+
+		rings[2].angles[i] = rings[1].angles[index];
 	});
 
+	// TODO: construct this form initially rather than converting. it works better because
+	// it allows binding by dpid
+	var testRings = [];
+	rings.forEach(function (ring) {
+		var testRing = [];
+		ring.switches.forEach(function (s, i) {
+			var testSwitch = {
+				dpid: s.dpid,
+				state: s.state,
+				radius: ring.radius,
+				width: ring.width,
+				className: ring.className,
+				angle: ring.angles[i],
+				controller: s.controller
+			}
+			testRing.push(testSwitch);
+		});
+
+
+		testRings.push(testRing);
+	});
+
+
+//	return rings;
+	return testRings;
+}
+
+function updateTopology(svg, model) {
+
+	// DRAW THE SWITCHES
+	var rings = svg.selectAll('.ring').data(createRingsFromModel(model));
+
 	function ringEnter(data, i) {
-		if (!data.switches.length) {
+		if (!data.length) {
 			return;
 		}
 
-
+		// create the nodes
 		var nodes = d3.select(this).selectAll("g")
-			.data(d3.range(data.switches.length).map(function() {
-				return data;
-			}))
+			.data(data, function (data) {
+				return data.dpid;
+			})
 			.enter().append("svg:g")
 			.classed('nolabel', true)
-			.attr("id", function (_, i) {
-				return data.switches[i].dpid;
+			.attr("id", function (data, i) {
+				return data.dpid;
 			})
-			.attr("transform", function(_, i) {
-				return "rotate(" + data.angles[i]+ ")translate(" + data.radius * 150 + ")rotate(" + (-data.angles[i]) + ")";
+			.attr("transform", function(data, i) {
+				return "rotate(" + data.angle+ ")translate(" + data.radius * 150 + ")rotate(" + (-data.angle) + ")";
 			});
 
+		// add the cirles representing the switches
 		nodes.append("svg:circle")
-			.attr('class', function (_, i)  {
-				return data.className + ' ' + controllerColorMap[data.switches[i].controller];
-			})
-			.attr("transform", function(_, i) {
+			.attr("transform", function(data, i) {
 				var m = document.querySelector('#viewbox').getTransformToElement().inverse();
 				if (data.scale) {
 					m = m.scale(data.scale);
 				}
 				return "matrix( " + m.a + " " + m.b + " " + m.c + " " + m.d + " " + m.e + " " + m.f + " )";
 			})
-			.attr("x", -data.width / 2)
-			.attr("y", -data.width / 2)
-			.attr("r", data.width)
-			// .attr("fill", function (_, i) {
-			// 	return controllerColorMap[data.switches[i].controller]
-			// })
+			.attr("x", function (data) {
+				return -data.width / 2;
+			})
+			.attr("y", function (data) {
+				return -data.width / 2;
+			})
+			.attr("r", function (data) {
+				return data.width;
+			})
 
-		nodes.append("svg:text")
-				.text(function (d, i) {return d.switches[i].dpid})
-				.attr("x", 0)
-				.attr("y", 0)
-				.attr("transform", function(_, i) {
-					var m = document.querySelector('#viewbox').getTransformToElement().inverse();
-					if (data.scale) {
-						m = m.scale(data.scale);
-					}
-					return "matrix( " + m.a + " " + m.b + " " + m.c + " " + m.d + " " + m.e + " " + m.f + " )";
-				})
-
+		// setup the mouseover behaviors
 		function showLabel(data, index) {
-			d3.select(document.getElementById(data.switches[index].dpid)).classed('nolabel', false);
+			d3.select(document.getElementById(data.dpid + '-label')).classed('nolabel', false);
 		}
 
 		function hideLabel(data, index) {
-			d3.select(document.getElementById(data.switches[index].dpid)).classed('nolabel', true);
+			d3.select(document.getElementById(data.dpid + '-label')).classed('nolabel', true);
 		}
 
 		nodes.on('mouseover', showLabel);
 		nodes.on('mouseout', hideLabel);
 	}
 
-	var ring = svg.selectAll("g")
-		.data(rings)
-		.enter().append("svg:g")
+	// append switches
+	rings.enter().append("svg:g")
 		.attr("class", "ring")
 		.each(ringEnter);
 
 
+	function ringUpdate(data, i) {
+		nodes = d3.select(this).selectAll("g")
+			.data(data, function (data) {
+				return data.dpid;
+			})
+		nodes.select('circle').attr('class', function (data, i)  {
+				if (data.state == 'ACTIVE') {
+					return data.className + ' ' + controllerColorMap[data.controller];
+				} else {
+					return data.className + ' ' + 'colorInactive';
+				}
+			})
+	}
+
+	// update  switches
+	rings.each(ringUpdate);
+
+
+	// Now setup the labels
+	// This is done separately because SVG draws in node order and we want the labels
+	// always on top
+	var labelRings = svg.selectAll('.labelRing').data(createRingsFromModel(model));
+
+	function labelRingEnter(data) {
+		if (!data.length) {
+			return;
+		}
+
+		// create the nodes
+		var nodes = d3.select(this).selectAll("g")
+			.data(data, function (data) {
+				return data.dpid;
+			})
+			.enter().append("svg:g")
+			.classed('nolabel', true)
+			.attr("id", function (data) {
+				return data.dpid + '-label';
+			})
+			.attr("transform", function(data, i) {
+				return "rotate(" + data.angle+ ")translate(" + data.radius * 150 + ")rotate(" + (-data.angle) + ")";
+			});
+
+		// add the text nodes which show on mouse over
+		nodes.append("svg:text")
+				.text(function (data) {return data.dpid})
+				.attr("x", function (data) {
+					if (data.angle <= 90 || data.angle >= 270 && data.angle <= 360) {
+						if (data.className == 'edge') {
+							return - data.width*3 - 4;
+						} else {
+							return - data.width - 4;
+						}
+					} else {
+						if (data.className == 'edge') {
+							return data.width*3 + 4;
+						} else {
+							return data.width + 4;
+						}
+					}
+				})
+				.attr("y", function (data) {
+					var y;
+					if (data.angle <= 90 || data.angle >= 270 && data.angle <= 360) {
+						if (data.className == 'edge') {
+							y = data.width*3/2 + 4;
+						} else {
+							y = data.width/2 + 4;
+						}
+					} else {
+						if (data.className == 'edge') {
+							y = data.width*3/2 + 4;
+						} else {
+							y = data.width/2 + 4;
+						}
+					}
+					return y - 6;
+				})
+				.attr("text-anchor", function (data) {
+					if (data.angle <= 90 || data.angle >= 270 && data.angle <= 360) {
+						return "end";
+					} else {
+						return "start";
+					}
+				})
+				.attr("transform", function(data) {
+					var m = document.querySelector('#viewbox').getTransformToElement().inverse();
+					if (data.scale) {
+						m = m.scale(data.scale);
+					}
+					return "matrix( " + m.a + " " + m.b + " " + m.c + " " + m.d + " " + m.e + " " + m.f + " )";
+				})
+	}
+
+	labelRings.enter().append("svg:g")
+		.attr("class", "textRing")
+		.each(labelRingEnter);
+
+
+	// switches should not change during operation of the ui so no
+	// rings.exit()
+
+
 	// do mouseover zoom on edge nodes
 	function zoom(data, index) {
-		var g = d3.select(document.getElementById(data.switches[index].dpid)).select('circle');
-			g.transition().duration(100).attr("r", rings[0].width*3);
+		var g = d3.select(document.getElementById(data.dpid)).select('circle');
+			g.transition().duration(100).attr("r", data.width*3);
+			// TODO: this doesn't work because the data binding is by index
+			d3.select(this.parentNode).moveToFront();
 	}
 
 	svg.selectAll('.edge').on('mouseover', zoom);
 	svg.selectAll('.edge').on('mousedown', zoom);
 
 	function unzoom(data, index) {
-		var g = d3.select(document.getElementById(data.switches[index].dpid)).select('circle');
-			g.transition().duration(100).attr("r", rings[0].width);
+		var g = d3.select(document.getElementById(data.dpid)).select('circle');
+			g.transition().duration(100).attr("r", data.width);
 	}
 	svg.selectAll('.edge').on('mouseout', unzoom);
 
@@ -211,50 +339,67 @@
 	    })
 	    .y(function(d) {
 	    	return d.y;
-	    })
-	    .interpolate("basis");
+	    });
+//	    .interpolate("basis");
 
-	d3.select('svg').selectAll('path').data(model.links).enter().append("svg:path").attr("d", function (d) {
+	// key on link dpids since these will come/go during demo
+	var links = d3.select('svg').selectAll('.link').data(model.links, function (d) {
+			return d['src-switch']+'->'+d['dst-switch'];
+	});
+
+	// add new links
+	links.enter().append("svg:path")
+	.attr("class", "link")
+	.attr("d", function (d) {
+
 		var src = d3.select(document.getElementById(d['src-switch']));
 		var dst = d3.select(document.getElementById(d['dst-switch']));
 
 		var srcPt = document.querySelector('svg').createSVGPoint();
 		srcPt.x = src.attr('x');
 		srcPt.y = src.attr('y');
+		srcPt = srcPt.matrixTransform(src[0][0].getCTM());
 
 		var dstPt = document.querySelector('svg').createSVGPoint();
 		dstPt.x = dst.attr('x');
-		dstPt.y = dst.attr('y');
+		dstPt.y = dst.attr('y'); // tmp: make up and down links distinguishable
+		dstPt = dstPt.matrixTransform(dst[0][0].getCTM());
 
-		return line([srcPt.matrixTransform(src[0][0].getCTM()), dstPt.matrixTransform(dst[0][0].getCTM())]);
-	});
+		var midPt = document.querySelector('svg').createSVGPoint();
+		midPt.x = (srcPt.x + dstPt.x)/2;
+		midPt.y = (srcPt.y + dstPt.y)/2;
+
+		return line([srcPt, midPt, dstPt]);
+	})
+	.attr("marker-mid", function(d) { return "url(#arrow)"; });
+
+	// remove old links
+	links.exit().remove();
+
 }
 
 function updateControllers(model) {
 	var controllers = d3.select('#controllerList').selectAll('.controller').data(model.controllers);
 	controllers.enter().append('div')
-		.attr('class', function (d) {
+		.each(function (c) {
+			controllerColorMap[c] = colors.pop();
+			d3.select(document.body).classed(controllerColorMap[c] + '-selected', true);
+		})
+		.text(function (d) {
+			return d;
+		});
 
-			var color = 'color0';
+	controllers.attr('class', function (d) {
+			var color = 'colorInactive';
 			if (model.activeControllers.indexOf(d) != -1) {
 				color = controllerColorMap[d];
-				if (!color) {
-					color = controllerColorMap[d] = colors.pop();
-				}
-			} else {
-				controllerColorMap[d] = color;
 			}
 			var className = 'controller ' + color;
 			return className;
 		});
-	controllers.text(function (d) {
-		return d;
-	});
-	controllers.exit().remove();
 
-	model.controllers.forEach(function (c) {
-		d3.select(document.body).classed(controllerColorMap[c] + '-selected', true);
-	});
+	// this should never be needed
+	// controllers.exit().remove();
 
 	controllers.on('click', function (c, index) {
 		var allSelected = true;
@@ -285,7 +430,7 @@
 	updateModel(function (newModel) {
 		console.log('Update time: ' + (Date.now() - d)/1000 + 's');
 
-		if (!oldModel && JSON.stringify(oldModel) != JSON.stringify(newModel)) {
+		if (!oldModel || JSON.stringify(oldModel) != JSON.stringify(newModel)) {
 			updateControllers(newModel);
 			updateTopology(svg, newModel);
 		} else {
@@ -297,7 +442,7 @@
 
 		// do it again in 1s
 		setTimeout(function () {
-//			sync(svg)
+			sync(svg)
 		}, 1000);
 	});
 }
@@ -309,6 +454,7 @@
 setTimeout(function () {
 	// workaround for another Chrome v25 bug
 	// viewbox transform stuff doesn't work in combination with browser zoom
+	// also works in Chrome v27
 	d3.select('#svg-container').style('zoom',  window.document.body.clientWidth/window.document.width);
 	sync(svg);
 }, 100);
diff --git a/web/ons-demo/js/model.js b/web/ons-demo/js/model.js
index 1f90362..94bbdfe 100644
--- a/web/ons-demo/js/model.js
+++ b/web/ons-demo/js/model.js
@@ -8,7 +8,8 @@
 		flows: [],
 		controllers: results.controllers,
 		activeControllers: results.activeControllers,
-		links: results.links
+		links: results.links,
+		configuration: results.configuration
 	}
 
 	// sort the switches
@@ -35,7 +36,10 @@
 	});
 
 	results.switches.forEach(function (s) {
-		s.controller = results.mapping[s.dpid][0].controllerId;
+		var mapping = results.mapping[s.dpid]
+		if (mapping) {
+			s.controller = mapping[0].controllerId;
+		}
 
 		if (coreSwitchDPIDs[s.dpid]) {
 			model.coreSwitches.push(s);