Koshna SNMP Agent Toolkit
Koshna Agent Stub Generator
The Koshna Agent Stub Generator can be used to generate the java stubs for developing standalone SNMP Agents.
To generate the stubs for developing a standalone SNMP Agent using the Koshna Agent Stub Generator:
- Set the MIB Path in the stub generator using the Configure->Options Menu to the list of directories having
the MIB files.
- Load the MIB into the stub generator using the File->Load Menu.
- Set the Output Directory & PackageName in Koshna Agent Stub Generator using the Configure->Options Menu.
- Generate the Stubs using the Generate->Java->AgentStubs Menu
The generated files include:
- A Class representing the MIB.
- Classes representing the MIB Elements.
- Classes representing the enumerated types defined in the MIB.
- Info classes providing the SNMP information for all the MIB Elements.
|