Quantum / Folsom - Traffic is not tagged when leaving interfaces

Asked by Endre Karlson

My interface doesn't see any tagget traffic leaving it even though it says so using dump-flows on the bridge that it should.

My switch is configured with LACP and VLAN 60-100 in tagget mode.

http://paste.ubuntu.com/1262742/ < Some collected debug info for OVS, iptables, ip addr and ro + more.

Question information

Language:
English Edit question
Status:
Answered
For:
neutron Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
Salvatore Orlando (salvatore-orlando) said :
#1

From your pastebin:
#------- os-svc02.os.lan OpenVSwitch Flow Dump (ofctl dump-flows br-virtual) -------#
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=132980.405s, table=0, n_packets=6, n_bytes=468, priority=2,in_port=2 actions=drop
 cookie=0x0, duration=132915.083s, table=0, n_packets=841, n_bytes=101410, priority=4,in_port=2,dl_vlan=1 actions=mod_vlan_vid:60,NORMAL
 cookie=0x0, duration=132914.768s, table=0, n_packets=0, n_bytes=0, priority=4,in_port=2,dl_vlan=2 actions=mod_vlan_vid:62,NORMAL
 cookie=0x0, duration=132983.387s, table=0, n_packets=15591, n_bytes=1723753, priority=1 actions=NORMAL

#------- cmp01.os.lan OpenVSwitch Flow Dump (ofctl dump-flows br-virtual) -------#
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=138494.171s, table=0, n_packets=6, n_bytes=468, priority=2,in_port=2 actions=drop
 cookie=0x0, duration=138489.237s, table=0, n_packets=2906, n_bytes=352323, priority=4,in_port=2,dl_vlan=1 actions=mod_vlan_vid:60,NORMAL
 cookie=0x0, duration=138494.714s, table=0, n_packets=86390, n_bytes=6876718, priority=1 actions=NORMAL

------- cmp02.os.lan OpenVSwitch Flow Dump (ofctl dump-flows br-virtual) -------#
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=125085.395s, table=0, n_packets=78608, n_bytes=6295543, priority=0 actions=NORMAL

This configuration looks fine to me. On cmp02 tagging rules are not present because no ports are create on br-int.

I am not aware of any issues with OVS tagging and bond interfaces, even if it would be worth checking. Also, I've noticed that on svc-02 br-virtual is connected to eth1 whereas on the other two it's connected to bond0. Is there a chance this might be related to the problem you're seeing?

Revision history for this message
Endre Karlson (endre-karlson) said :
#2

Rather speaking Salvatore if I try to ping .1 or .2 which is the l3 / router and dhcp address from the VM it can't be pinged.

This is what I see on the controller:
00:00:00.000000 fa:16:3e:6a:97:92 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 60, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.16.59.1 tell 172.16.59.5, length 28

## Compute dump:
00:00:00.000000 fa:16:3e:6a:97:92 > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 46: vlan 60, p 0, ethertype ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 172.16.59.1 tell 172.16.59.5, length 28

The VLAN stuff seems to be working fine but there's no real traffic that works since ICMP isn't getting though.

Revision history for this message
Endre Karlson (endre-karlson) said :
#3

Still need this answered.

Revision history for this message
Endre Karlson (endre-karlson) said :
#4

Is there any help on this ?

Revision history for this message
Aaron Rosen (arosen) said :
#5

Can you help with this problem?

Provide an answer of your own, or ask Endre Karlson for more information if necessary.

To post a message you must log in.