08-11-2011 07:37 AM - edited 03-17-2019 10:25 PM
Hello,
On my 1700MXP i can both ping and traceroute from the system when i'm logged in through telnet.
I can't find the command to do so through telnet or SSH on the C20.
Is there any way to do this?
Solved! Go to Solution.
08-11-2011 07:43 AM
you can try as follows:
How to use ping and traceroute:
Log in as root and execute the following command:
ping –s 1400 –R
The –s option will specify the packetsize used in the ping request. In the above example you will use 1400 bytes. The –R option will return the route from the ping request.
Check Ethernet statistics:
Log in as root and execute the following command:
ethtool -S eth0|less
Press Q to come back to the shell
Netstat to find connected ports:
Log in as root and execute the following command:
netstat eth0
08-11-2011 07:43 AM
you can try as follows:
How to use ping and traceroute:
Log in as root and execute the following command:
ping –s 1400 –R
The –s option will specify the packetsize used in the ping request. In the above example you will use 1400 bytes. The –R option will return the route from the ping request.
Check Ethernet statistics:
Log in as root and execute the following command:
ethtool -S eth0|less
Press Q to come back to the shell
Netstat to find connected ports:
Log in as root and execute the following command:
netstat eth0
08-11-2011 07:56 AM
Thank you very much.
03-23-2012 11:40 PM
Hi
I would like to add that you can ping through admin login using command:
systemtools network ping IPADDOFDEST
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