What are the steps in creating a subagent?
The five steps are: • Define the MIB. • Compile the MIB with the SNMP Research, Inc. MIB tools and create the runnable subagent, all by typing ‘make’. • Create the instrumentation (create the counters, collect the information as defined in the MIB, etc.) • Complete the method routines. Skeletons are created by the MIB Tools, but you must write the code which reads the counters, accesses the information in the kernel, etc. • Test.