On Fri, Mar 23, 2012 at 09:57:58AM +0100, Maxime JÉGO wrote:
> My ovs configuration : 
> 
> ( - ovs-vsctl add-br br0 
>   - ovs-vsctl add-port br0 eth1 trunk=35,200
>   - ovs-vsctl add-br vlan35 br0 tag=35
>   - ovs-vsctl add-port vlan35 vnet0
>   - ovs-vsctl add-port vlan35 vnet1
>   - ovs-vsctl add-port vlan35 vnet1 )
> 
> My cisco switch configuration about this : 
> 
>  - switchport trunk allowed vlan 35,xxx   
> 
> 
> My problem : I can't ping my gateway (on my cisco switch) from my virtual 
> machine VM1. 
> I have identified the problem, I have only the icmp request traffic on eth1 
> and i haven't TAG on my frame. I have test to configured vlan35 in this mode 
> : 
> 
> ovs-vsctl -- set port vlan35 vlan_mode=native-untagged (to tag frame) but it 
> doesn't work..

I think it's actually eth1 that you want to configure that way.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to