-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to the sfp module #28
Comments
There is no "Nokia protocol" or "Huawei protocol", there is an OMCI standard, which has sometimes compatibility issues and/or proprietary extensions. The Ubiquity SFP module is limited to 1Gbps, and is officially only compatible with the Ubiquity OLTs. Which model of Nokia SFP do you have ? G-010S-A, or something else ? |
I wonder what makes the UDM crash at boot with the G-010S-P. |
I have managed to access the sfp module through ssh with user root and pass admin123. Once in there, the commands I can run are really limited. Mainly: When runnig dmesg, I can see at the end [onu] serial number: HWTCXXXXXXXX I have no clue how I could change this value. 'set' command seems to be there but I do not know how to change it. It's very limited, anyone knows how the serial can be changed? |
Huawei's original shell is very limited. Therefore, people are hacking this module to access the full shell to change the serial number, which is BASE64 encoded in one of the U-Boot's variables. https://hack-gpon.github.io/ont-huawei-ma5671a-root/ https://forum.openwrt.org/t/support-ma5671a-sfp-gpon/48042/25 |
Ok, so that's the way... I'm not ready to do this. Will leave it as is. |
Aside from checking various stuff, Dying Gasp is the only setting that can be turned on or off from the user level on this limited minishell. |
Hello, sorry if my question looks basic but I'm not yet an expert...
1- I would love someone to explain to me how to access the sfp module that is connected in port 10 of my UDM. I know I might need to add an IP or route I checked but I have no clue how to gain access to it.
2- My UDM has subnet 192.168.1.0/24, for now it has a Huawei sfp module provided by Bell Canada for 1.5gig package. I would love to try to replace it by a Ubiquity sfp module and program it to talk Huawei protocol and copy the serial of the Bell sfp module.
Is this possible?
3- If this work, I have another installation I have done, it's a UDM with subnet 192.168.1.6/0 with a Nokia/Lucent/Alcatel sfp module connected to Nokia switches at Bell Canada. This is the one that really needs a solution because this sfp module make my UDM crash at boot time 2/3 of the time. So most of the time when there is power failure, the internet does not come back. We need to shut down, remove sfp module, let the UDM boot and then insert back the sfp module and it usually work. Not very great.
I asked to be changed to Huawei switch for this installation too but there aren't any Huawei ports in the box where I'm connected in the backstreet.
So if I could use a Ubiquiti sfp module (or any other), program it to talk Nokia protocol, and copy the serial of the Nokia sfp module, maybe I could resolve the compatibility issue between the Nokia sfp module and UDM?
Does this make sense?
The text was updated successfully, but these errors were encountered: