Dejan
27 January 2021 22:56
1
QSFP optics are not discovered for these devices. Definition is present in Timetra-port-mib and its called tmnxDDMLaneEntry
here is an example
snmpbulkwalk -v2c -c public -OQUs -m TIMETRA-PORT-MIB -M /home/librenms/mibs:/home/librenms/mibs/nokia:/home/librenms/mibs/timos tmnxDDMLaneEntry
Output snippet:
tmnxDDMLaneTxOutputPower.1.1610899520.1 = 8912
tmnxDDMLaneTxOutputPower.1.1610899520.2 = 7580
tmnxDDMLaneTxOutputPower.1.1610899520.3 = 8076
tmnxDDMLaneTxOutputPower.1.1610899520.4 = 8709
Dejan
30 January 2021 23:52
2
Here is the complete OID for Lane 1 TX power where 1610899520 is ifIndex
.1.3.6.1.4.1.6527.3.1.2.2.4.66.1.12.1.1610899520.1
I’v managed to add it as custom OID but it would be nice to have it as part of OS
Dejan
2 September 2021 17:24
3
I just saw that there is a pull request for this and i wonder what needs to be done to make it go through
librenms:master
← kterobinson:feat/nokia_opticalpower_multilane
opened 07:54PM - 23 Aug 21 UTC
Description: Adding support for Nokia multilane optics in the dBm sensor.
DO… NOT DELETE THE UNDERLYING TEXT
#### Please note
> Please read this information carefully. You can run `./lnms dev:check` to check your code before submitting.
- [ ] Have you followed our [code guidelines?](https://docs.librenms.org/Developing/Code-Guidelines/)
- [ ] If my Pull Request does some changes/fixes/enhancements in the WebUI, I have inserted a screenshot of it.
#### Testers
If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
skwang
2 September 2021 20:49
4
While I’m not the author, I can say this is being worked on. We have some code change requests and then to add unit test to the PR. Hopefully this will get merged soon.
1 Like
Dejan
20 October 2021 11:43
5
This PR has been closed due to missing testdata. i’m a newbie when it comes to this but can i collect test data by testing this PR?
Will ./scripts/github-apply <pr_id> still work even if PR is closed?
Dejan
28 October 2021 19:37
6
Can someone give me an answer please?
zombah
29 October 2021 21:39
7
If this is not yours PR you need to:
1.fork original author repo and branch
2.commit your test data into it
3.submit your fork as new PR