User guide
Appendix A
Privileged Exec Mode Commands
SCE 1000 2xGBE Release 2.0.10 User Guide
A-78 OL-7117-02
ping host
Pings the given host to test for connectivity. The ping program sends a test message (packet) to an
address and then awaits a reply. Ping output can help you evaluate path-to-host reliability, delays
over the path, and whether the host can be reached or is functioning.
Authorization admin
Mode Privileged EXEC
P
ARAMETERS
host The host name or IP address of a remote station to ping.
E
XAMPLE:
The following example pings the host 10.1.1.201.
SCE 1000#ping 10.1.1.201
pinging 10.1.1.201 ...
PING 10.1.1.201: 56 data bytes
64 bytes from host (10.1.1.201): icmp_seq=0. time=0. ms
64 bytes from host (10.1.1.201): icmp_seq=1. time=0. ms
64 bytes from host (10.1.1.201): icmp_seq=2. time=0. ms
64 bytes from host (10.1.1.201): icmp_seq=3. time=0. ms
----10.1.1.201 PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
SCE 1000#
pwd
Displays the current working directory.
Authorization admin
Mode Privileged EXEC
E
XAMPLE:
The following example shows the current working directory as tffs0.
SCE 1000#pwd
tffs0:
SCE 1000#
reload
Reboots the SCE 1000 system. WARNING: In order not to lose the current configuration, use the
copy running-config-all startup-config-all command before using the
reload command.
Authorization admin
Mode Privileged EXEC
E
XAMPLE:
The following example shows backing up of the configuration and performing a system reboot.
SCE 1000#copy running-config-all startup-config-all
SCE 1000#reload
Are you sure? Y
The system is about to reboot, this will end your CLI session