HP MSR2000/3000/4000 Router Series Fundamentals Command Reference
190
Usage guidelines
If you specify a non-existent destination file name, the command moves the source file to the destination
directory and renames it.
If you specify an existing destination file name, the system prompts whether to overwrite the existing file.
Examples
# Move the config.cfg file to the cfa0:/002 directory.
<boot>move cfa0:/config.cfg cfa0:/test/
Move cfa0:/config.cfg to cfa0:/test/config.cfg?[Y/N]:y
<boot> dir cfa0:/test
Directory of cfa0:/test
0 -rw- 77065 Oct 20 1939 06:15:02 test.mdb
61440 KB total (11108 KB free)
ping
Use ping to check the connectivity to an IPv4 address.
Syntax
ping [ -c count | -s size ] * ip-address
Views
Any view
Parameters
-c count: Specifies the number of ICMP echo requests to send, in the range of 1 to 2147483647. The
default is 5.
-s size: Specifies the length (in bytes) of each ICMP echo request, in the range of 20 to 8100. The default
is 56.
ip-address: Specifies the IPv4 address of the destination in dotted decimal notation.
Usage guidelines
When you execute the ping command, the device sends ICMP echo requests to the destination. You can
press Ctrl+C to abort the ping operation.
Examples
# Ch ec k t h e c o n n e ct i vi t y t o th e d e s t i n a t io n 1. 2.1.1.
<boot> ping 1.2.1.1
PING 1.2.1.1 (1.2.1.1): 56 data bytes
56 bytes from 1.2.1.1: seq=0 ttl=128 time=2.243 ms
56 bytes from 1.2.1.1: seq=1 ttl=128 time=0.717 ms
56 bytes from 1.2.1.1: seq=2 ttl=128 time=0.891 ms
56 bytes from 1.2.1.1: seq=3 ttl=128 time=0.745 ms
56 bytes from 1.2.1.1: seq=4 ttl=128 time=0.911 ms
--- 1.2.1.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.717/1.101/2.243 ms