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

0 Membres et 3 Invités sur ce sujet

up-n-atom

  • Abonné Orange Fibre
  • *
  • Messages: 17
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #828 le: 18 janvier 2021 à 00:57:59 »
Hi up-n-atom ! The 3 x G-010S-A that are currently able to connect to an ALCL olt (to be verified) are using omciMgr with some helpers (from what I understand) : msgmgr, portmgr, diagnosis and parser. While omcid is present in the 2 oldests images, the 3 new ones doesn't embed it neither, /etc/mibs/*.ini. and default daemon is omciMgr in any cases. On the newest image with only omciMgr, there is even no mibs folder.

Did you suggest to run omcid for HWTC10 olts ?

This mean building an image with this daemon as init. But are there any helpers for omcid ? because we have no sight on omcid running on G-010S-A.
I tried to launch one by disabling the watchdog, killall the helpers and tweaking the /etc/init.d/omcid.sh launch script with a d1 or d0 (can't remember) debug level.
Here is the log (I'm on an ALCL olt) : but it looks more unreadable than the one omciMgr provide  >:( https://github.com/steevebrush/omci/blob/main/omcid.log and finally, omciMgr works for me so I did not dig deeper.

Do you have a list of the running processes (ps (aux?) ) when omcid is used by default ? (G-010S-P ?, @htwi ton XO390 est bien en omcid ?)

From those who posted logs with their G-010S-A and HWTC OLT all the criteria seems to be passing and returning VALID but there is that lingering hal_pm_get_gemport_count failed, gemPort id =X!.

I assume the criteria is being met; It doesn't seem to care about equipment id because I've noticed no 1 changed it and it's returning eqpt_id.status = VALID, and the same can be said about software image, it's also returning version.status = VALID. But I would still encourage those to change the values to best mimic the LB.

Why the gem port error? Is it harmless? Many questions...

root@SFP:/etc# ps
  PID USER       VSZ STAT COMMAND
    1 root      1392 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW<  [khelper]
    8 root         0 SW   [kworker/u2:1]
   92 root         0 SW<  [writeback]
   95 root         0 SW<  [bioset]
   96 root         0 SW<  [crypto]
   98 root         0 SW<  [kblockd]
  124 root         0 SW<  [rpciod]
  125 root         0 SW   [kworker/0:1]
  134 root         0 SW   [kswapd0]
  135 root         0 SW   [fsnotify_mark]
  136 root         0 SW<  [nfsiod]
  156 root         0 SW   [spi0]
  191 root         0 SW<  [deferwq]
  194 root         0 SW   [kworker/0:2]
  206 root         0 SW<  [kworker/0:1H]
  275 root         0 SWN  [jffs2_gcd_mtd4]
  320 root       880 S    /sbin/ubusd
  321 root       772 S    /sbin/askfirst ttyLTQ0 /bin/ash --login
  504 root         0 SW   [ow/0]
  505 root         0 SW   [om/0]
  508 root         0 SW   [kworker/u2:2]
  513 root         0 SW   [timer/onu-0]
  514 root         0 SW   [timer/onu-1]
  515 root         0 SW   [timer/onu-2]
  516 root         0 SW   [timer/onu-3]
  517 root         0 SW   [timer/onu-4]
  518 root         0 SW   [timer/onu-5]
  519 root         0 SW   [timer/onu-6]
  520 root         0 SW   [psm]
  610 root      1036 S    /sbin/logd -S 16
  633 root      1512 S    /sbin/netifd
  660 root      1152 S    /usr/sbin/odhcpd
  718 root      1188 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
  787 root         0 SW   [onu]
  823 root      1188 S    /opt/lantiq/bin/sfp_i2c -a
 1038 root      3204 S    ipwatchd -c /etc/ipwatchd.conf
 1040 root       772 S    /opt/lantiq/bin/omci_usock_server
 1057 root     21352 S    /opt/lantiq/bin/omcid -d3 -p/etc/mibs/data_1g_8q.ini
 1063 root     10032 S    /opt/lantiq/bin/ocal
 1105 root      1556 S    {S97monitomcid} /bin/sh /etc/rc.common /etc/rc.d/S97
 1186 root         0 SW   [irq/101-gtc_ds]
 1189 root         0 SW   [irq/102-gtc_us]
 1190 root         0 SW   [irq/84-tmu]
 1191 root         0 SW   [irq/86-link]
 1192 root         0 SW   [irq/92-config]
 1568 root      1260 R    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
 1571 root      1528 S    -ash
26368 root      1512 S    sleep 5
26369 root      1520 R    ps

omcid on the MA5671A has been modified by Huawei.

root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i huawei
Welcome Visiting Huawei Home Gateway
Copyright by Huawei Technologies Co., Ltd.
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i hwtc
HWTC
hwtc_rule_add
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i alcl
ALCL
alcl_rule_add
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i gserial
gSerial
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i sfp_a
sfp_a2_info
sfp_a0_low_128

If someone does try to use the huawei mib and omcid on the G-010S-A, they still need to modify the mib to match the vendor id of the LB and the version and equipment id are still recommended too.

EDIT: The semantics of the MA5671A omcid are different, you'll need to change sfp_a2_info, and add sfp_a0_low_128 and gSerial
« Modifié: 18 janvier 2021 à 05:51:33 par up-n-atom »

proap

  • Abonné MilkyWan
  • *
  • Messages: 568
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #829 le: 18 janvier 2021 à 09:49:19 »
Ouais :'( j'avais déjà vu passer un message dans le topic , un peu d'idées pour récupérer : https://lafibre.info/remplacer-livebox/guide-de-connexion-fibre-directement-sur-un-routeur-voire-meme-en-2gbps/msg825812/?topicseen#msg825812

pour info de tous, j'ai reçu un 2ème G-010S-A et, cette fois-ci, j'ai fait un backup de toutes les partitions.
j'ai reflashé:
mdt1 - 3 - 4 - 8 - 9 - 10

et j'ai réussi à retrouver un ONU 'fonctionnel' qui est devenu, de facto, un clone de l'autre.

EDIT: je confirmerai ce soir quelles sont exactement les partitions que j'ai flashé. En gros, j'ai flashé toutes celles qui n'avaient pas le même checksum (hors mtd0-bootloader et firmware mtd2/5 - firmware). Très probablement c'est du overkill mais comme ça j'ai plus aucun doute.
N'oubliez pas, après le flashage de la mtd1 - uboot variables, de supprimer la variable preboot qui, selon le forum openWRT, empêche l'arrêt manuel de la séquence de boot afin de pouvoir accéder au module via l'interface UART
« Modifié: 18 janvier 2021 à 11:24:49 par proap »

yaltar

  • Abonné Orange Fibre
  • *
  • Messages: 221
  • Bourg la reine
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #830 le: 18 janvier 2021 à 10:30:31 »
pour info de tous, j'ai reçu un 2ème G-010S-A et, cette fois-ci, j'ai fait un backup de toutes les partitions.
j'ai reflashé:
mdt1 - 3 - 4 - 8 - 9 - 10

et j'ai réussi à retrouver un ONU 'fonctionnel' qui est devenu, de facto, un clone de l'autre.

Bien joué :)

yaltar

  • Abonné Orange Fibre
  • *
  • Messages: 221
  • Bourg la reine
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #831 le: 18 janvier 2021 à 10:33:32 »
From those who posted logs with their G-010S-A and HWTC OLT all the criteria seems to be passing and returning VALID but there is that lingering hal_pm_get_gemport_count failed, gemPort id =X!.

I assume the criteria is being met; It doesn't seem to care about equipment id because I've noticed no 1 changed it and it's returning eqpt_id.status = VALID, and the same can be said about software image, it's also returning version.status = VALID. But I would still encourage those to change the values to best mimic the LB.

Why the gem port error? Is it harmless? Many questions...

root@SFP:/etc# ps
  PID USER       VSZ STAT COMMAND
    1 root      1392 S    /sbin/procd
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW<  [kworker/0:0H]
    7 root         0 SW<  [khelper]
    8 root         0 SW   [kworker/u2:1]
   92 root         0 SW<  [writeback]
   95 root         0 SW<  [bioset]
   96 root         0 SW<  [crypto]
   98 root         0 SW<  [kblockd]
  124 root         0 SW<  [rpciod]
  125 root         0 SW   [kworker/0:1]
  134 root         0 SW   [kswapd0]
  135 root         0 SW   [fsnotify_mark]
  136 root         0 SW<  [nfsiod]
  156 root         0 SW   [spi0]
  191 root         0 SW<  [deferwq]
  194 root         0 SW   [kworker/0:2]
  206 root         0 SW<  [kworker/0:1H]
  275 root         0 SWN  [jffs2_gcd_mtd4]
  320 root       880 S    /sbin/ubusd
  321 root       772 S    /sbin/askfirst ttyLTQ0 /bin/ash --login
  504 root         0 SW   [ow/0]
  505 root         0 SW   [om/0]
  508 root         0 SW   [kworker/u2:2]
  513 root         0 SW   [timer/onu-0]
  514 root         0 SW   [timer/onu-1]
  515 root         0 SW   [timer/onu-2]
  516 root         0 SW   [timer/onu-3]
  517 root         0 SW   [timer/onu-4]
  518 root         0 SW   [timer/onu-5]
  519 root         0 SW   [timer/onu-6]
  520 root         0 SW   [psm]
  610 root      1036 S    /sbin/logd -S 16
  633 root      1512 S    /sbin/netifd
  660 root      1152 S    /usr/sbin/odhcpd
  718 root      1188 S    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
  787 root         0 SW   [onu]
  823 root      1188 S    /opt/lantiq/bin/sfp_i2c -a
 1038 root      3204 S    ipwatchd -c /etc/ipwatchd.conf
 1040 root       772 S    /opt/lantiq/bin/omci_usock_server
 1057 root     21352 S    /opt/lantiq/bin/omcid -d3 -p/etc/mibs/data_1g_8q.ini
 1063 root     10032 S    /opt/lantiq/bin/ocal
 1105 root      1556 S    {S97monitomcid} /bin/sh /etc/rc.common /etc/rc.d/S97
 1186 root         0 SW   [irq/101-gtc_ds]
 1189 root         0 SW   [irq/102-gtc_us]
 1190 root         0 SW   [irq/84-tmu]
 1191 root         0 SW   [irq/86-link]
 1192 root         0 SW   [irq/92-config]
 1568 root      1260 R    /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
 1571 root      1528 S    -ash
26368 root      1512 S    sleep 5
26369 root      1520 R    ps

omcid on the MA5671A has been modified by Huawei.

root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i huawei
Welcome Visiting Huawei Home Gateway
Copyright by Huawei Technologies Co., Ltd.
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i hwtc
HWTC
hwtc_rule_add
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i alcl
ALCL
alcl_rule_add
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i gserial
gSerial
root@SFP:~# strings /opt/lantiq/bin/omcid | grep -i sfp_a
sfp_a2_info
sfp_a0_low_128

If someone does try to use the huawei mib and omcid on the G-010S-A, they still need to modify the mib to match the vendor id of the LB and the version and equipment id are still recommended too.

EDIT: The semantics of the MA5671A omcid are different, you'll need to change sfp_a2_info, and add sfp_a0_low_128 and gSerial


Hi,
Maybe we need someone to share this modified omcid binary, because the actual one we have is not the tweaked one

ONTUSER@SFP:~# strings /opt/lantiq/bin/omcid | grep -i huawei
ONTUSER@SFP:~# strings /opt/lantiq/bin/omcid | grep -i hwtc
HWTC
hwtc_rule_add
ONTUSER@SFP:~# strings /opt/lantiq/bin/omcid | grep -i alcl
ALCL
alcl_rule_add
ONTUSER@SFP:~# strings /opt/lantiq/bin/omcid | grep -i gserial
ONTUSER@SFP:~# strings /opt/lantiq/bin/omcid | grep -i sfp_a
ONTUSER@SFP:~#

yaltar

  • Abonné Orange Fibre
  • *
  • Messages: 221
  • Bourg la reine
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #832 le: 18 janvier 2021 à 16:12:17 »
A force de me balader et de lire 50 fois les mêmes choses je finis par plus savoir ce que j'ai lu

Es ce que quelqu'un a déjà crossflash le G-010S-A avec le firmware Carlitoxx ?

proap

  • Abonné MilkyWan
  • *
  • Messages: 568
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #833 le: 18 janvier 2021 à 16:33:19 »
A force de me balader et de lire 50 fois les mêmes choses je finis par plus savoir ce que j'ai lu

Es ce que quelqu'un a déjà crossflash le G-010S-A avec le firmware Carlitoxx ?

Je ne pense pas que ce soit possible, ce n'est pas le même hardware.
Tu peux crossflash le huawei ma5671a / G-010S-P / Carlitoxx V1 / HL23446

d'où mes achats du MA5671A. Je vais d'abord l'essayer directement et si ça ne marche pas, je vais tenter de flasher le firmware de carlitoxx
corrigez moi si je me trompe

proap

  • Abonné MilkyWan
  • *
  • Messages: 568
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #834 le: 18 janvier 2021 à 16:35:25 »
Je peux d'ailleurs confirmer que le carlitoxx V2 ne marche pas sur un OLT HUAWEI

yaltar

  • Abonné Orange Fibre
  • *
  • Messages: 221
  • Bourg la reine
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #835 le: 18 janvier 2021 à 16:45:46 »
Je peux d'ailleurs confirmer que le carlitoxx V2 ne marche pas sur un OLT HUAWEI


Oui je pensais au v1

delurk

  • Abonné Orange Fibre
  • *
  • Messages: 72
    • Site perso
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #836 le: 18 janvier 2021 à 17:08:48 »
proap est en train de me guider avant de flasher les partitions effacées suite à mon ritool init mais avant je voulais vous partager le log omci.log lors de mes tests fibre branchée.

OMCI_LIB: Parser:Running in background
isInitializedParser()
hi_ploam_init succeeded, error = 0x00000000
InitializeOmciMgr
OperatorId=0000
getOltInfoFromLocal::olttype=<2>,vendorId=<ALCL>,relInfo=<5030000>
setDynamicTpidFlag,isDynamicTpic=0
ethConfig() onu_mode = 0
********OMCI Config Data Begin****************
****ONU Type    : 0
****onu mode    : 0
****max lan num : 0
****max wifi num: 0
****max wifi id start: 0
****check wifi state: no
****dscp to Pbit for untag Config By OMCI: yes
****support double tag rules us: yes
****support double tag rules ds: yes
****support pbit Unmatch Rules: yes
****support Bcast Unmatch Rules: no
****support omci manage HGU port: no
****HGU single port=false
****support omci replace after ranging : no
****support Dynamic Tpid : no
****support Cox : no
****factory mode: 0
********OMCI Config Data End****************
   user_port    class       domain
===================================
===================================
stub function only for build
stub function only for build
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=0,intervalMs=300000.
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=1,intervalMs=1000.
write to /configs/omciMsgFileID.txt failed
OMCI_LIB: Parser: isInitializedParser returned true
OMCI_LIB: Parser:Queue Created
InitPortStream() maxPort=0, enet=0,moca=0
InitPortStream:: ONU type is SFU
>>>>>>>>printThresh
       ponRxHighThresh       = nan
       ponRxLowThresh        = nan
       ponTxHighThresh       = -22.965797
       ponTxLowThresh        = -33.010921
       ponBiasHighThresh     = 40.000000
       ponBiasLowThresh      = 6.000000
       ponTempLowThresh      = -40.000000
       ponTempHighThresh     = 85.000000
       ponVolHighThresh      = 3.465000
       ponVolLowThresh       = 3.135000
       ponTempLowWarnThresh  = -40.000000
       ponTempHighWarnThresh = 85.000000
       ponVolHighWarnThresh  = 3.465000
       ponVolLowWarnThresh   = 3.135000
       ponBiasHighWarnThresh = 0.000000
       ponBiasLowWarnThresh  = 0.000000
       ponRxHighWarnThresh   = 0.000000
       ponRxlLowWarnThresh   = 0.000000
       ponTxHighWarnThresh   = 0.000000
       ponTxLowWarnThresh   = 0.000000
validPonTxThresh failed:ponTxLowThresh=-33.010921,ponTxHighThresh=-22.965797The RSSI thresh from optics module is not valid, so use default value
main: msgget action_process qid failed, err = 2, No such file or directory

main: msgget action_process qid failed, err = 2, No such file or directory
set_port_num_for_portmgr() There is no service port, need not do power shedding
reset_all_tsched ...
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=0,intervalMs=500.
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=1,intervalMs=3000.
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=2,intervalMs=1500.
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=3,intervalMs=100000.
PortPmHandler registered
PortPmHandler registered
PortPmHandler registered
PortPmHandler registered
PortPmHandler registered
PortPmHandler registered
PortPmHandler registered
create_actionProcess_thread id = 1983505696
actionProcess_thread pid = 1500
registTimerEvent,Line:277.
registTimerEvent,Line:283.timerId=4,intervalMs=10000.
 In deleteAllFlowInDataModel
>>>>>>>>isEnableOmciQOSConf  get ONTOMCIQOSInfoObject info is false!
initialize loid ...
evtNotifyHandleFunInit ...
evtNotifyHandleFunInit  thread id = 1981408544
CfgmgrevtNotifyHandleFunInit ...
evtNotifyHandle pid = 1500
CfgmgrevtNotifyHandleFunInit  thread id = 1979311392
isOnuTimeEnable ...
>>>>>>>>getMaxGroupValue
>>>>>>>>IgmpMaxGroups::1024
Error: OmciMain failed to get the EfmOAM Process qid.
configMcastFlow ...
The commFd = 9
getOltInfoFromLocal::olttype=<2>,vendorId=<ALCL>,relInfo=<5030000>
OMCI_LIB:Mgr: InitializeOmciMgr returned
>>>>>>>ReadCapabilityFromApp<<<<<<<<<
>>>>>>>getOntCapability<<<<<<<<<
>>>>>>>>setCardType, card id = 14, type = 48
OMCI_LIB: Info: Max simultaneous groups : 1024
OMCI_LIB: >>>>>>>>>>> ONT Capability <<<<<<<<<<<<
   ONT Type           :(2)
   VOIP Type          :(1)
    INTEGRATED_ONT     :(1)
    OMCC_VERSION       :(134)
    CUSTOMER ID        :(0)
    Number of cards    :(1)
   Number of eth Ports :(0)
   Card Number     :0
    0)Card Type          :48
    0)Slot IDpe          :14
    0)Number of ports    :1
   Total Number of Ports :(1)
   Port Number     :0
    0)portType           :7
    0)Slot ID            :14
    0)Port ID            :1
    0)Mgmt Capability    :0
    0)VEIP SLOT ID       :0
    0)VEIP PORT ID       :0
OMCI_LIB: >>>>>>>>>>>End of ONT Capability <<<<<<<<<<<<
/configs/zeroman/imageCounter not exist
getImageNumber ,imgcount = 2.
>>>>getSwVerInfo(),imageBank:0,version:3FE46398BFGA06
OMCI_LIB: OmciMain:: Calling getSwImageInfo()call getSwImageInfo:Line:257.
call special_process_depended_board:Line:205.
special_process_depended_board:exit.
call special_process_depended_board:Line:205.
checkPonLEDStatus:Fiber disconnected
special_process_depended_board:exit.
getSwImageInfo:exit.
OMCI_LIB: OmciMain:: got 'ONU_SWIMAGE_INFO' with value 0x1e
>>>>getSwVerInfo(),imageBank:1,version:3FE46398BFGA06
read_sn_from_RI sn is: 000030303030
getOmciOntvalues: Serial_Number = 0000:30303030
getOmciOntvalues: YP_Serial_Num = 0000000000000000
getOmciOntvalues: vendor_id = 0000
getOmciOntvalues: HardwareVersion = 000000000000
getOmciOntvalues: ICS = 00
getOmciOntvalues: MACAddress = 30:30:30:30:30:30
getOmciOntvalues: Factorycode = 00
getOmciOntvalues: cleicode is 0000000000, replaced by default value::NOCLEICODE
getOmciOntvalues: Mnemonic = 0-000000-0
getOmciOntvalues: onu equipid(CleiCode+Mnemonic) = NOCLEICODE00000000
>>>>>>>>getGponConfInfo
        totalTcontNum   = 9
        totalGemPortNum = 254
        totalUSPQNum    = 64
        totalDSPQNum    = 0
        numPqPerTcont   = 8
        numPqPerUni     = 8
        totalTSchedNum  = 8
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>setPktDropPara pktDropMaxP:0, dropPrecColorMark:0
>>>>>>>>getTSchedInfo, tschedId = 0x0, tschedCfg.tschedId = 0x8001
>>>>>>>>getTSchedInfo, tschedId = 0x1, tschedCfg.tschedId = 0x8002
>>>>>>>>getTSchedInfo, tschedId = 0x2, tschedCfg.tschedId = 0x8003
>>>>>>>>getTSchedInfo, tschedId = 0x3, tschedCfg.tschedId = 0x8004
>>>>>>>>getTSchedInfo, tschedId = 0x4, tschedCfg.tschedId = 0x8005
>>>>>>>>getTSchedInfo, tschedId = 0x5, tschedCfg.tschedId = 0x8006
>>>>>>>>getTSchedInfo, tschedId = 0x6, tschedCfg.tschedId = 0x8007
>>>>>>>>getTSchedInfo, tschedId = 0x7, tschedCfg.tschedId = 0x8008
>>>>>>>>getTContInfo, tcontIndex = 0x0, tcontId = 0x8000, policy = 0
>>>>>>>>getTContInfo, tcontIndex = 0x1, tcontId = 0x8001, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x2, tcontId = 0x8002, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x3, tcontId = 0x8003, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x4, tcontId = 0x8004, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x5, tcontId = 0x8005, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x6, tcontId = 0x8006, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x7, tcontId = 0x8007, policy = 1
>>>>>>>>getTContInfo, tcontIndex = 0x8, tcontId = 0x8008, policy = 1
>>>>>>>>getPqWeightInvPolicy
OMCI_LIB:PqWeightInvPolicy value=1
OmciMain:: Creating autonomous ME's.
>>>>>>>>getGponOpticalAttr
getBiasCurrent:: biasCurrent=0.005000
getoptModTemp:: optModTemp=17.850000
getoptModVolt:: optModVolt=3.299988
getOpticalRxSignalLevel:: OpticalRxSignalLevel=nan
getOpticalRxSignalLevel:: OpticalTxSignalLevel=-inf
getPonRxLowThresh:: ponLowThresh=-30.000000
getPonRxHighThresh:: ponHighThresh=-7.000000
getPonTxLowThresh:: ponLowThresh=-30.000000
getPonTxHighThresh:: ponHighThresh=-7.000000
>>>>>>>>getLastDsoTime
>>>>>>>>getQosCfgFlexibility
Value of bit position is 5
Inside HguTr069ConfigItf constructor...
Value of bit position is 8
Entering TurboOctetStringItf constructor...
Value of bit position is 9
GemCtpItf:GemCtpItf: maxNumOfInstances=254
Value of bit position is 0
>>>>sendPwrSheddingDatatoApp
[OMCI-PORTMGR] send_msg_to_portmgr ...............msgType is <a0004>
Value of bit position is 13
getLoidAuthInfo() @ 1m:5s:427ms
getLoidAuthInfo() exit @ 1m:5s:432ms, :
>>>>>>>>getTrafficMgmtOption
 - create_instance_auto()  act_plugInUnitType = 48
IN VEIP SubscriberLinecard:index-0
No of ports = 1>>>>configUniTaggingMode(instanceId=e01,tagmode=2)

actionProcess_thread: msgrcv msg pointer adress 0x996d40
processAction:action type=108,messages still in queue=-1,totalMsgCounter=0
start @ 1m:5s 434ms
configUniAction(portId=e01,mode=2)
get_port_info_by_id(user_port=e01) invalid user_port zero
configUniAction(portId=e01) port info failed
VEIP::(3585) successfully created
create_instance_auto::create Tr069MgmtServer ME
>>>>>>>>configRateLimit protocol = 1, rate_limit = 10
>>>>>>>>configRateLimit protocol = 2, rate_limit = 10
>>>>configUniTaggingMode(instanceId=e01,tagmode=2)
>>>>>>>>getSysUpTime
>>>>>>>>getSysUpTime
>>>>>>>>getOnuConnCapability
ONT2Gpon::Going to set the DEAFULT_BRIDGING_MODE
>>>>>>>>setOnuConnMode, mode = 5
>>>>>>>>getQosCfgFlexibility
processAction: result is: FAILED
end @ 1m:5s 444ms

actionProcess_thread: msgrcv msg pointer adress 0x998060
processAction:action type=108,messages still in queue=1,totalMsgCounter=3
start @ 1m:5s 445ms
configUniAction(portId=e01,mode=2)
get_port_info_by_id(user_port=e01) invalid user_port zero
configUniAction(portId=e01) port info failed
processAction: result is: FAILED
end @ 1m:5s 446ms

actionProcess_thread: msgrcv msg pointer adress 0x998418
processAction:action type=222,messages still in queue=0,totalMsgCounter=3
start @ 1m:5s 447ms
>>>>>>>>getTrafficMgmtOption
Inside IpHostConfig::IpHostConfig--instancd id=0
getLoidAuthInfo() @ 1m:5s:450ms
getLoidAuthInfo() exit @ 1m:5s:451ms, :
processAction: result is: FAILED
end @ 1m:5s 456ms
>>>>>>>>getOnuTxPwrSupplyCtrl
omciMgr is running!!!
call getSwImageInfo:Line:257.
call special_process_depended_board:Line:205.
getOltInfoFromLocal::olttype=<2>,vendorId=<ALCL>,relInfo=<5030000>
special_process_depended_board:exit.
call special_process_depended_board:Line:205.
special_process_depended_board:exit.
getSwImageInfo:exit.
OMCI_LIB: Got swImageInfo = 1e, standby = 0
call getSwImageInfo:Line:257.
call special_process_depended_board:Line:205.
call special_process_depended_board:Line:205.
getSwImageInfo:exit.
OMCI_LIB: Got swImageInfo = 0, standby = 3
call getSwImageInfo:Line:257.
call special_process_depended_board:Line:205.
call special_process_depended_board:Line:205.
getSwImageInfo:exit.
OMCI_LIB: Got swImageInfo = 0, standby = 5
OMCI_LIB:Parser:DownloadInit complete
OMCI_LIB: Parser Running
rangingEnable.
read_sn_from_RI sn is: 000030303030
>>>>>>>>activeGponAlarm: alarmId   = 67
msgsnd succeeded
>>>>>>>>trigger signal low alarm ,cur_value=-inf,alarmThresh=-0.500000,warnThresh=0.500000,allowedness=0.500000.
alarmactived=1,warnactived=0,lastalarmactived=0,lastwarnactived=0,alarmcounter=0.
OmciMain:: Received GPON_MAC_ALARM--@01m:10s:185ms
GPON_MAC_ALARM:alarm_id=67--instance id=0--alarmstate=1
OmciMain:: Response Msg Sent--@01m:10s:186ms


RX_ONT_MSG -- @01m:10s:185ms
Msg_type    = ALARM
Trans_id    = 00
Alarm seq nbr = 01
Entity_id   = ANI_G
Instance_id = 8001
Alarm mask = 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
OMCI msg construction = SUCCESSFUL

TX_OMCI_MSG
bytes[06-13]: 00  00  10  0a  01  07  80  01
bytes[14-45]: 08  00  00  00  00  00  00  00  00  00  00
            : 00  00  00  00  00  00  00  00  00  00  00
            : 00  00  00  00  00  00  00  00  00  01 -
OMCI_TX#   1@   1m:10s: 209ms-00 00 10 0A 01 07 80 01 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01
checkPonVidStatus: statePrevious=0, state=1
OmciMain:: OMCI Link Status is UP--@482m:54s:273ms
OmciMain:: Response Msg Sent--@482m:54s:273ms

SendMsgToSlid: msgget failed, err = 2, No such file or directory
Enter notify_sipw_pon_status, onustate=3
notify_sipw_pon_status: get SIPW queue failed, err = 2, No such file or directory
>>>>configAllEthPortDownUp

actionProcess_thread: msgrcv msg pointer adress 0x996ed8
processAction:action type=233,messages still in queue=-1,totalMsgCounter=3
start @ 482m:54s 297ms
>>>>configAllEthPortDownUpAction
processAction: result is: SUCCESS
end @ 482m:54s 306ms
checkPonLEDStatus:Fiber connected
GPON_STATUS time: <28974>, state is CONNECTED
The processMessage is called from OMCI by CfgmgrevtNotifyHandle_thread
send_csmsg() send successfully!
notify_evtmgr_pon_status() successfully to send msg to evtmgr from omciMgr!

stevebrush

  • Abonné Orange Fibre
  • *
  • Messages: 176
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #837 le: 18 janvier 2021 à 17:47:32 »
proap est en train de me guider avant de flasher les partitions effacées suite à mon ritool init mais avant je voulais vous partager le log omci.log lors de mes tests fibre branchée.
...
Merci ! c'est intéressant de voir les valeurs par défaut. Aussi de voir qu'il passe O5 mais n'est pas authentifié ???
Je me demande si ça vaut le coup de flasher. Pourquoi pas plutôt enter les valeurs à la main, pas à pas ?

edit :
read_sn_from_RI sn is: 000030303030
getOmciOntvalues: Serial_Number = 0000:30303030
getOmciOntvalues: YP_Serial_Num = 0000000000000000
getOmciOntvalues: vendor_id = 0000
getOmciOntvalues: HardwareVersion = 000000000000
getOmciOntvalues: ICS = 00
getOmciOntvalues: MACAddress = 30:30:30:30:30:30
getOmciOntvalues: Factorycode = 00
getOmciOntvalues: cleicode is 0000000000, replaced by default value::NOCLEICODE
getOmciOntvalues: Mnemonic = 0-000000-0
getOmciOntvalues: onu equipid(CleiCode+Mnemonic) = NOCLEICODE00000000

Et du coup voir à quoi elles correspondent dans riitool...

delurk

  • Abonné Orange Fibre
  • *
  • Messages: 72
    • Site perso
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #838 le: 18 janvier 2021 à 17:52:51 »
stevebrush, j'ai déjà tenté sans résultat, mais je vais réessayer en prenant mon temps.

Par contre le SLID que j'ai rentré dans l'interface web n'a pas bougé. Savez-vous comment l'effacer ou le réinitialiser ? Car il semble qu'on en ait pas besoin chez Orange.

JcDenis

  • Abonné Orange Fibre
  • *
  • Messages: 89
  • Amberieu-en-Bugey 01
    • L'homme invisible
La fibre Orange à 2Gbps, sur un routeur MikroTik 10Gbps CCR2004, via un ONT SFP+
« Réponse #839 le: 18 janvier 2021 à 18:17:14 »
Par contre le SLID que j'ai rentré dans l'interface web n'a pas bougé. Savez-vous comment l'effacer ou le réinitialiser ? Car il semble qu'on en ait pas besoin chez Orange.
D'origine il est rempli de zero. (16 ou 20 je ne sais plus) mais j'ai l'impression que cette valeur n'est jamais lu nul part.