Basic BOF configuration

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:

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-22.2.R1 both/x86_64 Nokia 7750 SR Copyright (c) 2000-2022 Nokia.
# All rights reserved. All use subject to applicable license agreements.
# Built on Sat Feb 26 15:31:00 PST 2022 by builder in /builds/c/222B/R1/panos/main/sros
# Configuration format version 22.2 revision 0

# Generated 2022-03-07T17:08:41.4+00:00 by admin from Console

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 2022-03-07T17:09:40.4+00:00