Did you read the FAQ?
Q: How do I configure mirroring of all traffic to a GRE tunnel?
A: The following commands configure br0 with eth0 and tap0 as trunk
ports. All traffic coming in or going out on eth0 or tap0 is also
mirrored to gre0, a GRE tunnel to the remote host 192.168.1.10; any
On Tue, Feb 5, 2013 at 4:19 AM, Endre Karlson wrote:
> # General
> modprobe dummy
> ip link set up dummy0
>
> ovs-vsctl add-br br-dist
> ovs-vsctl -- --may-exist add-port br-dist dummy0
>
> ovs-vsctl -- --id=@dest_port get port dummy0 -- --id=@mirror create mirror
> name=mirror0 -- add bridge br-d
# General
modprobe dummy
ip link set up dummy0
ovs-vsctl add-br br-dist
ovs-vsctl -- --may-exist add-port br-dist dummy0
ovs-vsctl -- --id=@dest_port get port dummy0 -- --id=@mirror create mirror
name=mirror0 -- add bridge br-dist mirrors @mirror -- set mirror mirror0
output_port=@dest_port selec