iCMS.trapd
Class trapd
java.lang.Object
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 :
- ver 1.0.0 - initial release
- ver 2.0.0 - replaced adventnet with westhawk stack
- ver 2.0.1 - V3 code is disabled
- ver 3.0.0 - Release for GPL as iCMS
- Version:
- 3.0.0
- Author:
- Chris Lukassen
-

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 |
propsMan
protected PropertyManager propsMan
- the holder of all settings of the Server
trapd
public trapd()
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