Re: SNMP request

2012-01-01 Thread Leila M
Thank you so much for the answers It was a problem with my agent; I reinstalled it and now it works well 2011/12/27, Leila M : > hi, > > environment: gcc 4.5 under Ubuntu 11.04 > I'm trying to implement a C application that sends an snmp request > (snmp get) to retrieve some information (variables

adding MIBs

2012-01-01 Thread Leila M
Hi, I'm using net-snmp with gcc and I want to send requests to the snmp agent to verify the value of some oid. the problem is that the MIB containing those oids doesn't exist (in the folder containing the MIB files i.e .../usr/share/mibs/). how can I integrate mib files (other than the already exi

Re: adding MIBs

2012-01-01 Thread Dave Shield
On 1 January 2012 10:50, Leila M wrote: > I'm using net-snmp with gcc and I want to send requests to the snmp > agent to verify the value of some oid. > the problem is that the MIB containing those oids doesn't exist (in > the folder containing the MIB files i.e .../usr/share/mibs/). > how can I i