hello,
I have an issue with a port mirror. I bundled the interfaces eth1, eth2 in
bond0. After that I want to see the network traffic on it. "tcpdump -i bond0"
doesn't work. I configured a port mirror in the following way:
ovs-vsctl add-port br100 eth3
ovs-vsctl -- set Bridge br100 mirrors=@m
-- --id=@bond0 get Port bond0
-- --id=@eth3 get Port eth3
-- --id=@m create Mirror name=mymirror select-dst-port=@bond0
select-src-port=@bond0 output-port=@eth3
Now I'm a little bit confused because I assumed that all traffic ingress and
egress on bond0 is mirrored to eth3 and I just have to tcpdump on that
interface, but I see nothing.
Any idea?
Regards
Thomas Oswald
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss