Question

In: Computer Science

What is the list of commands required to upgrade a cisco IOS, ensuring that the system...

What is the list of commands required to upgrade a cisco IOS, ensuring that the system will use the IOS file when booting?

Solutions

Expert Solution

Answer :

How to upgrade cisco IOS

Before upgrading you need to obtain the latest version of IOS. This is usually done by logging in at https://software.cisco.com/ and selecting your device type and version.

Lets upgrade. Here are the steps.:

1. First we need to place the image file to a TFTP server that is reachable by the switch

2. Then, we need to transfer the file from the TFTP server to the flash memory of the switch. This can be done by issuing the copy command on the switch:

SW1# copy tftp flash

SW1#

Note that we need to enter the IP address and the exact filename of the image we wanted to copy.

By issuing the show flash - we can see file was copied to the switch

SW1# show flash:

3. The last step is to configure the switch to load the new IOS version. If we reboot the system now, the old IOS file will be loaded :

SW1# reload

Now need to instruct the switch to load the new file. The easiest way to do it is by using the boot system command.

SW1(config)# boot system c2960 - lanbasek9-mz.150-2.SE4.bin

4. The last step is to save the configuration and reload the device. We can verify that the newer version of IOS is being used by issuing the show version command:

SW1# show version


Related Solutions

What is the command (cisco IOS) to assign Port Fa0/1 to VLAN with ID 10.
What is the command (cisco IOS) to assign Port Fa0/1 to VLAN with ID 10.
What command(s) is/are required to restore a flashed backup of the IOS
What command(s) is/are required to restore a flashed backup of the IOS
How Cisco System build their Supply chain?
How Cisco System build their Supply chain?
Express your opinion about ios system. Determine the advantages and the disadvantages of the system. Develop...
Express your opinion about ios system. Determine the advantages and the disadvantages of the system. Develop your opinion based on : The ease of use Functionality Drill down Words count between 250 to 300 words.
Objective: Practice common UNIX commands. Procedure: The following list of Unix commands are given for self-learning....
Objective: Practice common UNIX commands. Procedure: The following list of Unix commands are given for self-learning. Use 'whatis' or 'man' command to find out about each command. Your document should include the description or screen shots of the output from each of the command. Commands: df du gzip file history wget Changing access rights: chmod u+x Dir1.0             adds execute permission for the owner chmod go-w file1               removes write permission for the group and others chmod ugo=rw testfile      sets...
List and explain the system activites that are required to be logged to ensure compliance with...
List and explain the system activites that are required to be logged to ensure compliance with the Sarbanes Oxley Act of 2002. this is for an Information Systems Security class required for Accounting major
List any 5 Unix commands with their brief description.
List any 5 Unix commands with their brief description.
Briefly describe what each of the following statements does. file.seekp(100L, ios::beg); file.seekp(-10L, ios::end); file.seekg(-25L, ios::cur); file.seekg(30L,...
Briefly describe what each of the following statements does. file.seekp(100L, ios::beg); file.seekp(-10L, ios::end); file.seekg(-25L, ios::cur); file.seekg(30L, ios::cur); Describe the mode that each of the following statements causes a file to be opened in. file.open("info.dat", ios::in | ios::out); file.open("info.dat", ios::in | ios::app); file.open("info.dat", ios::in | ios::out | ios::ate); file.open("info.dat", ios::in | ios::out | ios::binary);
Smartphones are differentiated primarily by the operating system they use. An iOS-based iPhone is not identical...
Smartphones are differentiated primarily by the operating system they use. An iOS-based iPhone is not identical to an Android-based Samsung. However, consider an Android-based Samsung as virtually identical to an Android-based Google Pixel. They have identical software and assume they are comparable in terms of hardware: battery life, memory storage, camera quality, etc. Assume there are only two Android-based smartphones: Samsung (yS) and Google Pixel (yG). Overall demand for Android-based smartphones is D(p) = 1000 – p. Samsung production costs...
1a)What is the purpose of suffixes on commands? Are suffixes required? (defend your answer) b)Describe 3...
1a)What is the purpose of suffixes on commands? Are suffixes required? (defend your answer) b)Describe 3 types of mov commands, i.e. data located in source and destination postions c)Describe how the jmp command works and list the different "jump" commands and their task/meaning. d)Describe how leaq works. Can leaq be used for arithemetic operations? (explain)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT