01-28-2025 10:14 PM
Hi
I nexus platfom any option have to Generate Packet and send target for test throughput On trunk connection ??
any idea scp-server is too low
02-05-2025 02:28 AM
It seems like you're asking about generating packets and sending them to a target for testing throughput on a trunk connection, possibly using the Nexus platform (Cisco Nexus switches). Additionally, you're mentioning that SCP (Secure Copy Protocol) is too slow for your needs. Let me provide some insights and suggestions:
Cisco Nexus switches are primarily designed for high-performance networking, but they don't natively include tools for generating test traffic or throughput testing. However, you can use external tools or devices to generate traffic and test throughput on a trunk connection. Here are some options:
iperf3 -s # Start the iPerf server on the target
iperf3 -c <target_ip> -P 10 # Run the iPerf client with multiple parallel streams
If SCP is too slow for your needs, consider the following alternatives:
rsync -avz --progress source_file user@target:/path/to/destination
-C option to enable compression during SCP transfers:
scp -C source_file user@target:/path/to/destination
aes128-ctrscp -c aes128-ctr source_file user@target:/path/to/destination
split and scp or rsync.show interface command on the Nexus switch to monitor traffic statistics and throughput on the trunk interface.
show interface Ethernet1/1
Hope This Helps!!!
AshSe
Forum Tips:
02-10-2025 10:13 PM
In This Case Only used Switch 9K For Generate Traffic
02-10-2025 11:20 PM
"Cisco Nexus switches are primarily designed for high-performance networking, but they don't natively include tools for generating test traffic or throughput testing."
Just want to expand upon this statement.
Cisco network devices are designed to maximize transit (data plane) traffic performance, and in comparison, can have extremely poor capacity for network device locally sourced (control plane) traffic, especially for switches.
In the past, some Cisco routers had provided a hidden/secret command to invoke TTCP, but as using this command was so stressful to the router, goes far to explain why this command was hidden/secret or often not provided at all.
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