iCMS.trapd
Class trapd

java.lang.Object
  extended by iCMS.trapd.trapd

public class trapd
extends Object

trapd is a listener to SNMP trap events and is based on the WestHawk stack
of a trap listener. It can run with a command line interface or with a more
sophisticated client/server approach.

Run command line trap receiver and print incoming PDUs. Loads MIBs
as specified, and converts to/from names for loaded MIB data.
It also prints loaded trap names and descriptions when the
corresponding traps are received.

[-c] - community String. By default "public".
[-p] - remote port no. By default 162.
auth password and authProtocol fields.
[-q] - silent mode
[-l] - debug logging level
[-n] - number of traps to be stored
[-o] - port on which RA clients connect
[-r] - translation file for traps
Revision Changes :

Version:
3.0.0
Author:
Chris Lukassen
 

Field Summary
protected  PropertyManager propsMan
          the holder of all settings of the Server
 
Constructor Summary
trapd()
           
 
Method Summary
static void main(String[] args)
          main routine, pass the arguments of the server here,
 void trapd()
          constructor, used to initialize libraries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propsMan

protected PropertyManager propsMan
the holder of all settings of the Server

Constructor Detail

trapd

public trapd()
Method Detail

trapd

public void trapd()
constructor, used to initialize libraries


main

public static void main(String[] args)
main routine, pass the arguments of the server here,

Parameters:
args - the arguments that were used to start the server