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