The parameters which specify location of the image filename that the router tries to boot from and the configuration file are in the BOF.
The most basic BOF configuration should have the following:
Primary address
Primary image location
Primary configuration location
The following is an example of a basic BOF configuration.
Example: Classic CLI
A:node-2# show bof
===============================================================================
BOF (Memory)
===============================================================================
primary-image ftp://.../i386-both.tim
primary-config ftp://.../config.cfg
license-file ftp://.../license
address 192.168.189.52/24 active
static-route 192.168.0.0/16 next-hop 192.168.189.1
static-route 172.16.0.0/16 next-hop 192.168.189.1
autonegotiate
duplex full
speed 100
wait 3
persist on
no li-local-save
no li-separate
no fips-140-2
console-speed 115200
===============================================================================
A:node-2#
Example: MD-CLI
[/]
A:admin@node-2# admin show configuration bof
# TiMOS-B-21.10.B1-3 both/x86_64 Nokia 7750 SR Copyright (c) 2000-2021 Nokia.
# All rights reserved. All use subject to applicable license agreements.
# Built on Mon Oct 4 18:16:00 PDT 2021 by builder in /builds/c/2110B/B1-3/panos/main/sros
# Configuration format version 21.10 revision 0
# Generated 2021-10-07T05:07:18.5-05:00 by admin from 10.139.45.162
bof {
configuration {
primary-location "ftp://.../config.cfg"
}
console {
speed 115200
}
dns {
domain "alu-srpm.us"
primary-server 192.251.72.68
secondary-server 192.251.10.29
}
image {
primary-location "ftp://.../i386-both.tim"
}
li {
local-save false
separate false
}
license {
primary-location "ftp://.../license"
}
router "management" {
interface "management" {
cpm active {
ipv4 {
ip-address 192.168.189.52
prefix-length 24
}
ipv6 {
ipv6-address fdfd:abab:7e11:ebc:192:168:189:52
prefix-length 64
}
}
}
static-routes {
route 0.0.0.0/0 {
next-hop 192.168.189.1
}
}
}
system {
fips-140-2 false
persistent-indices true
}
}
# Finished 2021-10-07T05:07:39.4-05:00