I seem to be having an issue with getting openvswitch configured properly. I am able to setup the OVS bridges br-tun and br-int with no issue and I can ping both the local IP (10.0.2.22) and the other vxlan endpoint (10.0.2.35) with no issue. However once I start the agent the IPs stop responding. The only way I can recover is to stop the agent and remove/readd br-tun.
When I start the agent the vxlan tunnel is created does not seem to work. The other end is a Centos 7.2 Liberty setup and I have successfully run another Centos 7.2 compute node using OVS and vxlan...
Other OVS information;
The only flow getting packets is fropping them:
cookie=0xa4424c7dd109bf50, duration=58.055s, table=0, npackets=51, nbytes=3821, idle_age=0, priority=0 actions=drop
C:\Users\Administrator>ovs-ofctl show br-tun
OFPT_FEATURES_REPLY (xid=0x2): dpid:00007eb58589ab4cn_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src mod_tp_dst
1(external.1): addr:00:00:00:00:00:00
config: PORT_DOWN
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
2(internal): addr:00:00:00:00:00:00
config: PORT_DOWN
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
3(patch-int): addr:02:9b:32:fb:4b:6a
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
4(vxlan-0a000223): addr:8a:27:a8:42:66:d0
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
5(vxlan-0a000224): addr:7e:29:aa:d4:1d:b6
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
LOCAL(br-tun): addr:00:00:00:00:00:00
config: PORT_DOWN
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
C:\Users\Administrator>ovs-vsctl list-ports br-tun
external.1
internal
patch-int
vxlan-0a000223
vxlan-0a000224
C:\Users\Administrator>ovs-vsctl list-ports br-int
patch-tun
C:\Users\Administrator>ovs-ofctl dump-flows br-tun
NXST_FLOW reply (xid=0x4):
cookie=0x0, duration=435.808s, table=0, n_packets=1917, n_bytes=193877, idle_age=0, priority=0 actions=NORMAL
C:\Users\Administrator>ovs-ofctl dump-flows br-int
NXST_FLOW reply (xid=0x4):
C:\Users\Administrator>ovs-ofctl dump-flows br-int
NXST_FLOW reply (xid=0x4):
cookie=0xa48e268e1094b5ab, duration=30.517s, table=0, n_packets=0, n_bytes=0, idle_age=30, priority=0 actions=NORMAL
cookie=0xa48e268e1094b5ab, duration=30.490s, table=23, n_packets=0, n_bytes=0, idle_age=30, priority=0 actions=drop
cookie=0xa48e268e1094b5ab, duration=30.464s, table=24, n_packets=0, n_bytes=0, idle_age=30, priority=0 actions=drop
C:\Users\Administrator>ovs-ofctl dump-flows br-tun
NXST_FLOW reply (xid=0x4):
cookie=0xa4424c7dd109bf50, duration=58.055s, table=0, n_packets=0, n_bytes=0, idle_age=58, priority=1,in_port=3 actions=resubmit(,2)
cookie=0xa4424c7dd109bf50, duration=57.016s, table=0, n_packets=0, n_bytes=0, idle_age=57, priority=1,in_port=4 actions=resubmit(,4)
cookie=0xa4424c7dd109bf50, duration=56.948s, table=0, n_packets=0, n_bytes=0, idle_age=56, priority=1,in_port=5 actions=resubmit(,4)
cookie=0xa4424c7dd109bf50, duration=58.055s, table=0, n_packets=51, n_bytes=3821, idle_age=0, priority=0 actions=drop
cookie=0xa4424c7dd109bf50, duration=58.054s, table=2, n_packets=0, n_bytes=0, idle_age=58, priority=0,dl_dst=00:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,20)
cookie=0xa4424c7dd109bf50, duration=58.053s, table=2, n_packets=0, n_bytes=0, idle_age=58, priority=0,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,22)
cookie=0xa4424c7dd109bf50, duration=58.051s, table=3, n_packets=0, n_bytes=0, idle_age=58, priority=0 actions=drop
cookie=0xa4424c7dd109bf50, duration=58.050s, table=4, n_packets=0, n_bytes=0, idle_age=58, priority=0 actions=drop
cookie=0xa4424c7dd109bf50, duration=58.049s, table=6, n_packets=0, n_bytes=0, idle_age=58, priority=0 actions=drop
cookie=0xa4424c7dd109bf50, duration=58.049s, table=10, n_packets=0, n_bytes=0, idle_age=58, priority=1 actions=learn(table=20,hard_timeout=300,priority=1,cookie=0xa4424c7dd109bf50,NXM_OF_VLAN_TCI[0..11],NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:0->NXM_OF_VLAN_TCI[],load:NXM_NX_TUN_ID[]->NXM_NX_TUN_ID[],output:NXM_OF_IN_PORT[]),output:3
cookie=0xa4424c7dd109bf50, duration=58.047s, table=20, n_packets=0, n_bytes=0, idle_age=58, priority=0 actions=resubmit(,22)
cookie=0xa4424c7dd109bf50, duration=58.018s, table=22, n_packets=0, n_bytes=0, idle_age=58, priority=0 actions=drop