0% found this document useful (0 votes)
31 views

IOS XR Install Upgrade Cheat Sheet - Cisco Community

Uploaded by

Duong Nguyen
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

IOS XR Install Upgrade Cheat Sheet - Cisco Community

Uploaded by

Duong Nguyen
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

Welcome to the new Cisco Community. LEARN MORE about the updates and what is coming.
Community

Search Cisco Community Create a new article


Cisco Community > Technology and Support > Service Providers > Service Providers Knowledge Base
Options
> IOS XR Install Upgrade cheat sheet

 17286  25  5
Views Helpful Comments

IOS XR Install Upgrade cheat sheet

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 1/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

Eddie Chami
Cisco Employee 

on ‎03-02-2015 12:35 AM

1) Did you know that install operations can be done with a single command? YES YES YES single command Upgrade!! Simplify your
operations

Example 1) Standard install

A9K-PE3(admin)#install add source tftp://10.10.10.1/ asr9k-px-5.1.3.CSCcd54321.pie asr9k-px-5.1.3.CSCab12345.pie


asr9k-px-5.1.3.CSCef12345.pie activate

Example 2)This is an example of a create your own TAR install:

A9K-PE3(admin)#install add source tftp://10.10.10.1/ Rel5_1_3.tar activate

2) Tired of doing manual FPD? The answer is FPD Auto.

Try it, now the FPD will get upgraded during the activate phase, before the reload, and upon the reload to install the new
version of software the new FPDs will take effect. Wonderful!

ASR9K-PE1-R0(admin-config)# fpd auto

Make sure the fpd pie for the currently running release is active before running the install activate, and that the fpd pie for
the target release is included in the pies that are being activated.

3) Removal of superseded SMUs, in simple hitless operation?


The removal of superseded SMUs is a hitless operation from IOS XR 4.3.2. Also determining which SMUs are superseded
can’t not been easier, just issue command “show install superseded”.
https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 2/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

If your happy to remove the superseded SMUs, perform, “install commit”(optional) to hold your current active software
and “install remove inactive”.

Again:

“show install superceded”

“admin install deactivate superceded”

4) File Server in a VRF? This is how an install add is performed when the file server is reachable inside a VRF, in this example the VRF
name is “management”.

A9K-PE3(admin)#install add source ftp://user:[email protected];management/ asr9k-px-5.1.3.CSCef12345.pie asr9k-


px-5.1.3.CSCab67890.pie activate

or

A9K-PE3(admin)#install add ftp://user:[email protected];management/asr9k-px-5.1.3.CSCef12345.pie activate

5) Simple way to manage your SMUs and Service Packs? Why don't you try CSM (Cisco Software Manager). Manage SMUs like A B C!
It can recommend, optimize, notify. It’s the Application Store of SMUs.

Give CSM a try!

http://software.cisco.com/download/release.html?
mdfid=282414851&flowid=2137&softwareid=284777134&release=2.0&relind=AVAILABLE&rellifecycle=&reltype=latest

User Documentation: http://www.cisco.com/en/US/docs/routers/asr9000/software/smu/csmuser.html

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 3/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

6) You want to deploy a Release that has the longest support life, the most field deployed & the least reload SMUs?

Why don't you try one of the Extended Maintenance Releases. Designated by EMR in the CCO download page. EMR
releases have a 36 Months support period.

7) Did you know that one can create their own TAR file for installs? Just create a tar with multiple pies and smus and install with a
single install operation. That’s the easiest way to upgrade, or deploy multiple SMUs/SPs.

The below you'll be able to install multiple packages together and install/activate them with one install command, isn't that
easy?

A9K-PE3(admin)#install add source tftp://10.10.10.1/ Rel5_1_3.tar activate

8) Did you know wildcarding is supported in install operations? yes... here is an example:

The below will activate every 5.1.3 packages in Disk0:

A9K-PE3(admin)# install activate disk0:*5.1.3*

9) Have you thought about using Service Packs instead of SMUs? Learn more about Service Packs.

SMUs can be installed on top of Service Packs as long as the SMU doesn't touch the OS package, more details on SP:

http://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-xr-software/117550-technote-product-00.html

10) Interested in Massively scaled Automated upgrade tool which allows a network to be upgraded with click of a button?

Drop us an email [email protected] for more details.


https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 4/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

11) Have an RSP2 (aka RSP-4G/RSP-8G) and wondering how to upgrade it to the next release?

See the following https://supportforums.cisco.com/document/145991/managing-disk-space-rsp-4grsp-8g-aka-rsp2

XR OS and Platforms

 25 Helpful Share

COMMENTS

3Dg4RIP
Beginner 
‎10-24-2018 09:44 PM

Hi! What about the upgrade from IOS XR 5.1 to 6.4, is better do it in the following steps:

IOS XR 5.1 -> IOS XR 5.2 -> IOS XR 6.0 -> IOS XR 6.4, What Do you thing? have a full guide for it?

filopeter
Beginner 
‎02-25-2021 08:52 AM
https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 5/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

Hello,
I have a question regarding TAR creation. Can I create my own TAR file with multiple SMUs that require reboot, or multiple
SMUs which share pre-requisites/are dependent on each other?
Best Regards,
Peter

nishetti
Cisco Employee 
‎03-08-2022 11:09 PM

@filopeter,

No you cannot create your own tar and install the package.

But you can check the Golden ISO option - https://www.cisco.com/c/en/us/td/docs/iosxr/ncs560/system-setup/70x/b-


system-setup-cg-70x-ncs560/build_and_install_golden_iso.html

filopeter
Beginner 
‎08-11-2022 01:50 AM

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 6/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

@nishetti
My question was related to item 7. In case of cXR I have verified, that I can create my own TAR file and deploy multiple
SMUs with a single install operation.

smilstea
Cisco Employee 
‎08-23-2022 01:50 PM

Yes you can create your own tar file. You can mix and match SMUs and base packages, prereq smus, etc. Just don't
exceed 2GB for the tar file size as the filesystem qnx4 can only handle 2GB-1B.

Sam

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these
resources to familiarize yourself with the community:

How to use Community 

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 7/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

New Community Member Guide 

Quick Links

Discussions 

Related community topics

NSO: Cheat Sheet ~ インストールから Netsim を使った動作確認まで ~

Hiromasa Kakehashi

‎04-30-2017 08:04 AM

Cisco IOS XR Software

Huan Nguyen

‎06-10-2009 02:46 AM

ASR9006Cisco IOS XR Software

jmartinez20

‎08-12-2015 01:16 PM

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 8/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

ASR9K: ASR-9001(-S) の IOS-XR Install 手順書

ykanme

‎01-24-2014 07:11 PM

  Issues upgrading IOS-XR - 5.3.3 to 6.6.2


MattHunt1980

‎07-31-2019 11:42 AM

 Top

Quick Links -
Contacts

Resources and Legal -


Community Feedback
Help

Terms & Conditions


Privacy Statement
Cookie Policy

Trademarks
Site Map
https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 9/10
20/09/2022, 13:42 IOS XR Install Upgrade cheat sheet - Cisco Community

©2022 Cisco Systems, Inc.

https://community.cisco.com/t5/service-providers-knowledge-base/ios-xr-install-upgrade-cheat-sheet/ta-p/3141255 10/10

You might also like