similar to: vlan tagging for openVSwitch

Displaying 20 results from an estimated 100 matches similar to: "vlan tagging for openVSwitch"

2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
Thank you, Laine for you time and patience to give me a detailed answer. I missed the interfaceid parameter in the docs, but now I didn't manage to get it working. > http://www.libvirt.org/formatdomain.html The docs state: "The Open vSwitch type virtualport accepts two parameters in its <parameters> element - an interfaceid which is a standard uuid used to uniquely identify
2019 Jul 26
0
Define libvirt network portgroup with native untagged.
Hi, I have created a libvirt network on top of a OVS bridge (named vlan-br) which receives all VLAN tagged packets, i.e. connected to a trunk port. The definition xml is below. What I want to achieve in the portgroup definition 'trunk-native-1221' is to allow 1221 as untagged/native but rest all VLAN as tagged. The following portgroup definition works, but I don't want to enumerate
2019 May 10
5
Cannot get interface MTU - qemu quest fails to start off OpenVswitch
hi guys I have a qemu guest and openvswitch bridge and the guest fails to start: $ virsh start work8 error: Failed to start domain work8-vm-win2016 error: Cannot get interface MTU on 'ovsbr0': No such device LXC guest which uses the same source network starts just fine. I'm on Centos 7 with openvswitch-2.9.0-3.el7.x86_64 from centos-openstack-pike repo and
2012 Sep 23
0
VLANs with Open vSwitch in libvirt 0.10.1
Hello all, I'm trying to take advantage of libvirt's VLAN and OVS support in the 0.10.1 release and consistently getting an "error: internal error corrupted profileid string" when starting a guest. I've defined a network using virsh; the configuration looks like this: <network> <name>ovs-network</name>
2018 Jul 11
1
Adding a VLAN tag to a libvirt SR-IOV VF network using the "virsh net-update" command
Hi all, How do you add a VLAN tag to a libvirt SR-IOV VF network usingthe "virsh net-update" command? I couldn't find the section to passto the "virsh net-update" command to add the VLAN tag. I have the following libvirt network defined for a SR-IOV VF: <network>  <name>GE0-0-SRIOV-1</name>  <uuid>7bc67166-c78e-4bcf-89ee-377dd9086631</uuid> 
2013 May 27
2
Using source installed open vswitch with libvirt(or virsh).
P{font-size:10pt; line-height:16; margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; font-family:gulim;} (English is not my first language Sorry for my poor English ) &nbsp; OS :&nbsp; Linux nc233 2632-220171el6x86_64 #1 SMP Tue May 15 17:16:46 CDT 2012 x86_64 x86_64 x86_64 GNU/Linux CentOS release 63 (Final) open vswitch : 11190 virsh : 100 ibvirtd (libvirt) :
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi, my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and now I'm having problems starting VMs that make use of openvswitch portgroups. When I start a VM, I get this error message on virsh: > virsh # start testvm > error: Failed to start domain testvm > error: An error occurred, but the cause is unknown The system log contains: > Mar 30 09:45:39 tplinux
2011 Sep 09
0
[libvirt] how did libvirt manage Virtual Network?
(This seems more appropriate for the libvirt-users mailing list) On 09/08/2011 10:16 PM, Wayne Xia wrote: > Working at the network management, I am a bit confused about the > VLAN model in libvirt. > > in the xml definition, there is a section as following: > > <devices> > <interface type='network'> > <source network='default'/>
2011 Sep 13
0
Fwd: Re: [libvirt] how did libvirt manage Virtual Network?
Thank u very much, it helps a lot. ? 2011-9-13 10:22, Lei Li ??: > > > -------- Original Message -------- > Subject: Re: [libvirt] how did libvirt manage Virtual Network? > Date: Fri, 09 Sep 2011 12:28:38 -0400 > From: Laine Stump <laine at laine.org> <mailto:laine at laine.org> > To: libvirt-users at redhat.com <mailto:libvirt-users at redhat.com> >
2014 Jun 10
0
support for distributed portgroups in esxi
Hi, I tried to create a VM in ESXi 5.5 and to assign the interface to a Distributed switch portgroup. But i failed to achieve it. When i define a VM with distributed portgroup , i cannot see that distributed portgroup getting assigned to the VM network interface. My libvirt version is 0.10.2 I wish to know whether the libvirt supports assigning interface to a distributed port group ? If so how
2013 Sep 02
0
How to add uplink in ESXi virtual switch
Hi, I have an ESXi server, on top of it I have created one VM whose IP address is 192.168.79.1. I want to connect to the VM on ESXi server from my host machine but I am not able to do it. I have created a network "networkforSC" and I have pasted my xml file content below but I am not able to add any uplink (how to add it?) . Below is the xml file of my node as well as the network which
2013 Apr 05
2
Problem with net-define using Open vSwitch bridge
Hi all, I used "net-define" to create a network to use to attach VMs to an Open vSwitch bridge. The net-define worked fine, I can see the network in "net-list" (I set it to started and to autostart) but when I try to attach a new VM's NIC to this network (via virt-manager), I'm getting the following traceback: Unable to complete install: 'Unable to add bridge
2019 May 10
1
Re: Cannot get interface MTU - qemu quest fails to start off OpenVswitch
On 10/05/2019 14:44, Michal Privoznik wrote: > On 5/10/19 3:26 PM, lejeczek wrote: >> hi guys >> >> I have a qemu guest and openvswitch bridge and the guest fails to start: >> >> $ virsh start work8 >> error: Failed to start domain work8-vm-win2016 >> error: Cannot get interface MTU on 'ovsbr0': No such device > > Well, this means that
2019 Jan 09
0
openVswitch
hi guys I'm trying a typical, I'd presume, setup: two libvirt hosts with one lxc guest each. boxA: $  ovs-vsctl show 1a6a2e4f-11f3-48df-becd-03b59d00a1fb     Bridge "ovsbr0"         Port nm-team             trunks: [55]             Interface nm-team         Port "vnet12"             trunks: [55]             Interface "vnet12"         Port
2014 Nov 14
0
How to convert "device_model_version = "qemu-xen-traditiona"" into libvirt xml file How to convert "device_model_version = "qemu-xen-traditiona"" into libvirt xml file
I am using Xen-4.4.0, libvirt-1.2.9 My ubuntu.cfg is: ubuntu10.cfg bootloader = "/usr/local/lib/xen/boot/hvmloader" builder="hvm" memory = 512 name = "ubuntu" vif = [ "type=ioemu,bridge=ovsbr0", "type=ioemu,bridge=ovsbr0","type=ioemu,bridge=ovsbr0","type=ioemu,bridge=ovsbr0",,"type=ioemu,bridge=ovsbr0"]
2014 Nov 12
3
Put virbr0 in promiscusous
Hi , I have two virtual machines VM1 and VM2. Then I have added eth0 of my VM to 'default' network. Use case :- I want to monitor all traffic on virbr0('default' network). Steps followed :- 1. Add VM1 eth0 to virbr0 2. Add VM2 eth1 to virbr0 3. brctl setageing ovsbr0 0 ..(To put bridge in promiscuous) Now I am running tcpdump on eth1 of VM2 and trying to ping
2020 Jan 04
3
Connecting a VM to an existing OVS bridge
Hi, I have an existing OVS bridge, that I can see in ovs-vsctl and use for other purposes. I've edited the machine's XML as instructed in http://docs.openvswitch.org/en/latest/howto/libvirt/ When I try to start the VM, i get error: Cannot get interface MTU on 'ovsbr': No such device Any ideas? (Note: I can't see the ovs switch in brctl show or any other regular kernel tool,
2002 Jun 22
7
bonding & vlan - kernel 2.4.18 (RHL7.3)
Hi, Hopefully this won''t be too off-topic (I''ve seen both bonding & vlan mentioned on the list, but not really together). I''ve tried to get bonding (2 x 100Mb EEPro, but will want to try on 1000BaseT) and vlans to work together, but without luck. I can get them working fine (seemingly at least - I didn''t tried bursting on the bonded port) individually.
2009 Jul 05
9
Xen Networking and bonded interfaces on Debia Lenny
Greetings all. This has been an ongoing issue for me for a few months, and I''ve been trying to get an answer. My server has two NICs, and I want to set up the following: NICs (x2) -> bond (mode 5) -> Xen Bridge -> Doms ...however, trying to configure this doesn''t seem to work: network-bridge steals eth0 instead of bond0, which breaks the bond AND my networking. The
2019 May 10
0
Re: Cannot get interface MTU - qemu quest fails to start off OpenVswitch
On 5/10/19 3:26 PM, lejeczek wrote: > hi guys > > I have a qemu guest and openvswitch bridge and the guest fails to start: > > $ virsh start work8 > error: Failed to start domain work8-vm-win2016 > error: Cannot get interface MTU on 'ovsbr0': No such device Well, this means that 'ovsbr0' doesn't exist. Is that so? Can you share your <interface/>