> Sorry for so many questions.
> Thanks!
>
> Regards,
>
> Wayne
>
> On Thu, Jun 16, 2011 at 9:53 AM, Wei-Chih Chen <
wcchen.tw@
gmail.com> wrote:
>>
>>
>> On Thu, Jun 16, 2011 at 8:08 AM, Todd Deshane <
todd.deshane@xxxxxxx>
>> wrote:
>>>
>>> On Wed, Jun 15, 2011 at 6:13 AM, Wei-Chih Chen (陳偉志)
>>> <
wcchen.tw@
gmail.com> wrote:
>>> > Hello Everyone,
>>> >
>>> > I am new with XCP.
>>> > I've setup several hosts with XCP 1.0 and manage it through XenCenter
>>> > and
>>> > command console.
>>> > Each host has two NICs, one (xenbr0) connected to a physical switch for
>>> > Internet (said sw1), the other (xenbr3) connected to a physical switch
>>> > for
>>> > internal network (said sw2).
>>> >
>>> > I am trying to setup VMs and VLANs on xenbr3.
>>> > I created a virtual bridge by "ovs-vsctl add-br brvlan2 xenbr3 2"
>>> > Then add a port (portvlan2) to brvlan2:
>>> > ovs-vsctl add-port brvlan2 portvlan2 tag=2
>>> > ifconfig vlan2 192.168.33.200
>>> > Now the problem is that I do know how to attach portvlan2 to VM.
>>> > Could someone give me simple steps to setup VLANs using Open vSwitch
>>> > and
>>> > attach them to VMs?