Hi
If you don't have any management software or ACS (TR069) then fastest way to change password is sending xml BY OLT
1. Prepare your xml like this:
<InternetGatewayDevice>
<UserInterface>
<X_HW_CLIUserInfo NumberOfInstances="1">
<X_HW_CLIUserInfoInstance InstanceID="1" Username="telnet" Userpassword="telnet"/>
</X_HW_CLIUserInfo>
<X_HW_WebUserInfo NumberOfInstances="2">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="1" UserLevel="1" UserName="root" Password="user"/>
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" UserLevel="0" UserName="admin" Password="admin"/>
</X_HW_WebUserInfo>
</UserInterface>
</InternetGatewayDevice>
2. Put it on ftp
3. Upload your xml to ONT by OLT:
XPON-OLT>enable
XPON-OLT#diagnose
XPON-OLT(diagnose)%%ont-load stop #reset load settings
XPON-OLT(diagnose)%%ont-load info configuration yourfilename.xml ftp 1.2.3.4 ftpuser ftppassword
XPON-OLT(diagnose)%%ont-load select 0/0 0 1
XPON-OLT(diagnose)%%ont-load start
XPON-OLT(diagnose)%%display ont-load select
{ <cr>|frameid/slotid<S><Length 3-15> }:
Command:
display ont-load select
--------------------------------------------------------------
F/S/P ONT ID Load state Load progress
--------------------------------------------------------------
0/0/0 1 Fail 0%
--------------------------------------------------------------
XPON-OLT(diagnose)%%display ont-load result 0/0 0 1
-------------------------------------------------------------------------------
Program fragment num : -
Program current fragment index : -
Program current fragment loading progress : Initial state
Configuration loading progress : Failed to obtain the file from
the OLT and the FTP server
Configuration loading error info : -
-------------------------------------------------------------------------------