Chapter 6 Tutorials
OLT2406 User’s Guide
88
3 Enter the login username and password of the OLT. The default username is admin and associated
default password is 1234.
4 Enter the put <file name> ont command to upload the ONT firmware file to the OLT.
5 Use the mgmt-ont-img command to enter the sub-command mode. Enter the set image-version
<version> command to set the image version of the ONT firmware file uploaded to the OLT. In this
example, we use testVersion as the image version.
Enter a string of up to 14 characters.
See Table 353 on page 669 for more information about this command.
6 Enter the disp image-info command to check if the image version of the ONT firmware file was
updated successfully.
7 Use the set auto-reboot enable command so the ONT will reboot automatically after the firmware
upgrade process is complete.
8 Use the remote ont <aid> command to enter the sub-command mode. Enter the plan-version
<version> command to set the ONT planned version.
We use an ONT connected to PON port 1 in slot 3 of the OLT as an example.
See Table 352 on page 658 for more information about this command.
The <version> values of the following commands must be identical, so the ONT can download
firmware via the OLT.
• mgmt-ont-img
set imageversion <version>
• remote ont <aid>
plan-version <version>
C:\Documents and Settings\BBASW4>ftp 192.168.0.1
Connected to 192.168.0.1.
220 OLT2406 FTP version 1.0 ready at Thu Jan 1 00:16:56 1970
User (192.168.0.1:(none)):admin
331 Enter PASS command
Password:
230 Logged in
ftp> put ont.bin ont
200 Port command okay
150 Opening data connection for STOR ont
226 File received OK
ftp: 12646372 bytes sent in 5.36Seconds 2359.40Kbytes/sec.
ftp> bye
OLT2406 (mgmt-ont-img)# set image-version testVersion
OLT2406 (mgmt-ont-img)# disp image-info
The onu image version
Image head address: 47784300
Image version: testVersion
Image size: c0f7e4
Image content address: 27051956
OLT2406 (mgmt-ont-img)# exit