Open erdemefe90 opened 7 months ago
@Anime4000 Don't you have any comment? I can not debug omci too /tmp/omcidebug.par is empty.
The Xicom SFP is the same hardware as ODI you can use any ODI firmware on it, show the output of mib 84 and 171 by telnet commands: omcicli mib get 84
omcicli mib get 171
the outpus is
# omcicli mib get 84
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
VlanTagFilterData
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=================================
EntityID: 0x04
FilterTbl[0]: PRI 0,CFI 0, VID 75
FwdOp: 0x10
NumOfEntries: 1
=================================
=================================
EntityID: 0x05
FilterTbl[0]: PRI 0,CFI 0, VID 1600
FwdOp: 0x10
NumOfEntries: 1
=================================
# omcicli mib get 171
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ExtVlanTagOperCfgData
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=================================
EntityId: 0x02
AssociationType: 2
ReceivedFrameVlanTagOperTableMaxSize: 0
InputTPID: 0x00
OutputTPID: 0x00
DsMode: 0
ReceivedFrameVlanTaggingOperTable
INDEX 0
Filter Outer : PRI 15,VID 4096, TPID 0
Filter Inner : PRI 8,VID 35, TPID 0, EthType 0x00
Treatment Outer : PRI 15,VID 0, TPID 0, RemoveTags 1
Treatment Inner : PRI 8,VID 1600, TPID 0
INDEX 1
Filter Outer : PRI 15,VID 4096, TPID 0
Filter Inner : PRI 15,VID 4096, TPID 0, EthType 0x00
Treatment Outer : PRI 15,VID 0, TPID 0, RemoveTags 0
Treatment Inner : PRI 0,VID 75, TPID 4
AssociatedMePoint: 0x101
DscpToPbitMapping:
0x000000
0x000000
0x000000
0x000000
0x000000
0x000000
0x000000
0x000000
=================================
INDEX 0 Filter Outer : PRI 15,VID 4096, TPID 0 Filter Inner : PRI 8,VID 35, TPID 0, EthType 0x00 Treatment Outer : PRI 15,VID 0, TPID 0, RemoveTags 1 Treatment Inner : PRI 8,VID 1600, TPID 0
The above index 0 changes VLAN 35 to 1600, try VLAN 1600, mib171 is not followed by Realtek chipset SFPs like ODI, Lantiq will follow mib171 correctly and you can use VLAN 35 like original ONU Like FS SFP.
how can i change the vlan 1600? from ODI or on mikrotik.
sfp-sfpplus1 interface tagged to vlan35, and vlan35 selected by my pppoe_client interface on mikrotik. Is it correct?
how can i change the vlan 1600? from ODI or on mikrotik.
sfp-sfpplus1 interface tagged to vlan35, and vlan35 selected by my pppoe_client interface on mikrotik. Is it correct?
Yes, just use VLAN 1600 instead, so sfpplus1 tag make it VLAN 1600
Thank you very much :)
Mikrotik gave me the error "we could not verify ourselves for peers" a few times, then it connected by itself
Thank you very much :)
Mikrotik gave me the error "we could not verify ourselves for peers" a few times, then it connected by itself
Is the Upload and Download the same as Original?
yes my result is similar with ZTE ONT araund 920-930mbps but SFP is connected as 1Gbps altough LAN_SDS_MODE=4
Hello again,
Today my connection lost suddenly. My guess my ISP changed some configs. I saw the connection when I connected the ISP's OLT back from vlan35.
Obviously SFP-OLT mib84 query is empty like
# omcicli mib get 84
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
VlanTagFilterData
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# omcicli mib get 171
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ExtVlanTagOperCfgData
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ZTE's mib result like this. It is different according to my older result.
##################################
MIB INFO:
ME CLASS: 84
DB NAME: vlan_filter, DBHandle: 69
##################################
<-----MeID[ 0x01ff,511 ], Addr[ 0x1edfe1]----->
vlan_filter_list:00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00
forward_opr:04
number:00
<-----MeID[ 0x0003,3 ], Addr[ 0x243769]----->
vlan_filter_list:03 03
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00
forward_opr:10
number:01
<-----MeID[ 0x0004,4 ], Addr[ 0x2457c1]----->
vlan_filter_list:00 4b
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00
forward_opr:10
number:01
Obviously SFP-OLT mib84 query is empty like
# omcicli mib get 84 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX VlanTagFilterData XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # omcicli mib get 171 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ExtVlanTagOperCfgData XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Does it still have O5 status?
yes O5
Try VLAN 771 on ODI
ZTE's MIB84 query data previously showed hex(06 40) dec(1600). Currently it says hex(03 03) dec(771) in the same place. Accordingly, I tried to connect to Mikrotik with vlan 771, but it did not work.
Try VLAN 771 on ODI
So, which VLAN should I assign to the sfp-plus1 interface in mikrotik?
The most likely explanation is you have fake O5... See here: https://github.com/Anime4000/RTL960x/blob/main/Docs/fakeO5.md
Maybe try: flash set OMCI_FAKE_OK 1
Maybe try: flash set OMCI_FAKE_OK 1
did not change anything.
I looked at the link you sent. I set all OMCI related things. But still MIB 84 and MIB 171 got empty. I can not understand my O5 state fact or fake. Do you have any suggestion? What can i do? This system worked a few weeks with same router same SFP and same ISS. That's why I don't want to give up
Maybe try: flash set OMCI_FAKE_OK 1
did not change anything.
I looked at the link you sent. I set all OMCI related things. But still MIB 84 and MIB 171 got empty. I can not understand my O5 state fact or fake. Do you have any suggestion? What can i do? This system worked a few weeks with same router same SFP and same ISS. That's why I don't want to give up
Well you can try Lantiq based GPON SFPs like this one: https://www.fs.com/products/133619.html Also try changing OMCI OLT MODE try 1 and 21
flash set OMCI_OLT_MODE 21 reboot Check MIB 84 and 171 Then try flash set OMCI_OLT_MODE 1 reboot
it is already 21 right now. because when i change it, my software version changes itself then onu state changes between O3 and O5
on your ZTE ONU, can you get MIB 350 until 399 (Vendor Specific OMCI)
on your ZTE ONU, can you get MIB 350 until 399 (Vendor Specific OMCI)
There is no data between mib 350 and 399
Erdem, i am having similar issue as what you are having here. have you resolve this?
may i also ask how are you able to telnet into your ZTE ZXHN F601? thanks much
Yes i resolve. I enable telnet while fallowing below link. My the last problem the VLAN id was changed. I found the new VLAN id with OMCI ME 171 command and enter the new vlan into SFP GPON my problem was fixed.
Hi everyone how are you I have fiberhome router and its bad for gaming I try to get stable network by use media converter i have ufiber instant So i clone every thing in my fiberhome include rtk infos except vlan which is 126/4 I have problem o3-o5 loop can any one help my with that please thanks
Hello Everyone, I'm from Turkey and I use turktelekom as ISS. they provide me GPON ONT which is ZTE ZXHN F601 and does not supply any information about changing their ONT. I have a Mikrotik RB4011 router and eth1 tagged the vlan35 and my pppoe client uses vlan35 as interface. My connection speed is 1000/100mbps i am tring to use DFP-34X-2C2 as GPON ONT like everbody is here. But my SFP ONT brand is not ODI it is Xicom I bought it from aliexpress so I'm afraid of changing its firmware because all firmwares tested on ODI. My version is "V1.0-220923"
i have connection to ZTE ONT via http and telnet and I can quering to ME codes and it have "setmac" command for some configs. I collected all information from ZTE. they are below.
I have always got O5 state but no ONU ID and LOID status is Initial Status. I have no connection to internet. What is missing or how can I debug the auth state?
As I understand setmac commands defination below. But Im not sure setmac 2 512 gives device serial number setmac 2 768 gives OUI setmac 2 2176 PON vendor ID (first 4 char of gpon serial) setmac 2 2177 GPON serial number (last 8 char of gpon serial) setmac 2 2178 PLOAM password.
Loid and loid password obviosly seems in ME 256 query
ZTE setmac commands
ZTE OMCI ME queries
i applied all information to DFP-34X-2C2 but there is no connection. They are below.
DFP-34X-2C2 config