SROS Upgrade Process - Single RP
SROS Upgrade Process - Single RP
Avdhesh Goyal
1 © 2022 Nokia
Do’s and Don’t
2 © 2022 Nokia
Your checklist
3 © 2022 Nokia
Three essential and common steps for SROS upgrade
1 2 3
Understand SROS ZIP Understand the BOF Transfer the zip file to
router’s Compact Flash
Content
using different methods
4 © 2022 Nokia
TimOS or SROS File Structure
TimoS File
5 © 2022 Nokia
Prepare a New card for Router Boot
6 © 2022 Nokia
BOF.CFG (bof Command which build this file)
BOF
- bof command is used to set mgmt. port ip address.
Static router and dns if any
- Console port baud rate can also be changed.
- The same command is also used to set the primary
and secondary image folder, config file path and
name, license file path and name (if any)
- To save the changes ‘bof save’ is mandatory.
- For more options, issue bof ?
# bof ?
[no] address - Associate an IP address with the CPM ethernet port or the secondary CPM port
[no] autonegotiate - Set the mode to automatically negotiate the link speed and duplex parameters
[no] console-speed - Configure the console port baud rate
save - Save BOF to cflash device
speed - Configuration of the speed of the CPM ethernet interface
[no] license-file - Configure the license location and file name
[no] primary-config - Primary location of the file that contains the configuration
[no] primary-dns - Configure a primary DNS server for resolution of host names to IP addresses
[no] primary-image - Primary location of the directory that contains the run-time images of both CPM and IOM
[no] secondary-conf* - Secondary location of the file that contains the configuration
[no] secondary-dns - Configure a secondary DNS server used if the primary DNS server does not respond
[no] secondary-image - Secondary location of the directory that contains the run-time images of both CPM and IOM
[no] static-route - Configuration of static routing table entries that applies to the CPM ethernet port
7 © 2022 Nokia
File command to manage file structure on Compact Flash
File
1. From PC to Router Flash Card using SFTP 2. From FTP Server to Router
Use below command
- User FileZilla or winscp -file copy ftp://test:test@1.1.1.1/timos-folder/Nokia-
TimoS-22.2.R2.zip cf3:
- Enter ip address of router mgmt port or
system interface
- Enter username and password
- Click login 3. Directly to Flash card
- Transfer zip file from PC to router Just connect card to Card reader
Copy file to root folder of flash card
9 © 2022 Nokia
Preparing for Boot
Once file is available in Flash card
Step 1: Unzip zipped image file Step5: copy new boot.ldr from TIMOS Folder to
-file unzip cf3:Nokia-TimoS-22.2.R2.zip
root
-file copy cf3:\TimoS-22.2.R2\boot.ldr
cf3:
Step 2: Move TiMOS folder to root
-file move cf3:\cflash\TimoS-22.2.R2\ cf3:
Step6: save BOF to take effect on next reboot
Step 3: set primary-image folder to new folder -bof save
-bof primary-image cf3:\TimoS-22.2.R2\
10 © 2022 Nokia