Re: SNMP Perl module and MIB navigation

2009-12-01 Thread Dave Shield
2009/9/9 Wes Hardaker : >> On Fri, 4 Sep 2009 16:53:07 -0400, Daniel Savard >> said: > DS> For example, I want to output a line like: > > DS> ATTR(=,$ENTERPRISE),VALUE(=,"$var"); > > DS> where $var is actually replaced by the value of the variable and > $ENTERPRISE > DS> must be output a

Re: SNMP Perl module and MIB navigation

2009-09-14 Thread Dave Shield
2009/9/9 Wes Hardaker : >> On Fri, 4 Sep 2009 16:53:07 -0400, Daniel Savard >> said: > > DS> For example, I want to output a line like: > DS> ATTR(=,$ENTERPRISE),VALUE(=,"$var"); > > DS> where $var is actually replaced by the value of the variable and > $ENTERPRISE > DS> must be output a

Re: SNMP Perl module and MIB navigation

2009-09-09 Thread Wes Hardaker
> On Fri, 4 Sep 2009 16:53:07 -0400, Daniel Savard > said: DS> For example, I want to output a line like: DS> ATTR(=,$ENTERPRISE),VALUE(=,"$var"); DS> where $var is actually replaced by the value of the variable and $ENTERPRISE DS> must be output as a litteral not trying to interpret i

SNMP Perl module and MIB navigation

2009-09-04 Thread Daniel Savard
Oups, I think I posted to the wrong list (net-snmp-coders instead of users). > [CCing the -coders list again; please keep conversations on the list] > > > On Fri, 21 Aug 2009 11:45:38 -0400, Daniel Savard < > daniel.sav...@gmail.com> said: > > DS> I did preliminary work and found that the old

Re: SNMP Perl module and MIB navigation

2009-08-14 Thread Wes Hardaker
> On Fri, 14 Aug 2009 16:30:40 -0400, Daniel Savard > said: DS> Hello everyone, DS> I am trying to convert notifications from a serie of MIB files I have. In DS> fact, I need to read the MIB files and output couple of other files which DS> content depends on the notifications and traps d

SNMP Perl module and MIB navigation

2009-08-14 Thread Daniel Savard
Hello everyone, I am trying to convert notifications from a serie of MIB files I have. In fact, I need to read the MIB files and output couple of other files which content depends on the notifications and traps defined into the MIB files. Rather than writing my own MIB file parser, I tried to use