On 05/03/2008, Magnus Fromreide <[EMAIL PROTECTED]> wrote:
> On tis, 2008-03-04 at 16:37 +, Dave Shield wrote:
> > Try something like:
> >
> > netsnmp_query_set_default_session(
> > netsnmp_iquery_user_session(secName));
> >
> >netsnmp_query_get( varlist, NULL );
>
On tis, 2008-03-04 at 16:37 +, Dave Shield wrote:
> On 04/03/2008, Aaron Young <[EMAIL PROTECTED]> wrote:
> > I'm fairly new to net-snmp and am currently working on a subagent
> > serving our own mib. It would be nice to be able to perform GET
> > requests on data served by the main agent (
On 04/03/2008, Aaron Young <[EMAIL PROTECTED]> wrote:
> I'm fairly new to net-snmp and am currently working on a subagent
> serving our own mib. It would be nice to be able to perform GET
> requests on data served by the main agent (i.e. mib-2 data) from within
> my agent code. Is there a clea