compute01: ~$ sudo ovs-vsctl show ... Bridge br-int Port "int-br-eth2" Interface "int-br-eth2" Port "tapb4583624-e3" tag: 1 Interface "tapb4583624-e3" Port "tapc8572667-96" tag: 1 Interface "tapc8572667-96" Port "tap3b5caddf-ae" tag: 2 Interface "tap3b5caddf-ae" compute01: ~$ sudo ovs-ofctl show br-int | grep addr ... 1(int-br-eth2): addr:d2:b6:e0:a8:b6:23 2(tapb4583624-e3): addr:fe:16:3e:f5:18:41 3(tapc8572667-96): addr:fe:16:3e:b1:93:c1 4(tap3b5caddf-ae): addr:fe:16:3e:17:7c:c1 compute01: ~$ sudo ovs-ofctl dump-flows br-int ... cookie=0x0, duration=72586.295s, table=0, n_packets=667, n_bytes=97285, idle_age=7504, hard_age=65534, priority=3,in_port=1,dl_vlan=101 actions=mod_vlan_vid:1,NORMAL cookie=0x0, duration=2781.882s, table=0, n_packets=326, n_bytes=47890, idle_age=2733, priority=3,in_port=1,dl_vlan=102 actions=mod_vlan_vid:2,NORMAL cookie=0x0, duration=76210.237s, table=0, n_packets=34, n_bytes=2336, idle_age=2908, hard_age=65534, priority=2,in_port=1 actions=drop cookie=0x0, duration=76210.854s, table=0, n_packets=1372, n_bytes=136385, idle_age=2733, hard_age=65534, priority=1 actions=NORMAL