10-11-2018 06:42 AM
Is there a replacement for TTCP on the cisco 4000 series routers? I used to be able to complete some throughput tests using ttcp and I am no longer able to do that. Does anybody have a different solution for testing between two routers or networks through the internet. We did not want to use a speedtest website.
10-11-2018 08:42 AM
10-11-2018 09:18 AM
Yes, I can do the iPerf or jPerf from a computer. I was just looking to see if there is a hidden command like ttcp.
10-14-2018 05:41 AM
10-14-2018 06:54 AM - edited 10-14-2018 07:46 AM
Hello
You can probe the end-to end connection via ip sla, this would give you a good indication of the RTT of a certain protocol if applicable.
R2
conf t
ip sla responder
R1 -
ip sla 10
tcp-connect 2.2.2.2 23
timeout 500
frequency 2
or
udp-echo 2.2.2.2 67
frequency 5
or
icmp-echo 2.2.2.2 source-ip 1.1.1.1
timeout 1000
frequency 5
ip sla schedule 10 life forever start-time now
sh ip sla statistics | be RTT
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