Hi

I have a question about RSPAN, so i only find the following descriptin in
vsctl manual page:

*Port Mirroring*
*Mirror all packets received o r sent on eth0 or eth1 onto eth2, assuming
that all of those ports exist on*
*bridge br0 (as a side-effect this causes any packets received on eth2 to
be ignored):*
*ovs-vsctl -- set Bridge br0 mirrors=@m \*
*-- --id=@eth0 get Port eth0 \*
*-- --id=@eth1 get Port eth1 \*
*-- --id=@eth2 get Port eth2 \*
*-- --id=@m create Mirror name=mymirror select-dst-port=@eth0,@eth1
select-srcport=@eth0,@eth1 output-port=@eth2*

there is no any vlan in above command, and in ovs-vswitchd.conf.db.5, there
is an *output_vlan* in mirror table, but i still confuse how to setup
RSPAN, so could u please give me a simple example?

Thanks a lot,
Kris
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to