Does anyone know of a command line based traffic generator which can produce IP traffic so that we cant test QOS feature on DSL modem . It would be good if we can set the dscp marking in the IP packet .

Curently we are using Iperf but we can't set the dscp marking .

Regards, Mithun

link|improve this question

33% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Packgen says it supports the DSCP that you reqaire:

http://packgen.rubyforge.org/files/README.html

Scapy is another:

http://www.secdev.org/projects/scapy

here is a nice list of generators/tools:

http://www.protocoltesting.com/trgen.html

link|improve this answer
+1 for mentionning scapy because it is a great learning tool, but it may not be able to generate a fairly high amount of trafic if needed. – Maxwell Jan 11 '10 at 8:04
anything as windows executable ?? – user26202 Jan 11 '10 at 8:11
The ruby interpreter is your windows executable. You will just create a ruby script that does the packgen business then run it. – davey Jan 11 '10 at 8:25
feedback

iperf - measure network performance

Pretty much the standard tool, imo

windows exe: http://www.noc.ucf.edu/Tools/Iperf/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.