On 12/10/06, Ritwik, Basu <[EMAIL PROTECTED]> wrote:
> I am writing an extension agent based on Net-SNMP. Should a SNMPWalk call
> display all the trap variables/attributes that are specified in the
> concerned MIB file or should it simply skip over them ?

There is no such thing as an "SNMPWalk call" as far as the agent is concerned.
All you need to be concerned with is individual GET, GETNEXT and (for
writable objects) SET requests.   The main agent framework and the
client applications will take care of everything else.

As far as which MIB objects to implement - you can safely ignore
everything that doesn't have a MAX-ACCESS value of "read-only",
"read-write" or "read-create".
   Whether you implement all of these objects (and whether you
implement writable objects as such) is totally up to you.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to