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

0 Membres et 4 Invités sur ce sujet

XaTriX

  • Profil non complété
  • ***
  • Messages: 335
Merci du compliment, et de pointer la coquille.

La norme décrit lintégralité de la verbosité OMCI. Si les G-010S-A ne se connectent pas sur LOT Alcatel, c'est dans la norme (ou son implémentation) qu'il convient de gratter.
Tu as aussi 5 coquilles avec "HGSMII" (au lieu de "HSGMII") :)

Merci aussi pour toutes les informations. Petite suggestion : peut-être un résumé (très court) en premier post ou quelque chose qui permet d'aller à l'essentiel (pour la compréhension globale).
Quand j'aurai fini de mettre à jour les infos sur un topic HFR similaire je pourrais te filer de la ressource (je pense faire un tableau par exemple) ;)

artiflo

  • Abonné RED by SFR fibre FttH
  • *
  • Messages: 314
Tu as aussi 5 coquilles avec "HGSMII" (au lieu de "HSGMII") :)

Merci aussi pour toutes les informations. Petite suggestion : peut-être un résumé (très court) en premier post ou quelque chose qui permet d'aller à l'essentiel (pour la compréhension globale).
Quand j'aurai fini de mettre à jour les infos sur un topic HFR similaire je pourrais te filer de la ressource (je pense faire un tableau par exemple) ;)

+1 même si j'ai fait l'effort de tout lire et j'ai bien compris que c'est déjà synthétisé je pense qu'il y a moyen de faire un abstract ^^.

djkadu

  • Abonné Orange Fibre
  • *
  • Messages: 6
  • Calafell
Hello all and apologies for writing in English here but I do not speak French  :-[
I'm a fellow Orange user in Spain, in fact my provider is REPUBLICA MOVIL, which is a lowcost Orange subsidiary, nevertheless it uses the Orange FTTH network with traffic goes on VLAN 832, so all points to the same configuration being required.

I have two fibre connections at home, one over the Moviestar network and one over the orange network. I managed to get the one on the Moviestar network working but am struggling with the Orange one.

I'm using a Ubiquiti EdgeRouter 12 with two technicolor AFM0002tim SFPs

I got the SFP on the Orange connection to go to O5 state, so I do believe as far as the GPON connection everything is fine. However no matter what I cannot get the router to obtain a DHCP response.
Also worth mentioning that if I put the Orange router in ONT mode I am able to acquire a DHCP IP over VLAN 832 without needing any special configuration (ie. no dhcp-options required)

Before I continue, one thing I do not have neither do know if it is necessary is the fti/  password. I have no idea where to obtain this, so if anyone knows please let me know. My original router from Orange/Repblica is a prv3399b-b-lt (I even got this open and JTAG connection to it).

I also have a mikrotik router with SFP in case that can be used to help identify the problem.

My current status is:

O5 on the SFP, acquired ds/us-flows
# diag
RTK.0> gpon show ds-flow
============================================================
     GPON ONU MAC D/S Flow Status
Flow ID | GEM Port | Type | Multicast | AES
      0 |      156 |  ETH |           |   
      1 |      157 |  ETH |           |   
      2 |      158 |  ETH |           |   
      3 |     4095 |  ETH |           |   
     32 |       15 | OMCI |           |   
============================================================

RTK.0> gpon show us-flow
============================================================
    GPON ONU MAC U/S Flow Status
Flow ID | GEM Port | Type | TCont
      0 |      156 |  ETH |     2
      1 |      157 |  ETH |     1
      2 |      158 |  ETH |     0
     20 |      156 |  ETH |     2
     21 |      157 |  ETH |     1
     22 |      158 |  ETH |     0
     32 |       15 | OMCI |     8
============================================================

DHCP packets going out, but no return
admin@R00:~$ sudo tcpdump -nni eth10.832 -e -vv 'port 68 or port 67'
tcpdump: listening on eth10.832, link-type EN10MB (Ethernet), capture size 262144 bytes
13:40:26.321443 18:e8:29:b2:20:59 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 367: (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 353)
    0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 18:e8:29:b2:20:59, length 325, xid 0x5c280b31, secs 24, Flags [none] (0x0000)
  Client-Ethernet-Address 18:e8:29:b2:20:59
  Vendor-rfc1048 Extensions
    Magic Cookie 0x63825363
    DHCP-Message Option 53, length 1: Discover
    Hostname Option 12, length 7: "Livebox"
    Parameter-Request Option 55, length 6:
      Subnet-Mask, BR, Default-Gateway, Domain-Name-Server
      Domain-Name, MTU
    Vendor-Class Option 60, length 8: "arcadyan"
    Client-ID Option 61, length 7: ether 94:6a:b0:xx:xx:xx
    User-Class Option 77, length 43:
      instance#1: "+FSVDSL_livebox.Internet.arcadyan.Livebox1", length 42


Using modified dhclient3 and egress-qos
# md5sum /sbin/dhclient3
4b32560b719fd998d70f70c14729bc4e  /sbin/dhclient3

admin@R00# show interfaces ethernet eth10
 address 192.168.2.6/30
 dhcp-options {
     default-route update
     default-route-distance 210
     global-option "option rfc3118-auth code 90 = string;"
     name-server update
 }
 duplex auto
 speed auto
 traffic-policy {
 }
 vif 832 {
     address dhcp
     description REPUBLICA
     dhcp-options {
         client-option "send host-name "Livebox";"
         client-option "send vendor-class-identifier "arcadyan";"
         client-option "request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;"
         client-option "send dhcp-client-identifier 1:94:6a:b0:xx:xx:xx;"
         client-option "send user-class "\052+FSVDSL_livebox.Internet.arcadyan.Livebox1";"
         default-route update
         default-route-distance 210
         name-server update
     }
     egress-qos "0:0 1:0 2:0 3:0 4:0 5:0 6:6 7:0"
 }

I see a lot of knowledgeable people here, and after two weeks trying by myself any advise if very welcome.

Thanks


nscheffer

  • Abonné Orange Fibre
  • *
  • Messages: 432
  • Chavenay (78)
Hello all and apologies for writing in English here but I do not speak French  :-[
I'm a fellow Orange user in Spain, in fact my provider is REPUBLICA MOVIL, which is a lowcost Orange subsidiary, nevertheless it uses the Orange FTTH network with traffic goes on VLAN 832, so all points to the same configuration being required.

I have two fibre connections at home, one over the Moviestar network and one over the orange network. I managed to get the one on the Moviestar network working but am struggling with the Orange one.

I'm using a Ubiquiti EdgeRouter 12 with two technicolor AFM0002tim SFPs

I got the SFP on the Orange connection to go to O5 state, so I do believe as far as the GPON connection everything is fine. However no matter what I cannot get the router to obtain a DHCP response.
Also worth mentioning that if I put the Orange router in ONT mode I am able to acquire a DHCP IP over VLAN 832 without needing any special configuration (ie. no dhcp-options required)

Before I continue, one thing I do not have neither do know if it is necessary is the fti/  password. I have no idea where to obtain this, so if anyone knows please let me know. My original router from Orange/Repblica is a prv3399b-b-lt (I even got this open and JTAG connection to it).

I also have a mikrotik router with SFP in case that can be used to help identify the problem.

My current status is:

O5 on the SFP, acquired ds/us-flows
# diag
RTK.0> gpon show ds-flow
============================================================
     GPON ONU MAC D/S Flow Status
Flow ID | GEM Port | Type | Multicast | AES
      0 |      156 |  ETH |           |   
      1 |      157 |  ETH |           |   
      2 |      158 |  ETH |           |   
      3 |     4095 |  ETH |           |   
     32 |       15 | OMCI |           |   
============================================================

RTK.0> gpon show us-flow
============================================================
    GPON ONU MAC U/S Flow Status
Flow ID | GEM Port | Type | TCont
      0 |      156 |  ETH |     2
      1 |      157 |  ETH |     1
      2 |      158 |  ETH |     0
     20 |      156 |  ETH |     2
     21 |      157 |  ETH |     1
     22 |      158 |  ETH |     0
     32 |       15 | OMCI |     8
============================================================

DHCP packets going out, but no return
admin@R00:~$ sudo tcpdump -nni eth10.832 -e -vv 'port 68 or port 67'
tcpdump: listening on eth10.832, link-type EN10MB (Ethernet), capture size 262144 bytes
13:40:26.321443 18:e8:29:b2:20:59 > ff:ff:ff:ff:ff:ff, ethertype IPv4 (0x0800), length 367: (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 353)
    0.0.0.0.68 > 255.255.255.255.67: [udp sum ok] BOOTP/DHCP, Request from 18:e8:29:b2:20:59, length 325, xid 0x5c280b31, secs 24, Flags [none] (0x0000)
  Client-Ethernet-Address 18:e8:29:b2:20:59
  Vendor-rfc1048 Extensions
    Magic Cookie 0x63825363
    DHCP-Message Option 53, length 1: Discover
    Hostname Option 12, length 7: "Livebox"
    Parameter-Request Option 55, length 6:
      Subnet-Mask, BR, Default-Gateway, Domain-Name-Server
      Domain-Name, MTU
    Vendor-Class Option 60, length 8: "arcadyan"
    Client-ID Option 61, length 7: ether 94:6a:b0:xx:xx:xx
    User-Class Option 77, length 43:
      instance#1: "+FSVDSL_livebox.Internet.arcadyan.Livebox1", length 42


Using modified dhclient3 and egress-qos
# md5sum /sbin/dhclient3
4b32560b719fd998d70f70c14729bc4e  /sbin/dhclient3

admin@R00# show interfaces ethernet eth10
 address 192.168.2.6/30
 dhcp-options {
     default-route update
     default-route-distance 210
     global-option "option rfc3118-auth code 90 = string;"
     name-server update
 }
 duplex auto
 speed auto
 traffic-policy {
 }
 vif 832 {
     address dhcp
     description REPUBLICA
     dhcp-options {
         client-option "send host-name "Livebox";"
         client-option "send vendor-class-identifier "arcadyan";"
         client-option "request subnet-mask, routers, domain-name-servers, domain-name, broadcast-address, dhcp-lease-time, dhcp-renewal-time, dhcp-rebinding-time, rfc3118-auth;"
         client-option "send dhcp-client-identifier 1:94:6a:b0:xx:xx:xx;"
         client-option "send user-class "\052+FSVDSL_livebox.Internet.arcadyan.Livebox1";"
         default-route update
         default-route-distance 210
         name-server update
     }
     egress-qos "0:0 1:0 2:0 3:0 4:0 5:0 6:6 7:0"
 }

I see a lot of knowledgeable people here, and after two weeks trying by myself any advise if very welcome.

Thanks

Hi,

I got Orange in France with a Nokia G-010S-A SFP ONT and got the same problem !
Seems to be the firmware the root of the problem...

I order Alcatel G-010S-P SFP ONT, just received it. Applied a Carlitox firmware and need to test it but for several people in France G-010S-P with Carlitox are working fine...

djkadu

  • Abonné Orange Fibre
  • *
  • Messages: 6
  • Calafell
Hi,

I got Orange in France with a Nokia G-010S-A SFP ONT and got the same problem !
Seems to be the firmware the root of the problem...

I order Alcatel G-010S-P SFP ONT, just received it. Applied a Carlitox firmware and need to test it but for several people in France G-010S-P with Carlitox are working fine...


Thanks for the response, let me know how it goes. I do have another SFP here which might work with it, however I locked myself out of it by messing up the IP configuration so need to find a way to factory reset it. But happy to buy another one if it's confirmed it works.

nscheffer

  • Abonné Orange Fibre
  • *
  • Messages: 432
  • Chavenay (78)

Thanks for the response, let me know how it goes. I do have another SFP here which might work with it, however I locked myself out of it by messing up the IP configuration so need to find a way to factory reset it. But happy to buy another one if it's confirmed it works.

With the previous SFP ONT Nokia G-O10S-A :
- I cannot change Firmware with A Carlitox (known to be working well)
- I got O5 status
- I got all my VLAN (832, 840, etc...)
- the DHCPv4 Request with the correct options and CoS set to 6 creates egress packet but ZERO ingress packet on the way back

That was my problem !!!!
I will try to test the new G-010S-P asap.

Gnubyte

  • Abonné Orange Fibre
  • *
  • Messages: 1 062
  • Toulon (83)
    • HSGMII intégriste
@djkadu
Muchas cosas que decir, y poco tiempo para organisarlas. Trato de lorgrarlo hoy.

djkadu

  • Abonné Orange Fibre
  • *
  • Messages: 6
  • Calafell
@djkadu
Muchas cosas que decir, y poco tiempo para organisarlas. Trato de lorgrarlo hoy.

Gracias @Gnubyte.
No hay prissa, ayer me despiste y me quede sin acesso al SFP  :-\, intentare recuperarlo por JTAG o con un re-programador.  Igualmente si queda claro que el technicolor no funcionara con Orange buscare otro.

djkadu

  • Abonné Orange Fibre
  • *
  • Messages: 6
  • Calafell
With the previous SFP ONT Nokia G-O10S-A :
- I cannot change Firmware with A Carlitox (known to be working well)
- I got O5 status
- I got all my VLAN (832, 840, etc...)
- the DHCPv4 Request with the correct options and CoS set to 6 creates egress packet but ZERO ingress packet on the way back

That was my problem !!!!
I will try to test the new G-010S-P asap.

How did it go with the G-010S-P @nscheffer? 

Have been looking around to maybe buy one but nothing cheap I could find, will continue the search.
I wonder if the Alcatel-Lucent O-010S-P would work.

Gnubyte

  • Abonné Orange Fibre
  • *
  • Messages: 1 062
  • Toulon (83)
    • HSGMII intégriste
How did it go with the G-010S-P @nscheffer? 

Have been looking around to maybe buy one but nothing cheap I could find, will continue the search.
I wonder if the Alcatel-Lucent O-010S-P would work.

They does'nt. Don't buy O-010S-P.

djkadu

  • Abonné Orange Fibre
  • *
  • Messages: 6
  • Calafell
They does'nt. Don't buy O-010S-P.

understood. thanks

Hiigaraa

  • Abonné Orange Fibre
  • *
  • Messages: 82
  • Droue sur Drouette 28
Bonjour à tous,

J'ai suivi avec intérêt l'ensemble de vos messages et j'ai décidé de sauter le pas (pour finir dans le HoF de Gnubyte  8) )
J'ai récupéré un G-010S-P et un adaptateur ethernet <-> SFP pour le programmer. La carte double SFP+ est en commande (malheureusement je sais déjà que le vendeur m'a envoyé un BCM57111 au lieu du BCM57810, en espérant que ca passe)

Je suis en livebox 5 et mon but est de passer (comme tout le monde ici) en 2Gbits/s + TV (because sinon c'est pas WAF) et supprimer la boite vivante.

Voici l'état de mes avancées et je viens vers vous avec quelques questions.
Voici mon shell quand je me connecte sur l'ONT
david@SFP:~$ ssh ONTUSER@192.168.1.10
ONTUSER@192.168.1.10's password:


BusyBox v1.22.1 (2016-08-24 16:53:29 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

 OpenWrt - (14.07_ltq) --- Lantiq Edition for GPON
 ----------------------------------------------
root@SFP:/home/ONTUSER#

Le problème est que la commande ritool ne fonctionne pas.
root@SFP:/home/ONTUSER# ritool
-ash: ritool: not found

j'ai néanmoins pu changer le serial via la commande fw_setenv
root@SFP:/home/ONTUSER# onu gtcsng
errorcode=0 serial_number=SMBS0xxxxxx <-- Serial donné par l'interface de la livebox

Et j'arrive bien à l'état O5  :D ;D une fois la fibre Orange au cul de l'ONU mais la livebox reste en PLS quand elle est connectée sur le port 4 (trait vert) ou avec pfsense en mode DHCP

Je pense qu'il manque le HardwareVersion pour réussir à sauter le pas (l'idée est dans un premier temps de faire fonctionner avec la LiveBox sur le port 4 pour valider que c'est tout bon niveau configuration comme indiqué la https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg831004/#msg831004)

Ce que j'ai essayé :
récupérer les images ici : https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg818586/#msg818586 pour flasher avec le firmware de référence ou le Carlito v1
Malheureusement la commande permettant de changer l'image de boot ne fonctionne pas
root@SFP:/home/ONTUSER# upgradestatus
-ash: upgradestatus: not found
root@SFP:/home/ONTUSER# update_env_flag 1
-ash: update_env_flag: not found

Edito -> j'ai trouvé :
https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg850177/#msg850177
sur le P c'est
fw_setenv comitted_image 1Mais du coup je me retrouve sur une version plus ancienne
BusyBox v1.19.4 (2015-02-14 18:25:19 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 ATTITUDE ADJUSTMENT (Attitude Adjustment, 12.09_ltq)
 -----------------------------------------------------
  * 1/4 oz Vodka      Pour all ingredients into mixing
  * 1/4 oz Gin        tin with ice, strain into glass.
  * 1/4 oz Amaretto
  * 1/4 oz Triple sec
  * 1/4 oz Peach schnapps
  * 1/4 oz Sour mix
  * 1 splash Cranberry juice
 -----------------------------------------------------
root@SFP:/home/ONTUSER# ritool set MfrID SMBS
-ash: ritool: not found

Enfin maintenant que je peux changer d'image de boot, je vais essayer de pousser une image du repo dropbox


Du coup, je me tourne vers vous afin de voir ou m'orienter pour avoir l'outil ritool ou mettre le HardwareVersion dans l'ONU (marche pas avec fw_setenv) et/ou flasher la bête
voilou voilou.



« Modifié: 06 mai 2021 à 16:19:25 par Hiigaraa »