On Mon, Dec 16, 2013 at 12:37 AM, ㄜˊ ㄋㄣˋ ㄜˊ ㄋㄣˋ wrote:
> I have the question about that it's possible vlan bridge have multiple tag?
>
> Example:
>
> Bridge "br11"
> Port "br11"
> Interface "br11"
> type: internal
> Port "tapvm1"
> tag: 1
I have the question about that it's possible vlan bridge have multiple tag?
Example:
Bridge "br11"Port "br11"Interface "br11"
type: internalPort "tapvm1"tag: 1Interface
"tapvm1" Port "tapvm2"tag: 2
On Thu, Nov 29, 2012 at 3:34 AM, 春祥 王 wrote:
> Hi all,
> I have 2 kvm installed on my host machine,vm1 and vm2.I used
> Ubuntu12.04 LTS 64bit for testing.
> host ip(eth1) 192.168.0.190
> vm1 ip 192.168.0.33
> vm2 ip 192.168.0.44
> ovs-vsctl add-br br0
> ovs-vsctl add-port
Hi all,
I have 2 kvm installed on my host machine,vm1 and vm2.I used Ubuntu12.04
LTS 64bit for testing.
host ip(eth1) 192.168.0.190
vm1 ip 192.168.0.33
vm2 ip 192.168.0.44
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth1
ifconfig eth1 0
ifconfig br0 192.168.0.190 netmask 2
On Wed, Feb 15, 2012 at 9:30 PM, James Chung wrote:
> Thank you for your quick reply.
Please don't drop the mailing list or top post.
> The weird thing is that if I apply the same NOX to control openflow switch
> only, the vlan function perfectly. The VM1 in vlan 100 can only ping to VM2
> in vl
On Wed, Feb 15, 2012 at 6:41 PM, Aaron Rosen wrote:
> Would packets be sent to the controller with or without vlan tag?
> Either way the only action you should need is output I think (You
> shouldn't need to add OFPAT_SET_VLAN_VID before output)? One issue
> you could be running into here is that
Would packets be sent to the controller with or without vlan tag?
Either way the only action you should need is output I think (You
shouldn't need to add OFPAT_SET_VLAN_VID before output)? One issue
you could be running into here is that pyswitch would not let you have
duplicate MAC addresses on t
On Wed, Feb 15, 2012 at 6:09 PM, James Chung wrote:
> Hi Experts,
>
> Does anyone has this experience to control XenServer OVS with NOX
> controller?
> I recently setup two OVS on two separate XensServer, and configure two VLANs
> on them (vlan100 and vlan200). Without any controller, the VLAN
> c
Hi Experts,
Does anyone has this experience to control XenServer OVS with NOX
controller?
I recently setup two OVS on two separate XensServer, and configure two
VLANs on them (vlan100 and vlan200). Without any controller, the VLAN
configuration is working perfectly. The VMs in vlan100 can only tal