Networking - Networking Basics - Discussion

Discussion Forum : Networking Basics - Networking Basics (Q.No. 31)
31.
Which command is used to upgrade an IOS on a Cisco router?
copy tftp run
copy tftp start
config net
copy tftp flash
Answer: Option
Explanation:
The copy tftp flash command places a new file in flash memory, which is the default location for the Cisco IOS in Cisco routers.
Discussion:
7 comments Page 1 of 1.

Walter said:   3 years ago
TFTP is abbreviated Trivial File Transfer Protocol.

MUKESH said:   9 years ago
What is the meaning of 'tftp'?

Ayush Mishra said:   10 years ago
No TFTP is not secure.

Teddy said:   1 decade ago
Is TFTP provides security function?

Jayadeep said:   1 decade ago
Trivial file transfer protocol.

GANESH S said:   1 decade ago
What is the meaning of the tftp?

Swathi S said:   1 decade ago
Save the current configuration from DRAM to NVRAM - copy running-config startup-config
Merge NVRAM configuration to DRAM - copy startup-config running-config
Copy DRAM configuration to a TFTP server - copy runing-config tftp
Merge TFTP configuration with current router configuration held in DRAM - copy tftp runing-config
Backup the IOS onto a TFTP server - copy flash tftp
Upgrade the router IOS from a TFTP server - copy tftp flash

Post your comments here:

Your comments will be displayed after verification.