02-25-2011 06:56 PM - edited 03-04-2019 11:34 AM
Hello Team,
Can you recommend some software which can work as a bridge between point A and point B and introduce variable delay/jitter/packet loss to transit traffic ?
Any advices will be appreciated.
Solved! Go to Solution.
02-25-2011 07:07 PM
Hi, See below this post on the software known as WANem. It's designed for use in a lab environment:
http://packetlife.net/blog/2011/jan/12/emulating-wans-wanem/
See also this link for NIST
http://www.cisco.com/en/US/docs/app_ntwk_services/waas/wafs/v30/nistnet/NIST.html
02-25-2011 07:07 PM
Hi, See below this post on the software known as WANem. It's designed for use in a lab environment:
http://packetlife.net/blog/2011/jan/12/emulating-wans-wanem/
See also this link for NIST
http://www.cisco.com/en/US/docs/app_ntwk_services/waas/wafs/v30/nistnet/NIST.html
02-25-2011 07:12 PM
thank you that exactly what i'm looking for
02-25-2011 10:03 PM
Thanks for the rating Andriy. Glad that I could be of assitance.
03-03-2011 07:21 AM
Just so you know, both of these are front ends to functionality that is built into the linux kernel. The linux 'tc' command relates to traffic control and supports a few queueing disciplines such as priority queueing and custom queueing. One of the queueing disciplines it supports is called 'netem' and this is what these front ends configure, 'tc qdisc netem'.
If you are familiar with configuring routers at the command line you shouldn't have too much trouble working this out, with a bonus that once you are familiar with the commands you can use any linux system that you can find lying about.
Cheers
Pete
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide