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:
- 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:
|
- 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
- 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).
- 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#
- 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#
| Note 1: The CLI displays the available commands, options, parameters and help (for the current context) whenever ? is typed. |
| 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. |
| 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. |
- 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.
- From the MDS1-ESUA# command line, input config, and press Enter. Output similar to the following is displayed:
MDS1-ESUA# config <enter> Entering configuration mode terminal MDS1-ESUA(config)#
Disable ZTP
-
From the MDS1-ESUA(config)# command line, input tolt system ztp config ztp-mode disabled and press Enter.
-
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
- 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#
- Go into config mode at the MDS1-ESUA# command line, input config and press Enter.
- 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#
- 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.
- 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)#
- 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.
- 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>

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. - 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: _
-
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#
-
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
- The system is delivered with three LAGs created by default:
- NET1: Contains SFP1-1-1 through SFP1-1-1, defaulted to 10G
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.
- NET2: Contains QSFP1-2-1 through QSFP1-2-4, defaulted to 40G
- NET3: Contains QSFP1-2-5 through QSFP1-2-6, defaulted to 100G. - 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.
- 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
- For information on setting up LACP on the OLT, click on the following link: Bolt Interface net config lacp-config.
Add the BOLT OLT to the EMS
- Login to Panorama PON EMS and right click on Network and select the Add OLAN OLT tab.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTMpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=F12OdIHSsbb~DJk~LrkZ6rUiHxurOPw2iZeNlhM1v34ExoPwK84wpYHuXPE5ABsH8RmkvgNlSubZz51DEvggDMEUgyVrRdJofo0QH20FqkL~jsRDPHqXFcUK6dpxrtRC-KH4nYLqOeevcS55h5agM3AKFWIwOzQkXKiKIyEJXS01S1gZOwtAOLECngJJDlJPE1-0gPymozpgf-3CSL9MDJ7Myjc2~~1NflxmuoqyNpLjLIMnVNx1CrMiHEmVDL0x~eEBL69dO-a8qWKE2r6XWcR~zFOE9F2K77lUJgQytgjMMixEElorZSA6Or-R-Cr40bfIiD-PF4KaO3MsuDhZVQ__&Key-Pair-Id=K2TK3EG287XSFC)
- 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.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTQpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=hkVUzOceZnVg~mekBqvGIPwDtXykKdPRv~q3yIc1j5eybh1ZGSU2InFHio3YBFqwkSlTXr5EIdMSHHCVt0sRSNbocYPueVretyEmgVsqy4iMfcczciwBhlWspfQ9swYlVUZwtP9j1fkCEpK0436eLRGZPnzV1itm-r3-RU-8N9k2dEr4~a6QsXkbOJUQQpvcp2En2dhw3RWvhPHuGEcT56vGbvkEugJ9hd3haSDswpBspAiifx6xT-9ES9cBjhpp8JyYEQbk4uGNezIVd~BBGAD87uM4EebK3M-7hWphqF6tXbgxuJSMm2RUFpi-U~L3bQxoOtthu70X9ogvisRhHQ__&Key-Pair-Id=K2TK3EG287XSFC)
- Select the Next button. Current OLT Information will be displayed.
- Select the Next button to proceed.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTUpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=Qcgb0TFIZSyF2cVrLWavoKCJpgBKTh7jlfsIPAitI1LiH2ol5NV3YRcK7E0vxMPpj1MrmozB7zzHw4ZNqrgxiJ-~krY-f~OKip~3wB4Qto8CrEahCdNRTRMLV~7QFB9xBd6Q2Zg~knDfOS0E7CTP2pEZbpEzf-dYAb4V1-7tGNyqcGh5M2ipyEXSAlRzM2vgmPKhsPP~1fP3-3ikxG8Aeyo7bBebBi1YiuKA18VdqFu2i-M4DO68AswR4yzMEi5MPyMQtRs4P3euZGiLjl2~OgZBSJOAJlUPPE513kN~7jf9wzC7A9MPyY3Bwz3RRilEpcF94nsPuZI9Er8F9IZ69g__&Key-Pair-Id=K2TK3EG287XSFC)
- Update the Target Identifier (TID) if necessary, it will default to the serial number of the OLT.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTYpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=rZwhIN1HnxNmEZVXAoFhbY-~CHi38hnGAHtWc~fktMEOQJ6Q-m9nNt6YWXECdqPpM3o3fjA9XoMTWYYUCB6xNQrsuFxPCXR3TWTn9e1z3zy52t~R04SptTw48wJHZtdtPvFk0BnBJQQR32817j3LwWo9Ak-19Z3xT5TeER5Kp-BgK0SaxE5JYQbc3AKDNnO0U~GOE-z-zfLKpKVeAp1chPVJRAii-Xk-VtYok-XllX07Yij8-bGhawxRzuG2K04FfNOh6eqazXi65yuAhzwAUQ5cvbMJoSjF7e6EyTAi7gfhQjrTsvqV8sovIqNL37E3A37pzgDgd1Z6ZzydUOxizA__&Key-Pair-Id=K2TK3EG287XSFC)
- Press the Next button, then the Confirm and Apply button.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTcpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=EFvf5OHR6L-OsrYLjRfIvQtcmoNIhlQTVT9JdRofE1a6h4-WNsErd3AGfaVB5wLwAin-jwIXVYqpKsQu10GHwCpCjGeM724Q2wmXja61P2X3P-3L3qgX7RAJJmAiEWJpcWDgK--RLavLNiJ0K8XgHFisTbzVlNlFBZE8iJwUnZ14W443oY5G6lXQVax~93ybBL9btLCYG3y4C7PhsKxcOH5XTWmnN6AlDJieVIalAxxMI84LZlIFSAR4vo0H4~Omu8IhCS8XFd18u3x6nYziKFaL64CESzjFQQ7YAtjef8dYKIq-fj2H0u2kHd3egD1P6~UV4h1~wYTRfaZ608mKsA__&Key-Pair-Id=K2TK3EG287XSFC)
- The OLT is added to the system and confirmation is displayed.
- The OLTs can be managed, for the most part, the same way as all other OLTs are managed today.
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgxOTgpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc2MjAzNTkyOH19fV19&Signature=bT5fN61oAmWDiLwCTF~d6pF7RGxbsIa7TJDOjuYXOtd4uOfuOLkBbqFJ0Ndt~FLVSYl0H947BTSdK7uxUlT3oRB2-Bsa7Sba100rJZaaB2WYWyyKSK3j3SHxm5ZIqWBSfTpCNw-NNu-eOGt8tepwNrzxbhwgWd3bphA1vmJ6iUHIzktO3Z7G9ShMUKPvW64eQ-mXlEWGmA1iZbPqKux9PgpQxRnFfS9lcDmwu5GMHWKABZ1thqeWASyIF~2jDMiLGGMnyd5oe85bd7ahCk7YqRX58lHDA4Hh1nwNhwoR7cz-Ur0PnXRe-~Oh9TsWho6wOajyeua3NZ3Xdr4SpJTR0w__&Key-Pair-Id=K2TK3EG287XSFC)
- Press the Finish button to complete the turnup.
Download the Latest Software and Switch
| Note: There 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
- Log into the Bolt OLT CLI.
- 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#
- To view the loaded and remote software list, go to the MDS1-ESUA# command line, input config and press Enter.
- 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.
- 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)#
- 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)#
- This step is to select the software from the list and download it.
- 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)#
- This step will switch the current software to the new version.
- 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: - BOLT OLT System is now up and running with the latest software.
Previous | Next