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

MIB 257 Equipment ID encoding #276

Open
Gruni22 opened this issue Apr 19, 2024 · 4 comments
Open

MIB 257 Equipment ID encoding #276

Gruni22 opened this issue Apr 19, 2024 · 4 comments

Comments

@Gruni22
Copy link

Gruni22 commented Apr 19, 2024

Hi,

first of all, I want to thank you for all your effort!!!
I have the DFP-34X-2C2 GPON Stick and managed to get it on ONU State O3 with cloning data.
In the past I already managed to get the FS.com GPON and ZTE F6005 working.
The FS.com cannot sync with 2,5 Gbit because my SFP+ Card does not bring it up.
The ZTE F6005 is a nice solution, but it's not SFP ;-)

Now my issue:
No matter which firmware I try, they seem to have problems of proper HEX Encoding of MIB 257 data.
What I need is exactly that (same output from working devices) (shortened output):
`EqtID = 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 47 2d 30 31 30 47 2d 51 5f 5f

OMCCVer = 160

NumOfPriQ = 33

NumOfScheduler = 9

NumOfGemPort = 33

QosCfgFlexibility = 1`

What I get is with DFP-34X-2C2 that (shortened output):
`EqtID : _________G-010G-Q # should be Hex encoded

OMCCVer : 0xa0 #HEX for 160 - should be OK

NumOfPriQ : 128 # No Idea how to change or relevant

NumOfScheduler : 9 # No Idea how to change or relevant

NumOfGemPort : 64 # No Idea how to change or relevant

QosCfgFlexibility : 0x003b # No Idea how to change or relevant`

Do you have any idea how to change those values?

Kind Regards,
Matthias

@Anime4000
Copy link
Owner

if you query from omcicli mib get <id> most the value is Decimal by default, when in Hex, always start with 0x

maybe you can try omcicli mib set 257 OMCCVer 0xa0 see what happen

syntax: omcicli mib set <mib_id> <instance_name> <value>

@Gruni22
Copy link
Author

Gruni22 commented Apr 19, 2024

Thanks for response!
If I enter:
omcicli mib set 257 0x0000 EqtID G-010G-Q
I receive:
EqtID: 0x472d303130472d51000000000000000000000000

If I enter:
omcicli mib set 257 0x0000 EqtID 0x5f5f5f5f5f5f5f5f5f5f472d303130472d515f5f
I receive:
EqtID: 0x5f5f5f5f5f5f5f5f5f5�

omcicli mib set 257 0x0000 EqtID __________G-010G-Q_
EqtID: 0x5f5f5f5f5f5f5f5f5f5f472d303130472d515f00

omcicli mib set 257 0x0000 EqtID __________G-010G-Q__
EqtID: __________G-010G-Q__

Did also the test with:
omcicli mib set 257 0x0000 OMCCVer 0xa0
omcicli mib set 257 0x0000 OMCCVer 0xaa
Where both values are interpreted correctly.

@ToTheCLI
Copy link

Thanks for response! If I enter: omcicli mib set 257 0x0000 EqtID G-010G-Q I receive: EqtID: 0x472d303130472d51000000000000000000000000

If I enter: omcicli mib set 257 0x0000 EqtID 0x5f5f5f5f5f5f5f5f5f5f472d303130472d515f5f I receive: EqtID: 0x5f5f5f5f5f5f5f5f5f5�

omcicli mib set 257 0x0000 EqtID __________G-010G-Q_ EqtID: 0x5f5f5f5f5f5f5f5f5f5f472d303130472d515f00

omcicli mib set 257 0x0000 EqtID __________G-010G-Q__ EqtID: __________G-010G-Q__

Did also the test with: omcicli mib set 257 0x0000 OMCCVer 0xa0 omcicli mib set 257 0x0000 OMCCVer 0xaa Where both values are interpreted correctly.

Did you find a solution?

@Gruni22
Copy link
Author

Gruni22 commented Apr 26, 2024

No.
Ich contacted the supplier for a firmware update.
They said it should work, but it does not.

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

3 participants