mirroring by Virtual functions on same single interface

Thread Starter

JimmyCho

Joined Aug 1, 2020
109
I have specific interface that I'm trying to do mirroring on same interface by virtual functions. This means same interface has two different virtual functions lets say, one virtual function for actual traffic on the interface and second virtual function for observing and analyzing on the same interface for analyzing the actual traffic that's running on first virtual function on same interface.

Can I do something like that ? what shall I configure? environment is centos linux.

Any idea / help about if it's possible to do mirroring by virtual functions on same interface?

Im trying to implement the concept of Port mirroring which is the method of copying and sending network packets transmitted as input from a port to another port but here I dont have switch that's why cant do port mirroring so Im trying to do same concept by doing mirroring using virtual functions on same interface!

a pleasure for the help !

Thanks!
 
Top