On 31 July 2012 13:14, Madhu Sudhana Rao <madhu...@gmail.com> wrote:
>   It is not part of the standard agent, I added this proprietary table.
>
> Copied .c and .h files of myifTable from (agent/mibgroup), which is working
> properly (both snmpget & snmpwalk) in version 5.2.1 to version 5.6.2 but in
> latest version only snmpget is working but snmpwalk is giving "no such
> object". I didn't change anything related to .c and .h files.

Hmmm....

Things to check:
    - is your table getting registered correctly?
           (try walking the nsModuleTable and look for your OIDs)
   - are GetNext requests being passed to your handler routine?
           (try turning on any debugging within the handler)

What does the code of your MIB table look like?

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-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to