Jannar,
If you want to use routers as sources/sinks of test data, then you
should put them outboard of your systems-under-test.
i.e. do this:
[source]-{network-under-test}-[sink]
not this
{[some router [source]]-{cloud}-[[sink] some router]}
|<------------- network under test ---------------->|
For using a router as a source/sink of data packets, one option
is to use ttcp which is built into some feature sets.
http://www.cisco.com/warp/public/471/ttcp.html
(This example violates my advice above, as it has the router
under test act as a source of test data ... but that's OK because
I wasn't testing the router's internal queueing technique.)
Cheers,
Aaron
---
~ Hello all.
~
~ I'm trying to use Cisco IOS udp-small-servers to measure round-trip
~ latency and packet loss. I'm sending the echo's from WAN-link (another
~ site) and using the LAN address as a destination address. As we are
~ running the voip from the far end I'm trying to measure, I need to get
~ the UDP Echo-traffic also to the same policy map as the voip traffic.
~
~ Now it seems to work so, that the destination router is sending the
~ answer packets (echoing them) right from the link interface and not
~ routing them through the LAN-interface and VLAN's/policy maps as we
~ would like to.
~
~ I cannot find ANY documentation regarding this kind of configuration,
~ only a basic enable/disable the echo service.
~
~ Thank's,
~
~ Jannar.