Cis82 SN IOS
Cis82 SN IOS
Spring 2014
Chapter 10
10.0 Introduction
10.1 Managing IOS System Files
10.2 IOS Licensing
10.3 Summary
Chapter 10: Objectives
Understand the necessity of managing IOS system image files to increase
network reliability in a small-to-medium-sized business network.
Explain the Cisco IOS image naming conventions.
Calculate memory requirements needed when upgrading an IOS system
image.
Explain the licensing process for the Cisco IOS software in a small-to-
medium-sized business network.
Configure a router to install a Cisco IOS image license.
IOS Families and
Trains
Cisco IOS concepts
This chapter examines the trains of both IOS 12.4 and 15.
12.4 Trains
Cisco IOS 12.4 Mainline and T Trains
Enterprise Base
Advanced Security SP Services
(Add Multiprotocol
(Add Security & VPN) (Add SP Services)
Services)
Cisco IOS Firewall, IDS/IPS, SSH/SSL, ATM, VoATM,
Appletalk, IPX and IBM
IPSec, 3DES, VPN MPLS
Layer 3 Routed Protocols
5 non-premium
packages: IP Base
Entry Level Cisco IOS
3 premium IPv4, Trunking and DSL
packages:
Decode the IOS 12 Image Name
Trai Maintenance Train Rebuild
IOS Image Hardware Feature Set
n# Release Identifier Identifier
Supports: IOS Firewall, IPS, IPsec, Supports: CUBE, CUCME, SRST, Supports: MPLS, BFD, RSVP,
SSL VPN, DMVPN, GETVPN, etc. Voice Gateway, DSP, VXML, etc. L2VPN, L2TPv3, IP SLA, , etc
Devices: 1900, 2900, 3900 Devices: 2900, 3900 Devices: 1900, 2900, 3900
IP Base
<Output omitted>
8 68831808 c1900-universalk9-mz.SPA.152-4.M3.bin
Apr 2 2013 21:29:58 +00:00 c1900-universalk9-mz.SPA.152-4.M3.bin
R1#
The most common designation for memory location
and compression format is mz.
Hardware The first letter indicates the location where the image
is executed on the router:
Feature Set •m - RAM
•f - flash
Memory Location •r - ROM
and Compression Format •l - relocatable
Major Release The second letter specifies how the file was
compressed (zipped) to effectively reduce the size of
Minor Release the image.
New Feature Release The compression format can be either z for zip or x
for mzip.
Extended Maintenance Release
And Maintenance Rebuild Images are self-unzipping, therefore when loaded
into RAM for execution, the first action is to unzip
File Extension
12.4 Image Filename
Decode the IOS 15 Image Name
New
Feature Major Minor Maintenance Maintenance
IOS Image Hardware Feature
Set Release Release Release Rebuild
Release
2. Verify that the TFTP server has sufficient disk space to accommodate
the Cisco IOS Software image.
Use the show flash0: command on the router to determine the size of
the Cisco IOS image file.
30
1 - Verify Connectivity to the TFTP Server
<Output omitted>
3 – Copy Image to TFTP Server
<output omitted>
R1#
Copying an Image From a TFTP Server
1. Select a Cisco IOS image file that meets the requirements in terms of
platform, features, and software.
Download the file from http://www.cisco.com and transfer it to the TFTP server.
2. Verify connectivity to the TFTP server.
Ping the TFTP server from the router.
3. Ensure that there is sufficient flash space on the router.
4. Copy the IOS image file from the TFTP server to the router.
2 - Verify Connectivity to the TFTP server
<Output omitted>
R1#
4 – Copy Image From TFTP Server
4. After the router has booted, to verify the new image has loaded, use
the show version command.
Loading the New IOS Image to RAM
R1# configure terminal
R1(config)# boot system flash0://c1900-universalk9-mz.SPA.152-4.M3.bin
R1(config)# exit
R1#
R1# copy running-config startup-config
R1#
R1# reload
R1#
<Output Omitted>
Supports: IOS Firewall, IPS, IPsec, Supports: CUBE, CUCME, SRST, Supports: MPLS, BFD, RSVP,
SSL VPN, DMVPN, GETVPN, etc. Voice Gateway, DSP, VXML, etc. L2VPN, L2TPv3, IP SLA, , etc
Devices: 1900, 2900, 3900 Devices: 2900, 3900 Devices: 1900, 2900, 3900
IP Base
1. Purchase a package
or feature.
2. Obtain a license
3. Install license
Step 1: Purchase the
Software Package
The second step is to obtain a license or license file using one of the
following options:
Cisco License Manager (CLM): A free software application available
at http://www.cisco.com/go/clm.
Cisco License Manager can discover network devices, view their
license information, and acquire and deploy licenses from Cisco.
Cisco License Registration Portal: A web-based portal for
obtaining and registering individual software licenses, available at
http://www.cisco.com/go/license.
Both options require a PAK number and a unique device identifier (UDI).
Step 2: Obtain a
License
R1#
<Output omitted>
License Info:
License UDI:
-------------------------------------------------
Device# PID SN
-------------------------------------------------
*0 CISCO1941/K9 FTX1636848Z
Technology Package License Information for Module:'c1900'
----------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
-----------------------------------------------------------------
ipbase ipbasek9 Permanent ipbasek9
security seck9 Permanent seck9
uc None None None
data None None None
Verify the Licenses on a Router
Use the show license command to verify that the license has
been installed.
R1# show license
<Output omitted>
Activate an Evaluation License
<Output omitted>
Backing Up the License
The license save file-sys://lic-location command is
used to copy licenses from a device and store them in a format required
by the specified storage location.
R1#
R1# show flash0:
-# - --length-- -----date/time------ path
<Output omitted>
R1#
Uninstalling a License
1. To clear an active permanent license, disable it using the license
boot module module-name technology-package package-
name disable
Reload the router using the reload command.
l Clear the technology package license from license storage using the
license clear feature-name global config command.
Spring 2014