For our VoIP application we have to publish some value through database on SNMP. Can anyone let me know how would do this.
Will I have to create MIBs and if that how would MIBs receive data from application. Is there any free editor for creating MIBs.
Or I would write a script in Perl or any other language that would read data from database and we will publish that data on SNMP. Please let me know how would I publish that data on SNMP using Perl script.
Thanks