I've seen a problem at work which I'd like to simulate, but am wondering how best to go about the build.
The situation: a streaming media application handles tcp packets out of order by discarding and requesting retransmit. This causes major slow down. The packets are arriving out of order because there is more than one path to take between the endpoints.
Attaching a packet tracer example (intend to use gns3).
MapIt seems to me that the simplist working example of the situation will be three routers, traffic between the endpoints able to traverse either just one link, or having to traverse two. It is simulating the 'or' part that has me stumped.
Perhaps one way to cause the oscillating traffic would be to bring a route up and down every second on one of the endpoint routers?