Loader

OLT Turnup

The process of turning up an OLT is essentially providing the OLT with enough information to allow it to establish connectivity and be manageable by Panorama. Once this is accomplished, the OLT can be added to the Panorama PON Element Management System and configured as desired using the graphical user interface or managed via CLI and / or NETCONF-based controllers. 

Turnup Video

 

 

BOLT Initial Configuration

BOLT is shipped with the Zero Touch Provisioning (ZTP) feature enabled. This feature allows rapid hands-free setup and turnup of the OLT if the network is set up properly. Documentation for the ZTP feature can be found by clicking the following location: Zero Touch Provisioning (ZTP).

Upon completion of the ZTP step, the OLT will have completed the following steps: 

  • Obtained a DHCP management IP address
  • Updated the software to the version(s) configured for use at this site. This is configured in the ZTP configuration file.
  • Load an initial restore file that allows site-specific customization of the OLT setup. This is often helpful for setting up resources common to all OLTs (syslog server/SNMP settings/NTP, etc.).

Connecting to BOLT

Connect via SSHv2

BOLT can be accessed via SSHv2 via the IP address that is assigned by DHCP or via the static IP address defined by configuration of the static management IP.  ZTP functionality requires that the ZTP URL either be explicitly set by a user, or be obtained via DHCP.  See the ZTP documentation for more details on the setup of the DHCP server to accommodate this.

The initial configuration of the BOLT unit when configured with ZTP is as follows: 

  • NET1, NET2, and NET3 LAGs are created.
    • NET1 will include the 4x10G SFP ports
    • NET2 will include the 4x40G QSFP+ ports
    • NET3 will include the 2x100G QSFP28 ports
  • Each NET interface will include an untagged VLAN, which the OLT will DHCP to obtain an IP and ZTP URL.  
  • The first interface that returns a valid ZTP URL will be used to pull the ZTP configuration for the box from the ZTP server.
  • All other configuration will be set up via the ZTP configuration file.

Connect via Console Serial RJ45

The BOLT is equipped with a Console Serial RJ45 interface which provides direct access to the Command Line Interface (CLI) found on all Tellabs OLTs. To use this interface, attach a standard Cisco serial cable from the OLT Console port to any serial port or USB to serial cable.

Once the cable is connected, open a serial terminal program (TeraTerm, putty, HyperTerminal, etc.) Typically, a serial port for the connection is automatically created. Select the correct port and login to the BOLT CLI interface to begin the turnup process.

The serial settings for the serial port are: 

  • 115, 200 bit/s, N, 8, 1

The default login to the system is username: admin/tellabs and must be changed on first use.

Turning up the BOLT using manual configuration

The Steps for Manual Configuration with a static IP are as follows:

  • Access the Command Line Interface (CLI) by opening a serial terminal program (TeraTerm, putty, HyperTerminal, etc.)
  • Disable ZTP
  • Set a Static IP address
  • Modify Uplinks as required
  • Create and Assign the Management VLAN (if required)
  • Ensure Network Connectivity
  • Add the BOLT OLT to  the EMS
  • Download the current software and Switch

Once connectivity has been established, the user will have access to the OLT CLI. The CLI is used to perform the initial configuration (or turnup) of the BOLT. After turnup, the OLT will be added to and managed by the Panorama PON graphical user interface.

BOLT OLTs that are managed by the EMS should use a static IP to ensure that the EMS can always connect to a well-known IP address.  If DHCP is utilized, it is recommended that a reservation be put in the DHCP server for the BOLT OLT so that it will always get the same IP.

Access OLT Command Line Interface (CLI)

To turnup the OLT, perform the following steps:

  1. Power cycle the OLT to reboot, at the GUI, wait for the following initial prompt message to display.
Kernel images and FPGA validated.

OLT Type                  : BOLT
Switch Type               : XPON16P28
System Version            : SR34.0_620146
Starting crond: OK

Tellabs Linux BOLT 3.1.33 MDS1-ESUA ttyS0

MDS1-ESUA login:  

 

 

  1. Log into the OLT CLI. The initial username and password for the system are: admin/tellabs
    Tellabs Linux BOLT 3.1.33 MDS1-ESUA ttyS0
    
    MDS1-ESUA login:
    MDS1-ESUA login: admin
    Password:
    Welcome, admin!
    Last login: Mon Sep 15 18:22:55 EDT 2025 from 10.99.99.110 on pts/1
    
    admin connected from 127.0.0.1 using console on MDS1-ESUA  
    

 

  1. On initial login, the administrative password must be changed. The system will prompt for the current password in order to allow the change. Type tellabs at the prompt and press Enter.
    You are required to change your password immediately (administrator enforced). 
    
 
  1. The password policy settings and new password prompt are displayed. Enter a new password, in accordance with the security policy and press Enter. Confirm the new password when prompted.
    Changing password for admin.
    Current password: *******
    New password:********
    Retype new password: ********
    Welcome, admin!
    
    admin connected from 127.0.0.1 using console on MDS1-ESUA
    MDS1-ESUA#
    

 

  1. From the MDS1-ESUA# command line, input ?, to display a list of commands available in the current context. Output similar to the following is displayed.
    MDS1-ESUA# ?  <return>
    Possible completions:
      autowizard             Automatically query for mandatory elements
      clear                  Clear parameter
      commit                 Confirm a pending commit
      compare                Compare running configuration to another configuration or a file
      complete-on-space      Enable/disable completion on space
      config                 Manipulate software configuration information
      describe               Display transparent command information
      display-level          Configure show command display level
      exit                   Exit the management session
      help                   Provide help information
      history                Configure history size
      id                     Show user id information
      ignore-leading-space   Ignore leading whitespace (true/false)
      leaf-prompting         Automatically query for leaf values
      logout                 Logout a user
      no                     Negate a command or set its defaults
      paginate               Paginate output from CLI commands
      prompt1                Set operational mode prompt
      prompt2                Set configure mode prompt
      pwd                    Display current mode path
      quit                   Exit the management session
      screen-length          Configure screen length
      screen-width           Configure screen width
      send                   Send message to terminal of one or all users
      show                   Show information about the system
      show-defaults          Show default values when showing the configuration
      terminal               Set terminal type
      timestamp              Enable/disable the display of timestamp
      tolt
      who                    Display currently logged on users
    MDS1-ESUA# 
    
Information Note 1: The CLI displays the available commands, options, parameters and help (for the current context) whenever ? is typed.
Information Note 2: CLI commands, parameters and options can be entered using abbreviations. The abbreviations are specified using capitalization in the help listings and context menus. For example, the wizard command is displayed in the help listing as WIZard. This case convention indicates that the command can be invoked using either wizard or the abbreviated form wiz.
Information Note 3: The CLI also provides for tab completion to speed input. Usually, typing the first character of the command, parameter or option and then pressing Tab will provide command auto-completion.

 

  1. To perform any changes to the system, you will need to first enter configuration mode.  In addition, changes need to be committed for the change to take effect. Changes are buffered in the candidate database until changes are committed.
  2. From the MDS1-ESUA# command line, input configand press Enter. Output similar to the following is displayed:
    MDS1-ESUA# config <enter>
    Entering configuration mode terminal 
    MDS1-ESUA(config)#  
    

Disable ZTP

  1. From the MDS1-ESUA(config)# command line, input tolt system ztp config ztp-mode disabled and press Enter
  2. From the MDS1-ESUA(config)# command line, input commit and press Enter. Output similar to the following is displayed.
    MDS1-ESUA(config)# tolt system ztp config ztp-mode disabled <enter>
    MDS1-ESUA(config)# commit <enter>
    tolt system ztp config ztp-mode disabled 
    MDS1-ESUA(config)# exit <enter> 
    MDS1-ESUA# _

Set a Static IP address

  1. To display the system management configurable attributes, go to the MDS1-ESUA# command line, input show running-config tolt system mgmt and press Enter. Output similar to the following is displayed, showing the current attributes.
    MDS1-ESUA# show running-config tolt system mgmt <enter>
    tolt system mgmt config ip-mode dhcp
    tolt system mgmt config ip-version ipv4
    tolt system mgmt config vlan-id 101
    tolt system mgmt config vlan-priority 7
    MDS1-ESUA#  
    

 

  1. Go into config mode at the MDS1-ESUA# command line, input config and press Enter.
  2. Go to the MDS1-ESUA(config)# command line, input tolt system mgmt config ? and press Enter. Output similar to the following is displayed, showing the possible completions
    MDS1-ESUA# config <enter>
    MDS1-ESUA(config)# tolt system mgmt config ? <enter> 
    Possible completions:
      ip-mode ip-version vlan-id vlan-priority 
    MDS1-ESUA#  
    

 

  1. Change the ip-mode from dhcp to static as follows: Go to the MDS1-ESUA(config)# command line, input tolt system mgmt config ip-mode static ? and press Enter.
  2. Output similar to the following is displayed, showing the possible completions
    MDS1-ESUA# config <enter>
    MDS1-ESUA(config)# tolt system mgmt config ip-mode static ? <enter> 
    Possible completions:
     ip-version ipv4-address ipv4-gateway ipv4-netmask software-server-url vlan-id vlan-priority
    MDS1-ESUA (config)#  
    

 

  1. Set the static IP address as follows, go to the MDS1-ESUA(config)# command line, input tolt system mgmt config ip-mode static ip-version ipv4 ipv4-gateway 172.29.122.1 ipv4-address 172.29.122.137 ipv4-netmask  255.55.255.0 and press Enter.
  2. From the MDS1-ESUA(config)# command line, input commit and press Enter. Output similar to the following is displayed.
    MDS1-ESUA(config)# tolt system mgmt config ip-mode static ip-version ipv4 
    ipv4-gateway 172.29.122.1 ipv4-address 172.29.122.137 ipv4-netmask 255.55.255.0 <enter>
    MDS1-ESUA(config)# commit <enter>
    Commit complete.
    MDS1-ESUA(config)# exit <enter>
    MDS1-ESUA# _  exit <enter> 
    
    Information Note: Please note that, for the time being, a reboot is required after making changes to the management interface for the changes to take effect.
  3. Power cycle the BOLT OLT and wait until the BOLT OLT comes back to the login prompt.  Output similar to the following is displayed.
    MDS1-ESUA login: _
    

 

  1. Login to the system, go to the MDS1-ESUA# command line, input show running-config tolt system mgmt and press Enter. Output similar to the following is displayed, showing the configured static IP address.

    MDS1-ESUA# show running-config tolt system mgmt <enter>
    tolt system mgmt config ip-mode static
    tolt system mgmt config ip-version ipv4
    tolt system mgmt config ipv4-address 172.29.122.137
    tolt system mgmt config ipv4-netmask 255.255.255.0
    tolt system mgmt config ipv4-gateway 172.29.122.1
    tolt system mgmt config vlan-id 101
    tolt system mgmt config vlan-priority 7
    MDS1-ESUA#  
    

 

  1. To show the IP address by when system is set up for DHCP, go to the MDS1-ESUA# command line, input show tolt system mgmt and press Enter. Output similar to the following is displayed, showing the dynamic IP address that was negotiated with DHCP.

    MDS1-ESUA# show tolt system mgmt <enter>
    tolt system mgmt config ip-mode static
    tolt system mgmt config ip-version ipv4
    tolt system mgmt config ipv4-address 172.29.122.137
    tolt system mgmt config ipv4-netmask 255.255.255.0
    tolt system mgmt config ipv4-gateway 172.29.122.1
    MDS1-ESUA#  
    

     

Modify Uplinks as required

  1. The system is delivered with three LAGs created by default:
    Information Note: The example below assumes that only 1 uplink module was initially installed. The management VLAN and IP configuration used in the example are for demonstration purposes only. Use the appropriate data for your specific installation.
          - NET1: Contains SFP1-1-1 through SFP1-1-1, defaulted to 10G
          - NET2: Contains QSFP1-2-1 through QSFP1-2-4, defaulted to 40G
          - NET3: Contains QSFP1-2-5 through QSFP1-2-6, defaulted to 100G.
  2. If you need to modify any of the uplink LAGs, you can modify them using the actions defined for the NET interfaces which are documented in the Bolt CLI manual. To access the BOLT CLI Manual, click on the following link: Net LAG Interfaces
  3. To view the NET or LAG actions, go to the MDS1-ESUA# command line, input tolt interfaces net ? and press Enter. Output similar to the following is displayed.
    MDS1-ESUA# tolt interfaces net ? <enter>
    Possible completions:
      add-ports      Adds Ports to a NET interface.
      create         Creates a NET interface by AID.
      delete         Deletes a NET interface by AID.
      remove-ports   Adds Ports to a NET interface.
    MDS1-ESUA#  
    
     

Create and Assign the Management VLAN (if required)

  • For information on settings for Managing VLANS (mgmt vlans), click on the following link: Tolt System Management

Ensure Network Connectivity

Add the BOLT OLT to the EMS 

  1. Login to Panorama PON EMS and right click on Network and select the Add OLAN OLT tab.

 

  1. Enter the IP Address and select READ or ERASE radio selection.  For BOLT, it is often best to select READ as you may have pre-configured data on the OLT.

 

  1. Select the Next button. Current OLT Information will be displayed.
  2. Select the Next button to proceed.

 

  1. Update the Target Identifier (TID) if necessary, it will default to the serial number of the OLT.

 

  1. Press the Next button, then the Confirm and Apply button.

 

  1. The OLT is added to the system and confirmation is displayed.
  2. The OLTs can be managed, for the most part, the same way as all other OLTs are managed today. 

  3. Press the Finish button to complete the turnup.

Download the Latest Software and Switch

Information NoteThere are a few functions during the Limited Availability (LA) release that must be performed manually.  Namely, software Download and Switch, and Backup and Restore.

You will need a URL to the software to download and an assigned download port.

  • URL: i.e http://172.28.152.65 where this is your EMS IP address
  • Download Port: i.e. 8095
  1. Log into the Bolt OLT CLI.
  2. To view the loaded software list, go to the MDS1-ESUA# command line, input tolt system software list and press Enter. The current software configuration is displayed.  As can be seen in this example, currently it can't see the loads on the EMS.  Remote loads are hosted on the EMS or ZTP server.  (Local) loads are on the board locally.  Since the software update URL has not been set, only local loads are shown.
    MDS1-ESUA# tolt system software list <enter>
     image-list SR34.0_620142 (local)
     image-list SR34.0_620145 (local)
     image-list SR34.0_620146 (local, previous)
     image-list SR34.0_620147 (local, running)
     image-list SR34.0_620927 (local)
     image-list SR34.0_620928 (local)  
    MDS1-ESUA#
    

 

  1. To view the loaded and remote software list, go to the MDS1-ESUA# command line, input config and press Enter
  2. Configure the software download URL by going to the MDS1-ESUA(config)# command line, input tolt system mgmt config software-server-url http://172.28.6.166:8095/ and press Enter.
  3. Go to the MDS1-ESUA# command line, input commit and press Enter.  This will provide access to the EMS list of software.
    MDS1-ESUA(config)# tolt system mgmt config software-server-url http://172.28.6.166:8095/ <enter>
    MDS1-ESUA(config)# commit <enter>
    Commit complete.
    MDS1-ESUA(config)#
    

 

  1. Go to the MDS1-ESUA(config)# command line, input tolt system software list and press Enter. The current local and remote software configurations are displayed since you can now see the loads on the EMS as well.
    MDS1-ESUA(conf1g)# tolt system software list <enter>
    image-list SR33.0_620080 (remote)
    image-list SR34.0_620134 (remote)
    image-list SR34.0_620135 (remote)
    image-list SR34.0_620142 (local)
    image-list SR34.0_620144 (remote)
    image-list SR34.0_620145 (local)
    image-list SR34.0_620146 (local), previous)
    image-list SR34.0_620147 (local), running)
    image-list SR34.0_620148 (remote)
    image-list SR34.0_620149 (remote)
    image-list SR34.0_620927 (local)
    image-list SR34.0_620928 (local)
    image-list SR34.0_620947 (remote)
    image-list SR34.0_620948 (remote)
    image-list SR34.0_620949 (remote)
    image-list SR34.0_620950 (remote)
    image-list SR34.0_620951 (remote) 
    MDS1-ESUA(conf1g)#
    

 

  1. This step is to select the software from the list and download it.
  2. Go to the MDS1-ESUA(config)# command line, input tolt system software download image SR34.0_620148 and insert the load you want to download, then press Enter
    MDS1-ESUA(conf1g)# tolt system software download image SR34.0_620148 <enter>
    action-success
    reason software download operation completed successfully
    MDS1-ESUA(conf1g)#
    

 

  1. This step will switch the current software to the new version.
  2. Go to the MDS1-ESUA(config)# command line, input tolt system software switch image SR34.0_620148 and press Enter.  The system will now load the software and reboot the new configuration.
    MDS1-ESUA(conf1g)# tolt system software switch image SR34.0_620148 <enter>
    
    -----Switching process-----
    -----Switching process-----
    
    Kernal images and FPGA valication:
    OLT Type        :BOLT
    Switch Type     :XPPN16P28
    System Version  :SR34.0_620148
    Starting crond: OK
    
    Tellabs Linux BOLT 3.1.3E MDS1-ESUA ttyS0
    
    MDS1-ESUA login:
    
  3. BOLT OLT System is now up and running with the latest software.

 


Previous  |  Next

FEEDBACK: Are you happy with this material?