Skip to content

dukeseb/Bell-Gigahub-Bypass-GPON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

How to Bypass Gigahub for Bell Aliant (GPON)

Purchase SFP Module Alcatel Lucent G-010S-P

https://www.ebay.ca/itm/156370657359

Media Converter (Not required but I find it useful during configuration)

https://www.amazon.ca/10Gtek-Ethernet-Converter-1000Base-Tx-Certified/dp/B09TR4357R/ref=sr_1_4_sspa?crid=2ALES8F8EAMXW&dib=eyJ2IjoiMSJ9.WCFH4cqkAAthxCTUZwBxcHZ7b0XX8w9bD2ngbj9iqYfH7KtFGgYYeriqgZC7q9epHLUDK5QvxcswnE8TRmQBRsB5DnQGKfFpsHG9kBsp1iN9JhoKZRH3eyTgHeKsEblj9nERNNc-bek4dy-ouwh52j9txHvU5G8s175kJ0CclU3ONQ0SLrlh8Eepqsq9u0Pa3C1d0G4zV8SbA_6hKwsps9IAOJ4sZAnAoBu_lqzlPu5tv9nXJznmkGVeHaT8IrJeKkAnXxQk0uEwlbap8AHGUy8Wafcg5C1jPtkDukSe3bQ.6sRbncDfw83JukYxHINyETu9yuaF6RfniMCzH4gkSvg&dib_tag=se&keywords=fiber+media+converter&qid=1726950726&sprefix=fiber+media+converter%2Caps%2C106&sr=8-4-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1

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 to firmware.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

Expand the Cog

Select First Menu Item

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

Scroll down to save

Click the unsaved/changes link

Click Save/Apply

Remove SFP and Place in Router

Configure Router with VLAN 35


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

About

Instructions for Gigahub Bypass on Bell Aliant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published