RE: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-13 Thread Dave Shield
On Thu, 2006-03-09 at 20:56 +0200, Derey Moshe wrote: > I'm also trying to configure a traphandle inside the configuration > file: snmptrapd.conf as follows: > > traphandle SNMPv2::enterprises.9.10.4.2 /home/moshe/trap_handler > > Do you see anything wrong with it? Well for a start, the OI

RE: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-09 Thread Derey Moshe
Title: RE: net-snmp 5.3 snmptrapd.conf configuration example I'm also trying to configure a traphandle inside the configuration file: snmptrapd.conf as follows:   traphandle   SNMPv2::enterprises.9.10.4.2   /home/moshe/trap_handler   which is the: token , oid , trap_application_ha

Re: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-09 Thread Thomas Anders
Dave Shield wrote: On Thu, 2006-03-09 at 17:12 +0200, Derey Moshe wrote: I'm trying to configure the file (-Lf /a/specified/file) where the trap details will go from inside the snmptrapd.conf and not from the command line. Do you have an idea what is the syntax to do that using version 5.3?

RE: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-09 Thread Dave Shield
On Thu, 2006-03-09 at 17:12 +0200, Derey Moshe wrote: > I'm trying to configure the file (-Lf /a/specified/file) where the > trap details will go from inside the snmptrapd.conf and not from > the command line. > Do you have an idea what is the syntax to do that using version 5.3? I'm not sure

RE: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-09 Thread Derey Moshe
Title: Re: net-snmp 5.3 snmptrapd.conf configuration example Thanks Dave,   I'm trying to configure the file (-Lf /a/specified/file) where the trap details will go from inside the snmptrapd.conf and not from the command line. Do you have an idea what is the syntax to do that

Re: net-snmp 5.3 snmptrapd.conf configuration example

2006-03-09 Thread Dave Shield
On Thu, 2006-03-09 at 11:00 +0200, Derey Moshe wrote: > If anyone can send a complete configuration example which > contains: logging the trap details to a specified file, > or to standard output, that would be very helpful. snmptrapd -Lf /a/specified/file or snmptrapd -Lo Dave