snmpgetnext support in NXSL scripts

Started by mmarin11, June 01, 2021, 03:33:51 AM

Previous topic - Next topic

mmarin11

Dear NetXMS community

Is there a NXSL snmp method with support for snmpgetnext? I'm trying to write a script to monitor advertised and received prefixes for Juniper BGP sessions.

Thanks


Filipp Sudanov

No, getnext is currently not implemented. It's possible to do snmpwalk somewhere at a higher level which would include all the branches you need and then parse it's output. Will this work in your situation?

mmarin11

Thanks Filipp

I will try the snmpwalk approach