Hello, everyone!
Today, I will show you the detailed procedure for ONT firmware upgrade through telnet. For example, I will use ONT HG8247H5, utp cable for connection between ONT and PC and TFTPD64.
For telnet log in we use:
IP address: 192.168.100.1/24
username: root
password: xxxxx
The IP address, username and password depending on the ONT model and software version.
Welcome Visiting Huawei Home Gateway
Copyright by Huawei Technologies Co., Ltd.
Login:root
Password:
Password is default value, please modify it!
First, we check the current ONT version with the next command:
WAP>display version
hardware version = 4B4.A
main software version = V3R017C10S130
standby software version = V3R016C10S110
uboot version = 2010.03
success!
ONT version is V3R017C10S130 and we want to upgrade it. Because of that, we will use tftpd64 (for detailed you can see my article: upgrade OLT) and the next command:
WAP>load pack by tftp svrip X.X.100.50 remotefile V3R018C10S115.bin
success!
WAP>Software Operation Successful!RetCode=0x0!
New Version [V300R015C10SPC155B084]!
The last command is to reboot the device:
WAP>reset
After resetting the device, let's check the version:
WAP>display version
hardware version = 12E7.A
main software version = V3R018C10S115
standby software version = V3R017C10S130
uboot version = 2010.03
success!
WAP>
Or we can use next command for check ONT version:
WAP>display inner version
MainVersion : V300R018C10SPC115B084
StandbyVersion : V300R017C10SPC130B084
ComponentVersion : equipment=V300R017C00SPC100B104
success!
WAP>
Upgrade firmware successfully completed.
Thank you!






