This section explains the concept of system upgrades for NCS 1004, including their key functions and considerations.
A system upgrade is a maintenance procedure that
-
replaces the Cisco IOS XR operating system image with a newer version,
-
upgrades both the XR and the System Admin operating systems simultaneously, and
-
initiates the process from XR mode using install commands.
System upgrade installs the base package, which includes the Cisco IOS XR Core Bundle and Manageability Package. Install the ISO image using install commands.
Additional reference information
For more information on upgrading the system and the RPMs, see Cisco IOS XR Flexible Packaging Configuration Guide for Cisco NCS 1000 Series.
Software downgrade from Release 7.2.1 to Release 7.1.1 affects traffic.
Before you upgrade from Release 7.3.1 and later, or downgrade to Release 7.3.1 and earlier, configure minimum and maximum values for chromatic dispersion (CD) on the trunk optical controller of the OTN-XP card to maintain traffic flow. Use the controller optics R/S/I/P [cd-max cd-max | cd-min cd-min] command to configure minimum and maximum chromatic dispersion values. See Command Reference for Cisco NCS 1004 for the range of CD values.
From Release 25.4.1, to run the install replace command for a software upgrade, if a public IP address is connected to management port 1, you must configure linux networking for management port 1.
This is a sample Linux networking configuration on management port 1.
linux networking
vrf default
address-family ipv4
default-route software-forwarding
source-hint management-route interface MgmtEth0/RP0/CPU0/1
source-hint default-route interface MgmtEth0/RP0/CPU0/1
!