Re: PDU processing routines

"Dave Shield" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On 31/07/06, Jonathan Shan <[email protected]> wrote:
> In the demo program, there is a line:
> req = snmp_pdu_create(SNMP_MSG_GET);
>
> I want to know what are the parameters to function snmp_pdu_create(). I
> assume SNMP_MSG_SET is another.

$ grep SNMP_MSG include/net-snmp/library/snmp.h
#define SNMP_MSG_GET        ....
#define SNMP_MSG_GETNEXT    ....
#define SNMP_MSG_RESPONSE   ....
#define SNMP_MSG_SET        ....
#define SNMP_MSG_TRAP       ....
#define SNMP_MSG_GETBULK    ....
#define SNMP_MSG_INFORM     ....
#define SNMP_MSG_TRAP2      ....
#define SNMP_MSG_REPORT     ....

You can ignore the other matches from that file, and you wouldn't
normally need to construct RESPONSE or REPORT PDUs.  But any of the
others are fair game.

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-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.