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.
-
SecureAgent()
-
-
getSnmpAdaptor()
-
-
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.
SecureAgent
public SecureAgent()
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.
getSnmpAdaptor
public static AdaptorServerImpl getSnmpAdaptor()
All Packages Class Hierarchy This Package Previous Next Index