Chapter 9 - IOS Images and Licensing Flashcards

1
Q

Display the Cisco IOS Image

A

show flash0:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Example of a Cisco IOS 12.4 Software Image Name

A

c2800nm-advipservicesk9-mz.124-6.T.bin

Hardware-FeatureSet-MemoryLocationCompressionFormat.TrainNumber-MaintenanceRelease.TrainIdentifier.FileExtension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Example of a Cisco IOS 15.2 Software Image Name on an ISR G2 Device

A

c1900-universalk9-mz.SPA.152-4.M3.bin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Creating Cisco IOS Image Backup

A
Step 1: Verify connectivity to the server
#ping 172.16.1.100
Step 2: Verify the image size
#show flash0:
Step 3: Copy image to TFTP server
#copy flash0: tftp:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Using the ‘boot system’ Command

A
#conf t
#boot system flash0://c1900-universalk9-mz.SPA.152-4.M3.bin
#exit
#copy run start
#reload
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Verifying New Image

A

show version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Displaying the UDI

A

show licence udi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Permanent Licence Installation

A

licence install flash0:securityk9-CISCO1941-FHH12250057.xml

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Permanent License Verification

A
#show version
#show licence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Evaluation License Installation

A
#license accept end user agreement
#license boot module c1900 technology-package datak9
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Backing Up the License

A

license save flash0:all_licenses.lic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Clearing an Active and Permanent License

A
Step 1: Disable the technology package
#license boot module c1900 technology-package seck9 disable
#exit
#reload
Step 2: Clear the license
#license clear seck9
#conf t
#no license boot module c1900 technology-package seck9 disable
#exit
#reload
How well did you know this?
1
Not at all
2
3
4
5
Perfectly