You just need dom0 access to some VLAN, as an access port? That is easy, see the FAQ:
Q: Can I configure an IP address on a VLAN? A: Yes. Use an "internal port" configured as an access port. For example, the following configures IP address 192.168.0.7 on VLAN 9. That is, OVS will forward packets from eth0 to 192.168.0.7 only if they have an 802.1Q header with VLAN 9. Conversely, traffic forwarded from 192.168.0.7 to eth0 will be tagged with an 802.1Q header with VLAN 9: ovs-vsctl add-br br0 ovs-vsctl add-port br0 eth0 ovs-vsctl add-port br0 vlan9 tag=9 -- set interface vlan9 type=internal ifconfig vlan9 192.168.0.7 On Wed, Aug 06, 2014 at 12:20:10PM -0400, Jesper Klit Jensen wrote: > Yes bonded and trunked including the management vlan that I need for dom0. > My problem is dom0 access to a tap. > > <div>-------- Original message --------</div><div>From: Ben Pfaff > <b...@nicira.com> </div><div>Date:08/06/2014 10:54 (GMT-05:00) > </div><div>To: Jesper Klit Jensen <jes...@jensen-net.org> </div><div>Cc: > discuss@openvswitch.org </div><div>Subject: Re: [ovs-discuss] Need some > guidance for trunking + vlan + dom0 tap </div><div> > </div>On Tue, Aug 05, 2014 at 08:46:30PM -0400, Jesper Klit Jensen wrote: > > Server with 4 Ethernet port that are trunked together, the trunk is > > caring several vlans. One of them is the management vlan. > > How can this be done? > > Do you mean that the Ethernet ports are bonded, and that they trunk > multiple VLANs? This is a straightforward configuration. The > documentation covers it. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss