1825737 Members
2501 Online
109687 Solutions
New Discussion

Event Configuration

 
Daniel J. Mastrian
Occasional Contributor

Event Configuration

I need to send an additional action :

snmptrap from my HP-Unix NNM station to another vendor's NT-based Network Management System.

The command line trap must include the IP address ( varbind from the original event )of the device that originally triggered the event...

Can anyone help me with the syntax?

Thanks!
1 REPLY 1
Ian_4
Honored Contributor

Re: Event Configuration

See man or help snmpnotify

snmpnotify [-d] [-p port] [-c community] [-v version] [-a agent_addr] [-e enterprise] node event_oid [variable type value...]

----And the trapd.conf man or help page

Ian