Re: Strange error in test program...

This is a discussion on Re: Strange error in test program... within the SNMP Coders forums, part of the Networking and Network Related category; On 08/04/2008, Kris van Rens <krisvanrens.list@gmail.com> wrote: > I'm trying this now, ...


Go Back   Usenet Forums > Networking and Network Related > SNMP Coders

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008
Dave Shield
 
Posts: n/a
Default Re: Strange error in test program...

On 08/04/2008, Kris van Rens <krisvanrens.list@gmail.com> wrote:

> I'm trying this now, but for some reason, I get stuck at the first
> object. Here's what I do:



> read_objid("IF-MIB::ifPhysAddress", if_oid, &if_oid_len);
>
> // Walk the list of IF-MIB::ifPhysAddress.x
> for (i = 0; i < 10; i++) {
> req = snmp_pdu_create(SNMP_MSG_GETNEXT);
> snmp_add_null_var(req, if_oid, if_oid_len);


> ret = snmp_synch_response(sess_h, req, &resp);
> if (ret != STAT_SUCCESS || resp->errstat != SNMP_ERR_NOERROR)
> goto out_snmp_synch_response;
>
>
> // DEBUG
> print_variable(resp->variables->name, resp->variables->name_length,
> resp->variables);


You need to update the 'if_oid' buffer with the OID from this response.

At the moment, you're asking for the same OID every time.

> Here's the output:
> ---
> # ./snmptest
>
> IF-MIB::ifPhysAddress.1 = STRING:
> IF-MIB::ifPhysAddress.1 = STRING:


which is why you get the same answer every time.

The key with GetNext is to use the results from one request
as the input to the next.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757...un.com/javaone
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/...et-snmp-coders
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:21 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0