On 10/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote:
>  I have used mib2c in iterate config  for code generation.
>  Is it possible, can i identify  the Get bulk request before translate into
> conscutive Get requests.

If you're using the iterator helper, then no.
This particular helper does not include direct support for
GetBulk requests, and relies on them being converted
into a sequence of GetNext requests.

If you were coding your MIB module directly (not using any
of the provided table helpers), then you could opt to handle
GetBulk requests yourself.

But if you wish to take advantage of the automatic processing
provided by the various table helpers, then this requires allowing
them to look after GetBulk requests as well.

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to