Purchase SFP Module Alcatel Lucent G-010S-P
Media Converter (Not required but I find it useful during configuration)
Retrieve ONT Serial Number from Back of Gigahub. Begins with “SMB”
Login to Gigahub interface > Advanced Tools & Settings > WAN
Verify Mode GPON (If it says XG-PON these instructions will not work)
Download / Extract Firmware
https://mega.nz/file/lckmXYrA#tvu0ZuUYufVdpO_Ewi1foxz9vhaLSnx-e4ebpN7p_LQ
- Duplicate the following file
alcatel-g010sp_new_busybox_theme-squashfs.image
- Rename
alcatel-g010sp_new_busybox_theme-squashfs.image
tofirmware.img
Secure Copy Firmware to SFP
From Linux / Mac open Terminal
scp -O -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss firmware.img [email protected]:/tmp/firmware.img
Password SUGAR2A041
Configure SFP over SSH
ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=+ssh-rsa -oKexAlgorithms=+diffie-hellman-group14-sha1 [email protected]
Verify image currently being used
fw_printenv committed_image
If on Zero, image to 1 (Enter these commands)
mtd -e image1 write /tmp/firmware.img image1
fw_setenv image1_version firmware
fw_setenv image1_is_valid 1
fw_setenv target oem-generic
fw_setenv committed_image 1
If on One, image to 0 (Enter these commands)
mtd -e image0 write /tmp/firmware.img image0
fw_setenv image0_version firmware
fw_setenv image0_is_valid 1
fw_setenv target oem-generic
fw_setenv committed_image 0
Switch to Custom mibs file
uci set gpon.onu.mib_file='/etc/mibs/data_1v_8q.ini'
uci commit
reboot
Access Web Interface (192.168.1.10) [Firefox/Safari may cause problems]
Login root/SUGAR2A041
Select the 3rd tab and change your language to English - Scroll down to save (you will have to do the apply twice for it to take effect)
Select the GPON Tab and add your SMB serial number
Scroll down and ensure this box it checked for custom mibs
Click the unsaved/changes link
Remove SFP and Place in Router
Note After comitting to a new image your SSH key and Login will change you can access the SFP to do further configuration with the following (you may have to delete your stored key from your known keys file)
ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedKeyTypes=+ssh-rsa -oKexAlgorithms=+diffie-hellman-group14-sha1 [email protected]
Thank you to the 8311 Discord Community for helping sort this out
https://github.com/rajkosto/alcatel_lucent-lantiq_falcon/tree/master