Port Mirroring in VyOS

Hello Everyone

On the VyOS Feature List webpage (http://vyos.net/wiki/Feature_list) port mirroring is listed under “Network interfaces.” So far I have not been able to find any documentation on how to do this though.

Can someone here describe how to do this or point me to a webpage that explains it?

Thanks!

Hi. Try it:

set interfaces ethernet eth1 mirror

See Vyatta-LANInterfaces_6.5R1_v01.pdf, which you can probably find via google.

set interfaces ethernet eth1 mirror eth2

that takes all the input packets from eth1, and sends them out eth2.