
CONTROLLER + NETWORK NODE:


quantum net-list
+--------------------------------------+----------+--------------------------------------+
| id                                   | name     | subnets                              |
+--------------------------------------+----------+--------------------------------------+
| 28b14e0e-2847-4fb0-b01e-4feb1b8f0f9d | ext_net  | 7b890c37-e7fe-4f7a-b732-b6250f2d6367 |
| 8947f8ec-48bb-49b3-b823-c6a798b444af | demo-net | 28efc9fd-5370-455a-b02c-b4ccfadd4ef5 |
+--------------------------------------+----------+--------------------------------------+


quantum port-list
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| id                                   | name | mac_address       | fixed_ips                                                                          |
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+
| 722a5d05-e4e7-4b69-b7a7-e82398acbe2a |      | fa:16:3e:e1:69:2a | {"subnet_id": "28efc9fd-5370-455a-b02c-b4ccfadd4ef5", "ip_address": "10.5.5.5"}    |
| 7436099b-5a91-4f33-8ed9-09673df252e4 |      | fa:16:3e:34:8f:2c | {"subnet_id": "7b890c37-e7fe-4f7a-b732-b6250f2d6367", "ip_address": "10.10.0.131"} |
| 817d2f70-a00b-4941-8c57-7d55fb58aa75 |      | fa:16:3e:0f:41:71 | {"subnet_id": "28efc9fd-5370-455a-b02c-b4ccfadd4ef5", "ip_address": "10.5.5.2"}    |
| 95fe3fa1-d178-42be-a12d-ec16af68d8ce |      | fa:16:3e:c6:6c:bd | {"subnet_id": "7b890c37-e7fe-4f7a-b732-b6250f2d6367", "ip_address": "10.10.0.130"} |
| c153ac28-ae89-4733-83e4-0d4e9e53802d |      | fa:16:3e:68:94:51 | {"subnet_id": "28efc9fd-5370-455a-b02c-b4ccfadd4ef5", "ip_address": "10.5.5.4"}    |
| c9df3a96-5fd4-4898-9ff7-0bb66b53f1b1 |      | fa:16:3e:ff:85:3f | {"subnet_id": "28efc9fd-5370-455a-b02c-b4ccfadd4ef5", "ip_address": "10.5.5.3"}    |
| ea64e9aa-312c-4a6e-bb3d-c72d7858723a |      | fa:16:3e:80:22:13 | {"subnet_id": "28efc9fd-5370-455a-b02c-b4ccfadd4ef5", "ip_address": "10.5.5.1"}    |
+--------------------------------------+------+-------------------+------------------------------------------------------------------------------------+



ovs-dpctl show
system@br-tun:
	lookups: hit:0 missed:0 lost:0
	flows: 0
	port 0: br-tun (internal)
	port 1: patch-int (patch: peer=patch-tun)
system@br-int:
	lookups: hit:0 missed:0 lost:0
	flows: 0
	port 0: br-int (internal)
	port 1: tap817d2f70-a0 (internal)
	port 2: qr-ea64e9aa-31 (internal)
	port 3: patch-tun (patch: peer=patch-int)
system@br-ex:
	lookups: hit:0 missed:0 lost:0
	flows: 0
	port 0: br-ex (internal)
	port 2: qg-95fe3fa1-d1 (internal)


COMPUTE NODES

COMPUTE NODE 01:
ovs-dpctl show
system@br-int:
	lookups: hit:380 missed:7590 lost:0
	flows: 0
	port 0: br-int (internal)
	port 2: patch-tun (patch: peer=patch-int)
	port 3: qvo981ae82e-d4
	port 6: qvoc9df3a96-5f
	port 7: qvoc153ac28-ae
	port 8: qvo722a5d05-e4
system@br-tun:
	lookups: hit:381 missed:7589 lost:0
	flows: 0
	port 0: br-tun (internal)
	port 1: patch-int (patch: peer=patch-tun)
	port 2: gre-1 (gre: key=flow, remote_ip=10.10.10.1)


COMPUTE NODE 02:
ovs-dpctl show
system@br-int:
	lookups: hit:0 missed:0 lost:0
	flows: 0
	port 0: br-int (internal)
