Home‎ > ‎Riverbed‎ > ‎

Basic Troubleshooting


Ping and Telnet Tests: 


From the shell, ping defining both your local IP and destination: 
speed01 # ping -i 10.33.0.10 10.98.0.10
PING 10.98.0.10 (10.98.0.10) 56(84) bytes of data.
64 bytes from 10.98.0.10: icmp_seq=1 ttl=62 time=181 ms
^C
--- 10.98.0.10 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 2387ms
rtt min/avg/max/mdev = 181.456/181.456/181.456/0.000 ms

From the shell, telnet to confirm port works :
speed01 # telnet -b 10.33.0.10 10.98.0.10 7800
Trying 10.98.0.10...
Connected to 10.98.0.10.
Escape character is '^]'.
^C^C^CConnection closed by foreign host.

From the browser select the status(1) and then select Network Health Check (2).  

Then enter the destination IP (1), and select Run (2).  To see details, select the View Test Output (3) pulldown.  If you want to do a port test, enter in the port to connect to in the Port field(4) and re-run.  






Comments