Install Mode Upgrades
Package-based upgrade method for Catalyst 9000 series switches
Overview
Install Mode is the modern IOS-XE upgrade method for Catalyst 9000 series (C9200, C9300, C9400, C9500, C9600). Instead of a single monolithic image, software is organized into individual packages that can be activated and committed independently - enabling sub-minute rollbacks without a full re-transfer.
Install Mode vs. Bundle Mode
- Install Mode: Packages extracted to flash, faster reload, supports ISSU on some platforms.
- Bundle Mode: Full image in flash, simpler but slower reloads and no rollback flexibility.
Package Installation Workflow
copy scp: flash: and tracks transfer progress.NetGUI can run add, activate, and commit as a single chained operation or step-by-step - configurable in the wizard.
Activation and Commit Process
Activate
Activating a package marks it for use on the next reload. The device does not reboot immediately unless you choose the Activate and Reload Now option.
Reload
After activation, schedule the reload in the wizard. The same scheduling options from Bundle Mode apply (immediate, scheduled, or staggered).
Commit
After the device comes back online running the new software, NetGUI prompts you to commit. Committing removes the rollback point and finalizes the upgrade.
Removing Inactive Packages
After a successful commit, previous software versions remain on flash as inactive packages. These can be removed to free space.
- In the upgrade wizard, click Remove Inactive after committing.
- NetGUI runs
install remove inactiveand displays reclaimed space. - Alternatively, use the Flash Cleanup module for bulk cleanup across many devices.
Pre/Post Verification
Pre-upgrade checks
- Current IOS-XE version confirmation
- Flash space availability
- Active install mode detection
- Stack member consistency (for stacked switches)
- Interface and routing baseline snapshot
Post-upgrade checks
- New version confirmed via
show version - All interfaces match pre-upgrade baseline
- STP topology unchanged
- Route count within expected range
- Install state shows Committed
NetGUI generates a side-by-side pre/post comparison report downloadable as PDF.
Rollback Procedure
If post-upgrade checks fail and the package has not been committed, rollback is automatic on the next reload. To trigger an immediate rollback:
- In the upgrade wizard, click Rollback.
- NetGUI issues
install rollback to committedand schedules a reload. - The device returns to the previously committed software version.