Last modified by Frank Fock on 2024/05/25 12:28

From version 10.4
edited by Admin
on 2024/05/25 10:36
Change comment: Update document after refactoring.
To version 10.1
edited by Admin
on 2020/04/23 19:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -SNMP4J.SNMP4J-Agent-FAQ.WebHome
1 +SNMP4J-Agent-FAQ
Content
... ... @@ -5,21 +5,21 @@
5 5  The top level steps to perform are
6 6  
7 7  1. (((
8 -[[Create your MIB specification(s) with MIB Designer>>doc:SNMP4J.Create MIB Specification with MIB Designer]].
8 +[[Create your MIB specification(s) with MIB Designer>>doc:Create MIB Specification with MIB Designer]].
9 9  )))
10 -1. [[Simulate the MIB in AgenPro>>doc:SNMP4J.Simulate MIB modules in AgenPro]].
10 +1. [[Simulate the MIB in AgenPro>>doc:Simulate MIB modules in AgenPro]].
11 11  1. Verify the MIB usability with MIB Explorer.
12 12  1. (((
13 -[[Generate the code for SNMP4J-Agent with AgenPro.>>doc:SNMP4J.Generate code for SNMP4J-Agent with AgenPro]]
13 +[[Generate the code for SNMP4J-Agent with AgenPro.>>doc:Generate code for SNMP4J-Agent with AgenPro]]
14 14  )))
15 -1. [[Integrate the generated code into the main program>>doc:SNMP4J.How-to integrate generated code for SNMP4J-Agent into the agent's main program]].
16 -1. [[doc:SNMP4J.Implement instrumentation code for the generated code using the SNMP4J-Agent API]].
15 +1. [[Integrate the generated code into the main program>>doc:How-to integrate generated code for SNMP4J-Agent into the agent's main program]].
16 +1. [[doc:Implement instrumentation code for the generated code using the SNMP4J-Agent API]].
17 17  1. Provide initial security configuration for the agent.
18 18  1. Run and test the agent.
19 19  
20 20  === Advanced Topics ===
21 21  
22 -1. [[How to use AgenPro generated MIB objects with multiple SNMPv3 contexts>>doc:SNMP4J.How to use AgenPro generated MIB objects with multiple SNMPv3 contexts?]].
22 +1. [[How to use AgenPro generated MIB objects with multiple SNMPv3 contexts>>doc:How to use AgenPro generated MIB objects with multiple SNMPv3 contexts?]].
23 23  
24 24  \\
25 25