Hi,
> I want to send the ping packet to the same destination through two ways, how
> can I delete the duplicated one< in the edge switch >
> could you give me sample example, please ? (script code)
Hmmm... I guess you need to determine how (or base on what) to distinguish
duplicated packets at first.
The OpenFlow Spec provides the only following Match field to analyze packets,
if no available field on here, you need to Packet-In all packets to your
controller and analyze them in your Ryu application.
With this approach, a lot of Packet-In should occur, we can not expect data
plane throughput though...
http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#flow-match-structure
> could you tell me how can I send, for intense, 2000 packet/second.
I guess you mean traffic generator.
For example, you can use the followings for such purpose;
- iperf
https://iperf.fr/
- D-ITG
http://traffic.comics.unina.it/software/ITG/
- pktgen
https://wiki.linuxfoundation.org/networking/pktgen
and more.
Thanks,
Iwase
On 2017年12月15日 23:06, Soliman Awad Alshra´a Abdullah TU Ilmenau wrote:
Hi all!
I want to send the ping packet to the same destination through two ways, how can
I delete the duplicated one< in the edge switch >
could you give me sample example, please ? (script code)
and
could you tell me how can I send, for intense, 2000 packet/second.
Thanks in advance
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel