On 08/09/06, Ritwik, Basu <[EMAIL PROTECTED]> wrote:
> I am writing an extension agent on the Net-SNMP platform.

What extension mechanism are you using?


> How are the non repeaters and max repetitions fields communicated to the
> agent? Is the PDU forwarded to the extension agent by the master agent which
> the agent has to parse?

  If you're working with AgentX, then a GETBULK request may either be
passed through as-is (including non-repeaters and max-repetitions), or
else converted into a sequence of GETNEXT requests.
  If you're working with SMUX, then this pre-dates SNMPv2, so only
supports GETNEXT.  A GETBULK request will be converted into a sequence
of GETNEXTs by the master agent.

But if you're working with the Net-SNMP platform, all of this is
handled for you by the agent code.  You should be able to concentrate
on the individual MIB modules, which typically only ever see GET
requests.

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-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to