On Wed, 8 Dec 2004 17:46:10 +0800 celeste wrote: C> hi, i want to develop a new mib tree. C> use this mib tree, i can run some command and return a lot of info from C> agent. C> C> can the net-snmp do it? C> i mean i just wonder if we can gather a lot info from agent.
Yes. It may not be the most efficient method, but it should work. C> for example: C> i want to gather 2MB info. C> C> how can i do. Define a table to return the data in chunks. The chunk size will depend on the packet sizes supported by your network and the clients. You could even define a mib object to control the chunk size. I think you need to tweak the agent for packets larger than an ethernet frame(~1500 bytes). -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
