HG8120C Convert to GPON mode

  • Thread starter Thread starter Raptorx
  • Start date Start date
  • Replies Replies 1
  • Views Views 2,752
Messages
33
Location
NA
ISP
BSNL
Hello,

Anybody here know how to convert Huwaei HG8120c ONT from EPON to GPON mode?

I know there are some commands to run via Telnet, but cant find any info on that.

TIA
 
The default IP address of the device is 192.168.100.1, you might have to manually set the IP address of your device to an IP address in the same subnet say 192.168.100.10 to access the web UI.

The super-admin credentials are telecomadmin / admintelecom, and telnet credentials are root/admin. You can also login to the web UI with root/admin, but some views may be restricted.

Admin Access
User ID: telecomadmin
Password: admintelecom

User Access
User ID: root
Password: admin

PON Mode Conversion

EPON to GPON
Telnet IP Address (192.168.100.1)
Login (root admin)
su
set upport mode 1
set optmode mode 196
quit
reset

GPON to EPON
Telnet IP Address (192.168.100.1)
Login (root admin)
su
set upport mode 2
set optmode mode 197
quit
reset
 
Back