Switch User Manual

Revision 071108 Page 85 of 102
Ping a Host
Command Name
ping
Description Ping a host
Syntax ping [-t] [-n count] [-w timeout] target_name
Parameters
target_name
IP Address or host name.
-t
Ping the specified host until stopped.
To see statistics and continue - type Space;
To stop - type Control-C.
-n count
Number of echo requests to send.
-w timeout
Timeout in milliseconds to wait for each reply.
Example
N
-
TRON/Admin> ping 192.168.1.119
N-TRON/Admin> ping –n 6 192.168.1.119
N-TRON/Admin> ping –t 192.168.1.119
N-TRON/Admin> ping –w 2000 192.168.1.119
Reply from 192.168.1.119: time=970ms
Reply from 192.168.1.119: time<10ms
Reply from 192.168.1.119: time<10ms
Ping statistics for 192.168.1.119:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss)
Approximate round trip times in milliseconds:
Minimum = 0ms, Maximum = 970ms, Average = 320ms
Notes
Reset the Switch
Command Name
reset
Description Reset (reboot) the switch
Syntax
reset
Parameters
None
Example
N
-
TRON/Admin> reset
Performing Soft-Reset...
Notes
Show or Clear the Last System Error
Command Name
syserr
Description Show or clear the last system error
If clear is not supplied, then the last system error is displayed.
Syntax syserr [clear]
Parameters
clear
Clear the last system error.
Example
N
-
TRON/Admin> syserr
Last System Error: None.
N-TRON/Admin> syserr clear
Last System Error: Cleared.
Notes