Auteur Sujet: La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+  (Lu 1153532 fois)

0 Membres et 3 Invités sur ce sujet

TI@RY

  • Expert Orange
  • Abonné Orange Fibre
  • *
  • Messages: 4 069
Bon alors ... j'avance sans vraiment avancer m'enfin bon.

Dans un contexte de synchro avec l'OLT de SFR derrière

OLT SFR sur une connexion Orange ?
Tu dois être sur un abo Red ou SFR et, dans ce cas, tu n'es pas tout à fait sur le bon topic puisque celui-ci est pour la connexion fibre 2 Gbps Orange.

didjee34

  • Abonné Free fibre
  • *
  • Messages: 90
  • Castelnau-le-Lez (34)
En effet, mais ce thread est un peu plus actif.

Je pensais que peut être quelqu'un aurait de la connaissance sur les MIBs !

Si jamais... je suis preneur !

Aize147

  • Abonné Orange Fibre
  • *
  • Messages: 986
  • Orange FTTH 2G/800M - Free FTTH 8G/700M
En effet, mais ce thread est un peu plus actif.

Je pensais que peut être quelqu'un aurait de la connaissance sur les MIBs !

Si jamais... je suis preneur !

Si Upstream FEC no*, alors c'est un "faux O5".

* : Selon les Opérateurs et le déploiement de la config des OLT, il se peut que le Upstream FEC soit configuré sur no par défaut.

Mais dans le cas de SFR et Orange d'ailleurs, le FEC check est partout (DS/US).

Il faudrait regarder dans les logs omcid le vendor id de l'OLT, pour pouvoir ensuite cibler le problème.

up-n-atom

  • Abonné Orange Fibre
  • *
  • Messages: 17
I've added some info about the I2C commands for the Hauwei MA5671A and Alcatel-Lucent G-010S-P https://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC

The I2C bus SFP MOD-DEF(1) pin 5 and MOD-DEF(2) pin 4 allow for some special commands on chip address 0x51 ie. soft eeprom via sfp_i2c daemon.

Hauwei MA5671A

0x79 - Enable(0) / Disable(1) serial console (Doesn't work)
0xE3 - Set sfp_a2_info environment variable ie. SFF-8472 A2h (Contains Serial Number, MAC Address, LOID Password)
0xE5 - Reboot (Kills PID 1)
0xE6 - Change ToD
0x80 (On Page 0x62) - Enable/Disable VLAN trunking

Alcatel-Lucent G-010S-P

0xE3 - Set sfp_a2_info environment variable ie. SFF-8472 A2h (Contains Serial Number, MAC Address, LOID Password)
0xE5 - Reboot (Kills PID 1)
0xE6 - Change ToD

Examples:

Enable VLAN trunking:

i2cset -y 1 0x51 0x7F 0x62
i2cset -y 1 0x51 0x80 1

Reboot

i2cset -y 1 0x51 0xE5 1
I did not attempt to change sfp_a2_info since I have no need. Based on a brief look at the disassembly it might be reading the data from address 0x80 and it does the conversion to base64 so it must sent as raw hex. Maybe someone on this forum has the time to figure things out.

The Huawei seems to have a back door to enable the serial console but it didn't trigger on address 0x79 but if I modified the binary to change the address to 0xE1 it worked without a problem so there must be some extra to use 0x79. Again maybe someone else has the time to further investigate.

mj

  • Abonné Orange Fibre
  • *
  • Messages: 48
  • Lyon (69)

Tu te souviens de ce que Marcin a écrit ?
https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg886417/#msg886417

Citer
"Ethernet PHY that is inside 9601D chipset can not go above 1Gbit. There is another interface/port in 9601D that can do 2.5G, but it is not pure ethernet, it is HiSGMII - normally used to connect to SFP port or to another chipset (chipset-to-chipset ethernet link)"


Un vendeur sur AliExpress propose à la vente des modules SFP DFP-34X-2C2 neufs fabriqués par ODI et contenant un SoC RTL9601D. La version précédente du DFP-34X-2C2 contenait un SoC ZTE, alors faites attention.


Anime4000 / stich86 a trouvé une option de configuration : LAN_SDS_MODE 5, qui active HSGMII 2.5Gbps.
https://github.com/Anime4000/RTL9601C1/blob/main/Docs/FLASH_GETSET_INFO.md#lan_sds_mode-min-1-max-5


Ce n'est pas entièrement testé, c'est un travail en cours. La discussion peut être trouvée ici:
https://github.com/Anime4000/RTL9601C1/issues/17

mj

  • Abonné Orange Fibre
  • *
  • Messages: 48
  • Lyon (69)
No. From box perspectiver it looks the same, but it is not the same.
Ethernet PHY that is inside 9601D chipset can not go above 1Gbit. There is another interface/port in 9601D that can do 2.5G, but it is not pure ethernet, it is HiSGMII - normally used to connect to SFP port or to another chipset (chipset-to-chipset ethernet link).

And we use this port to connect to additionall ethernet PHY (rtl8221b) - and this extra chipset is connected to LAN port.
In this configuration it can do 2.5G on CAT5e cable.

There is no way to "tune" internal ethernet PHY to run faster, as 2.5G is rather a slower 10G/5G than a faster 1G, so requires some extra DSP operations.




@marcinkuczera
Do you think that for SFP built with RTL9601D it is enough to enable 2.5Gb in the software? What is your opinion on this matter?
Is RTL9601D the only SoC that supports 2.5Gb? What about RTL9601CI?
# flash get LAN_SDS_MODE
LAN_SDS_MODE=2
# flash set LAN_SDS_MODE 5




Edit:
It's working!
Citer
stich86 commented:
I've received today my DFP-34X-2C2 from AliExpress. There is the latest firmware available onboard (2021-05). Changing the LAN_SDS_MODE to 5 (live via Telnet and not changing flash parameter), force the quirk on OpenWRT (running on MacchiatoBIN), I was able to negotiate the LAN size @ 2.5GbE :)

LemurExpert

  • Abonné Orange Fibre
  • *
  • Messages: 55
Hello, quelqu'un a trouvé a comment comment changer son ip wlan sous Opnsense 22.1 ? ça fait quelque semaines que j'ai la même ip même après multiple reboot, j'ai essayé de libérer la lease et de faire un renew mais toujours pareil le dhcp orange me répond toujours la même ip, et si je change mon mac address évidemment ça ne marche plus

proap

  • Abonné MilkyWan
  • *
  • Messages: 543
Un vendeur sur AliExpress propose à la vente des modules SFP DFP-34X-2C2 neufs fabriqués par ODI et contenant un SoC RTL9601D. La version précédente du DFP-34X-2C2 contenait un SoC ZTE, alors faites attention.

Je viens de commander un DFP-34X-2C2 pour tester  ;D

  • Invité
Je viens de commander un DFP-34X-2C2 pour tester  ;D
c'est pas le V2801F qui est mieux ?
https://github.com/stich86/RTL9601C1




stich86

  • Abonné FAI autre
  • *
  • Messages: 24

@marcinkuczera
Do you think that for SFP built with RTL9601D it is enough to enable 2.5Gb in the software? What is your opinion on this matter?
Is RTL9601D the only SoC that supports 2.5Gb? What about RTL9601CI?
# flash get LAN_SDS_MODE
LAN_SDS_MODE=2
# flash set LAN_SDS_MODE 5


Edit:
It's working!

present! :)
This is a speedtest of my line with that stick (DFP-34X-C2C) in HiSGMII mode:

https://www.speedtest.net/result/c/9310bece-4cba-48b2-95da-cf0975cbfd7b

I cannot reach more than 1.7/1.8Gbps because PPPoE is very heavy on MacchiatoBIN :(

stich86

  • Abonné FAI autre
  • *
  • Messages: 24
c'est pas le V2801F qui est mieux ?
https://github.com/stich86/RTL9601C1



V2801F Kernel doesn't support HiSGMII mode :(

Anime4000 is working to create an hybrid firmware for DFP-34X-C2C. We have found UART pin, so it's more simple debug that process.

At the moment DFP-34X-C2C (RTL9601D) and TWCGP (RTL9601C) are the only sticks with a kernel that can switch to HiSGMII (2.5gbit LAN side).

omci_app of V2801F seems better for a lot of things like VLAN bridge and hope also bandwidth management.. let's wait :)

Mackila

  • Abonné Bbox fibre
  • *
  • Messages: 354
  • 33
C'est sympa de voir qu'il y a maintenant une alternative au lantiq :) Beau boulot les gars !