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
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?
Thanks Filipp
I will try the snmpwalk approach