GO-BOX is an application written in GO that allows you to automatically generate commands to help you to bypass your Livebox
This idea came to me while looking for how to replace my Livebox with my UDM SE.
I've spent so much time to find how to configure the SFP GPON and DHCP Options, so to learn GO and share to community I decided to create this simple app
Download latest release according to your OS
tar -xvcf gobox_Linux_x86_64.tar.gz
cd gobox_Linux_x86_64
./gobox
git clone https://github.com/StephanGR/gobox.git
cd gobox
go build .
./gobox
Simply fill fields asked by program
Example :
./gobox
Livebox IP : 192.168.1.1
Username : admin
Password :
✅ Successfully connected to Livebox ! ✅
===========LEOX GPON COMMAND=============
flash set GPON_PLOAM_PASSWD DEFAULT012
flash set OMCI_TM_OPT 0
flash set OMCI_OLT_MODE 1
flash set GPON_SN XXXXXXXXXXXX
flash set PON_VENDOR_ID SMBS
flash set HW_HWVER XXXXXXXXXXXX
flash set OMCI_SW_VER1 XXXXXXXXXXXXX
flash set OMCI_SW_VER2 XXXXXXXXXXXXX
## Unplug fiber from Livebox and plug it into UDM and wait a minute ##
Execute this command -> omcicli mib get 131
OLT VENDOR ID (HWTC, ALCL, ...) : alcl
Execute this command -> flash set OMCC_VER 128
=========================================
==========UDM PRO SE SETTINGS============
NAME : LEOX GPON
VLAN ID : 832
MAC Address Clone : XX:XX:XX:XX:XX:XX
DHCP OPTION 60 : sagem
DHCP OPTION 77 : FSVDSL_livebox.Internet.softathome.Livebox5
DHCP OPTION 90 : 00:00:00:00:00:00:00:00:00:00:00:1a:09:00:00:05:58:01:03:41:01:0D:66:74:69:2F:67:66:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX
DHCP CoS : 6
=========================================
I would never have been able to have all this information without the help of the lafibre.info forum as well as iMordo
Thanks to them !