24-Port 10/100Mbps Layer 2 Switch w/ 4 Gigabit Ports and 2 Shared Mini-GBIC Slots
43-2
copy { tftp://ip-address/filename | flash:
filename}{ tftp://ip-address/filename | flash: filename}
tftp://ip-address/filename
The IP address the remote tftp server and the
filename you would like to copy from.
The path and filename of the local file you
would like to copy from.
tftp://ip-address/filename
The IP address the remote tftp server and the
file name to be saved.
The path and filename you would like to
saved in local flash
switch# copy tftp://172.17.0.100/syslog1 flash:backuplog
This command was introduced
Sending out ICMP echo request to verify a specific IP address is available.
ping [ ip ] <destination-address> [size <packet_size (0-2080)>]
[count <packet_count (1-10)>] [timeout <time_out (1-100)>]
Specify which IP address to send echo request.
size packet_size (0-2080)
Specify the size of ping packet to send.
count packet_count (1-10)
Specify how mand echo request to send.
Specify the timeout in seconds to wait each
ICMP echo reply.
Packet count: 3
Timeout: 5
switch# ping ip 192.168.0.2 size 2080
Reply Received From :192.168.0.2, TimeTaken : 10 msecs
Reply Received From :192.168.0.2, TimeTaken : 20 msecs
Reply Received From :192.168.0.2, TimeTaken : 20 msecs
--- 192.168.0.2 Ping Statistics ---
3 Packets Transmitted, 3 Packets Received, 0% Packets Loss
This command was introduced