Re: OID comparision in callback handler

2005-04-13 Thread Robert Story
On Tue, 12 Apr 2005 09:41:17 +0800 Yeo wrote: YSV> How do i get the higher level ones help me out? YSV> YSV> If i have to use other mib2c files to generate the source files, which one YSV> then? That depends. Try a few, and see what style you like. If your data is owned/stored in the agent, then

Re: OID comparision in callback handler

2005-04-11 Thread Yeo Siow Vic
How do i get the higher level ones help me out? If i have to use other mib2c files to generate the source files, which one then? thanks victor > > On Mon, 11 Apr 2005 16:41:25 +0800, "Yeo Siow Vic" <[EMAIL PROTECTED]> said: > > Yeo> I have a MIB table, i use mib2c.create-dataset.conf to cre

Re: OID comparision in callback handler

2005-04-11 Thread Wes Hardaker
> On Mon, 11 Apr 2005 16:41:25 +0800, "Yeo Siow Vic" <[EMAIL PROTECTED]> > said: Yeo> I have a MIB table, i use mib2c.create-dataset.conf to create the Yeo> source file. I want to customise the processing of the MIB Yeo> table. Therefore, i have to compare the OID of each incoming Yeo> re

Re: OID comparision in callback handler

2005-04-11 Thread Yeo Siow Vic
dear all,   I have a MIB table, i use mib2c.create-dataset.conf to create the source file. I want to customise the processing of the MIB table. Therefore, i have to compare the OID of each incoming request and take action respectively.   How should i compare the OID in callback handler??  I

OID comparision in callback handler

2005-03-24 Thread Yeo Siow Vic
hi,   I have a MIB table, i use mib2c to create the c file. I want to customise the processing of the MIB table. Therefore, i have to compare the OID of eacg incoming request and take action respectively.   How should i compare the OID in callback handler??   i can't figure out.   if (requ