begeekmyfriend / smithsnmp

SNMP agent for monitoring
GNU General Public License v2.0
31 stars 17 forks source link

OID hierarchy in MIB file( need help ) #6

Closed telesquare closed 3 years ago

telesquare commented 3 years ago

Goal : the following oid hierarchy should be implement.

image

modemCommon.lua was added in "mibs" directory as below

image

If without unitModemTrapTable, It works well. but when start with unitModemTrapTable, failed "modemCommon MIB module " I consider this MIB seperate into 2 pieces, but failed.

I hope help from others

begeekmyfriend commented 3 years ago

Maybe you need local unitModemTrapTable = 6?

telesquare commented 3 years ago

Maybe you need local unitModemTrapTable = 6?

Correct.

Anyway, really immediate reply.