On Thu, Jan 24, 2013 at 07:21:22PM +0100, Julius Bachnick wrote:
> I just set up three OVS (s1, s2, s3) with two interfaces (eth1+eth2) each
> and set their VLANS during runtime using
>
>
> ovs-vsctl set port <portName> tag=<vlan_id> for access and
>
> self.cmd('ovs-vsctl set port<portName> trunks=<list_of_vlan_ids> for trunk.
>
> My Setup is as
>
>
> S1 (eth1) ---- (eth1) S2 (eth2) --- (eth1) S3
>
> but when I ping from S1 to S2 for example I don't see any VLAN Tags with
> tcpdump so it does not seem to work.
>
> Any advices on how to set up VLAN (Access and Trunking correctly during
> runtime?
>
> I'm running ovs 1.4.2 whereas the switches are setup and controlled by
> mininet.
Did you read the FAQ? It has a lot of information on VLANs.
http://openvswitch.org/faq/
OVS 1.4.5 is out. You might consider upgrading.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss