compute01:~$ sudo ovs-vsctl show ... Bridge "br-eth2" Port "eth2" Interface "eth2" Port "phy-br-eth2" Interface "phy-br-eth2" compute01:~$ sudo ovs-ofctl show br-eth2 | grep addr 1(phy-br-eth2): addr:aa:c4:98:e7:d5:ac 2(eth2): addr:00:0c:42:07:27:ad compute01:~$ sudo ovs-ofctl dump-flows br-eth2 NXST_FLOW reply (xid=0x4): cookie=0x0, duration=4910.411s, table=0, n_packets=454, n_bytes=45179, idle_age=4861, priority=4,in_port=1,dl_vlan=2 actions=mod_vlan_vid:102,NORMAL cookie=0x0, duration=74714.808s, table=0, n_packets=918, n_bytes=91362, idle_age=10550, hard_age=65534, priority=4,in_port=1,dl_vlan=1 actions=mod_vlan_vid:101,NORMAL cookie=0x0, duration=78338.635s, table=0, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=2,in_port=1 actions=drop cookie=0x0, duration=78339.183s, table=0, n_packets=1027, n_bytes=147539, idle_age=4861, hard_age=65534, priority=1 actions=NORMAL