All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.snmp.agent.SecureAgent

java.lang.Object
   |
   +----examples.snmp.agent.SecureAgent

public class SecureAgent
extends Object
The SecureAgent class provides a simple example on how to use the SnmpPduFactoryIf interface. for filtering incoming pdus according to the host that sends them. This agent uses the same MIB (RFC1213) and the same SNMP port as the examples.snmp.agent.Agent.


Constructor Index

 o SecureAgent()

Method Index

 o getSnmpAdaptor()
 o main(String[])
The main method allows you to specify the following command-line parameters: The names of the hosts whose pdus the agent will reject upon reception.

Constructors

 o SecureAgent
 public SecureAgent()

Methods

 o main
 public static void main(String args[])
The main method allows you to specify the following command-line parameters: The names of the hosts whose pdus the agent will reject upon reception. The trace level using the DEBUG properties. For more information on trace levels, refer to Debug object.

 o getSnmpAdaptor
 public static AdaptorServerImpl getSnmpAdaptor()

All Packages  Class Hierarchy  This Package  Previous  Next  Index