Re: SNMP Forwarder Utility

2006-01-24 Thread ange terrien
And how can you pass the trap from snmptrapd to snmptrap ? Ange > You can easily do this with a shell script using the snmptrapd and snmptrap. > Just parse the snmptrapd return data, switch on trap number and send them > out with snmptrap accordingly. > -- > -Tony > Having fun with FPGA HW

Re: SNMP Forwarder Utility

2005-09-02 Thread Tony Lee
You can easily do this with a shell script using the snmptrapd and snmptrap. Just parse the snmptrapd return data, switch on trap number and send them out with snmptrap accordingly. -- -Tony Having fun with FPGA HW + ppc + Linux On 9/2/05, Poojan Tanna <[EMAIL PROTECTED]> wrote: Hi,I am looki

SNMP Forwarder Utility

2005-09-02 Thread Poojan Tanna
Hi, I am looking for a utility that can sit between the SNMP Trap Generator and SNMP Trap Server as follows: This utility should forward the Traps as per the Trap Type.