On 6/5/12 11:53 AM, Anisha Kolasani wrote:

ovs-vsctl add-port br0 eth0 trunks=21

Try this:

ovs-vsctl del-br br0

ovs-vsctl add-br br0 eth0

ovs-vsctl add-port br0 vlan21 tag=21 -- set interface vlan21 type=internal

ifconfig vlan21 192.168.5.5 netmask 255.255.255.128

That should make it work.


Could you please let me know if I am missing something? How should I create a VLAN 21 on the physical machine? Is it by using 'vconfig' and create interfaces? It would be very helpful if I have a little more details.


Since its crossover, you don't need to create them.


--
Luiz Henrique Ozaki

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to