In the past we have had inquiries on how to configure Open vSwitch for Usage on the v35 for CentOS.
Replace eno2 with eth2, as this represents your physical interface that is used for the Mirror Port. FV refers to Usage.
On your CentOS VM, you will need to ensure that the following settings are configured for the OVS Bridge configuration:
DEVICE="ovsspan"
BOOTPROTO="none"
ONBOOT="yes"
TYPE="OVSBridge"
DEVICETYPE="ovs"
TYPE=ethernet
NAME=eth2
DEVICE=eth2
ONBOOT=yes
OVS_BRIDGE=ovsspan
TYPE="OVSPort"
DEVICETYPE="ovs"
If the host supports init.d: /etc/init.d/networking restart
if the host supports systemd: systemctl restart networking
Now we will need to create virtual network based on the OVS bridges:
<network>
<name>ovs-net-span</name>
<forward mode='bridge'/>
<bridge name='ovsspan'/>
<virtualport type='openvswitch'/>
</network>
virsh net-start ovs-net-lan
virsh net-autostart ovs-net-lan
virsh net-start ovs-net-span
virsh net-autostart ovs-net-span
Now we will need to create the VM with the appropriate interfaces.
https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/appneta/GA/appliance-overview/v35-kvm-mp-intro/v35-kvm-setup/v35-kvm-mp-setup-v35-kvm.html