Example of a Simple Subagent

Introduction:

This agent is a Simple Agent which will be used to make as a Subagent to Master Agent. This Agent can be used as Subagent
to all types of Master Agent which are available under examples/snmp/proxy directory.

Overview:

This Agent is generated for RFC1213-MIB with default settings. This Agent can be used for different type of Proxy Agent like oid based, instance based, context based and static proxy. This Agent can also be used to test heartbeat example available in this directory.

Source files:

Main file will instantiate the PduRequestHandler.
All the requestHandler files will take care of processing the request for the respective group.

Compilation:

1. Go to the directory,

   "<Installation Directory>\AdventNet\JavaAgent\examples\snmp\proxy\subagent\agent\bin"

2. Compile the source by using,

   sh compile.sh (for Linux users) OR
   compile (for Windows Users)

Starting the Agent:

1. Go to "<Installation Directory>\AdventNet\JavaAgent\examples\snmp\proxy\subagent\agent\bin" directory and execute,

   sh run.sh <options>(OR)
   run <options>

where, <options> specify the options in which you run the Agent.
 

AdventNet oval logo
Copyright (c) 1996-2004 AdventNet, Inc. All Rights Reserved.