Displaying 2 results from an estimated 2 matches for "vlan65".
Did you mean:
vlan60
2017 Mar 29
0
Mixed bonding and vlan on plain adapter possible?
...: full
Link Failure Count: 0
Permanent HW addr: a0:36:9f:2e:4d:80
Slave queue ID: 0
Slave Interface: p1p2
MII Status: up
Speed: 10000 Mbps
Duplex: full
Link Failure Count: 1
Permanent HW addr: a0:36:9f:2e:4d:82
Slave queue ID: 0
[root at ov300 ~]#
- ifcfg-bond1.65
DEVICE=bond1.65
VLAN=yes
BRIDGE=vlan65
ONBOOT=yes
MTU=1500
DEFROUTE=no
NM_CONTROLLED=no
IPV6INIT=no
- ifcfg-vlan65
DEVICE=vlan65
TYPE=Bridge
DELAY=0
STP=off
ONBOOT=yes
MTU=1500
DEFROUTE=no
NM_CONTROLLED=no
IPV6INIT=no
[root at ov300 network-scripts]# brctl show vlan65
bridge name bridge id STP enabled interfaces
vlan65 8000.a0369f2e4...
2020 Feb 15
0
Re: Possible to use OVN networking and virtio simultaneously in the same VM?
...tion that RHV creates is this one
(note some RHV related parameters not pertinent to your env I think).
Note also that on OVN based nics I often put 1442 as the mtu size.
<interface type='bridge'>
<mac address='00:1a:4a:16:01:1d'/>
<source bridge='vlan65'/>
<target dev='vnet0'/>
<model type='virtio'/>
<driver name='vhost' queues='2'/>
<filterref filter='vdsm-no-mac-spoofing'/>
<link state='down'/>
<mtu size='1500'/>...