2 Aug 2012 09:54
Re: building mini agent
Dave Shield <D.T.Shield <at> liverpool.ac.uk>
2012-08-02 07:54:53 GMT
2012-08-02 07:54:53 GMT
On 2 August 2012 05:53, Sudhanshu Rajvaidya <sudhanshur <at> gmail.com> wrote: > One last question here. I had to compile with > --with-mib-modules=ucd_snmp/dlmod to have my mini agent load a shared > object. However this adds dlmod table in snmpwalk response. Is there way to > get rid of UCD-DLMOD-MIB in snmpwalk response? Probably the simplest way would be to define a 'view' that included the elements that you wish reported, but excluding the dlModTable. Then configure the access control to use this view. The alternative would be to tweak the code of ucd-snmp/dlmod.c to not register this table at all - i.e. comment out the first line of 'init_dlmod' Dave ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users <at> lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
RSS Feed