Thx a lot.. i have found the problem. I have forgotten
to put the zero character at the end. The correct is
oid myoid[] = { 1, 3, 6, 1, 2, 1, 4, 8 ,0};
Have a nice week
--- Tom Flavel <[EMAIL PROTECTED]> wrote:
> On 22/05/2005 07:45:53, Alaios wrote:
> > yes this oid exists.. i know that because i
On 22/05/2005 07:45:53, Alaios wrote:
> yes this oid exists.. i know that because i use tkmib
> and i have founbd there the value
> oid myoid[] = { 1, 3, 6, 1, 2, 1, 4, 8 };
> Is it possible to give me other oid to check?
> Thx a lot
(Please don't reply to me personally: use the mailing list)
Wh
On 22/05/2005 00:44:25, Alaios wrote:
>
> I have se the two variables
> oid myoid[] = { 1, 3, 6, 1, 2, 1, 4, 8 };
> size_t length_myoid = sizeof(myoid) /
> sizeof(oid);
>
> ...skipped a bunch of lines.
> sess_handle = snmp_open(&session);
> pdu = snmp_pdu_create(SNMP_MSG_GET);