Skip to content
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

rtl960x #194

Open
hmetro24 opened this issue Sep 16, 2023 · 14 comments
Open

rtl960x #194

hmetro24 opened this issue Sep 16, 2023 · 14 comments

Comments

@hmetro24
Copy link

Hello guys, I got my self xpon(ODI DFP-34X-2C2) to replace isp ont (adtran 611) , i am getting o5 state, but not able to get internet connection, the isp will not tell the vlan. so i did try to telnet and uart serial using ch341 to the adtran611 , hoping to get some information, but i am stuck because password is not known, user name is admin.
the adtran is using rtl9601B chipset
this is what i was able to get during the boot up.
https://pastebin.com/WFW9mbFN
any body know what could be the password, or either way to crack it.
thank you

@ToTheCLI
Copy link

ToTheCLI commented Sep 16, 2023

Use this command in Telnet and see if any VLANs appear:

omcicli mib get 84

@hmetro24
Copy link
Author

i did use omcicli mib get 84
and i got 121. i used vlan 121 and it doesn't connect

@ToTheCLI
Copy link

Also post output of this one

omcicli mib get 171

What method does your original router use to connect (PPPoE or DHCP)?

@hmetro24
Copy link
Author

i will see omcicli mib get 171,
the adtran is a bridge connected to router using pppoe

@ToTheCLI
Copy link

You might need to set FwdOp 0x02 for the internet VLAN with the following command:
omcicli mib set 84 "VLAN 121 Entity ID" FwdOp 0x02
replace "VLAN 121 Entity ID" with omcicli mib get 84 Entity ID of VLAN 121

@Anime4000
Copy link
Owner

can anyone here list all FwdOp value? I think I lost the PDF referring to that

@labuwx
Copy link

labuwx commented Sep 17, 2023

can anyone here list all FwdOp value? I think I lost the PDF referring to that

OMCI specification Table 9.3.11-1

Forward operation Received frame: Tagged Received frame: Untagged
0x00 Bridging (a) (no investigation) Bridging (a)
0x01 Discarding (c) Bridging (a)
0x02 Bridging (a) (no investigation) Discarding (c)
0x03 Action (h) (VID investigation) Bridging (a)
0x04 Action (h) (VID investigation) Discarding (c)
0x05 Action (g) (VID investigation) Bridging (a)
0x06 Action (g) (VID investigation) Discarding (c)
0x07 Action (h) (user priority investigation) Bridging (a)
0x08 Action (h) (user priority investigation) Discarding (c)
0x09 Action (g) (user priority investigation) Bridging (a)
0x0A Action (g) (user priority investigation) Discarding (c)
0x0B Action (h) (TCI investigation) Bridging (a)
0x0C Action (h) (TCI investigation) Discarding (c)
0x0D Action (g) (TCI investigation) Bridging (a)
0x0E Action (g) (TCI investigation) Discarding (c)
0x0F Action (h) (VID investigation) Bridging (a)
0x10 Action (h) (VID investigation) Discarding (c)
0x11 Action (h) (user priority investigation) Bridging (a)
0x12 Action (h) (user priority investigation) Discarding (c)
0x13 Action (h) (TCI investigation) Bridging (a)
0x14 Action (h) (TCI investigation) Discarding (c)
0x15 Bridging (a) (no investigation) Discarding (c)
0x16 Action (j) (VID investigation) Bridging (a)
0x17 Action (j) (VID investigation) Discarding (c)
0x18 Action (j) (user priority investigation) Bridging (a)
0x19 Action (j) (user priority investigation) Discarding (c)
0x1A Action (j) (TCI investigation) Bridging (a)
0x1B Action (j) (TCI investigation) Discarding (c)
0x1C Action (h) (VID investigation) Bridging (a)
0x1D Action (h) (VID investigation) Discarding (c)
0x1E Action (h) (user priority investigation) Bridging (a)
0x1F Action (h) (user priority investigation) Discarding (c)
0x20 Action (h) (TCI investigation) Bridging (a)
0x21 Action (h) (TCI investigation) Discarding (c)

@hmetro24
Copy link
Author

You might need to set FwdOp 0x02 for the internet VLAN with the following command: omcicli mib set 84 "VLAN 121 Entity ID" FwdOp 0x02 replace "VLAN 121 Entity ID" with omcicli mib get 84 Entity ID of VLAN 121

this got it working or might be something regarding to flash set DEVICE_TYPE was giving me the problem, every time i switch it to bridge, reboot, check again it switch back to Router mode. currently i have internet connection not sure if it is on bridge or router mode. even it is DEVICE_TYPE=1 which is router.

@ToTheCLI
Copy link

ToTheCLI commented Sep 17, 2023

Keep in mind setting Fwops doesn't presist after reboot, you would need custom firmware with script on bootup.

@Anime4000
Copy link
Owner

@labuwx nice, I edit the README and link to there

@hmetro24
Copy link
Author

I am curious, if it is possible to set MTU in bridge mode, the stick i have is missing mtu settings, but this stick has MTU setting
22ee9bdfc2222695f3c4b70511aef2b8.jpeg

@vuducdong
Copy link

I am curious, if it is possible to set MTU in bridge mode, the stick i have is missing mtu settings, but this stick has MTU setting 22ee9bdfc2222695f3c4b70511aef2b8.jpeg

What firmware are you using? I see there are 2 port mappings

@hmetro24
Copy link
Author

this is just a picture from another port not mine, my question is, is it possible to set mtu size in bridge mode if only have Lan_1?

@Yukii1119
Copy link

this is just a picture from another port not mine, my question is, is it possible to set mtu size in bridge mode if only have Lan_1?

The PON stick ONU is bridge mode and only supports forward function, but you can configure the mtu size of the onu eth port through olt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants