Displaying 4 results from an estimated 4 matches for "vlan_mod".
Did you mean:
vlan_mode
2019 Mar 13
1
vlan tagging for openVSwitch
...terfaces : [35c0a914-a21a-43d7-9f63-adacffbb62bc]
lacp : []
mac : []
name : "ovsbr0"
other_config : {}
qos : []
statistics : {}
status : {}
tag : []
trunks : []
vlan_mode : []
No tags, no trunks, no vlan mode???
Is there something I missed (in docs though I sroogled exensively) ?
I also tried to add mode='trunk' into <tag id='55'/> and virsh does not
complains but next time I edit the guest the mode bit is gone.
My vSwitch's...
2016 Nov 25
0
Fwd: Re: Attach libvirt guest to an existing openvswitch port
...erfaces : [eb7fad6e-3728-4bf7-b31e-4a1693e2ec4b]
lacp : []
mac : []
name : "vm_test"
other_config : {}
qos : []
statistics : {}
status : {}
tag : []
trunks : []
vlan_mode : []
The "_uuid" is ovsdb internal id of a record. If you take "interfaces"
value for "interfaceid", libvirt will silently create its own new ovs
port, with its own new uuid and defining a libvirt guest's interface
with a unique uuid in "interfacei...
2019 Jul 26
0
Define libvirt network portgroup with native untagged.
...s tagged. The following
portgroup definition works, but I don't want to enumerate all the tagged
VLANs in the portgroup definition.
I understand what libvirt does on the underlying OVS bridge, once a guest
interface (say vNetX) is attached to the portgroup is to set the vnetX with
tag=1221 and vlan_mode= native-untagged and it sets trunk =
[1222,1221,1223,1224]. Now if I go and clear the trunk setting on the OVS
bridge for that interface I am able to see both tagged and untagged (1221)
packets on the guest.
This is exactly what I want to achieve in the libvirt network definition,
i.e. have one u...
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.