Writing an SNMP Extension Agent (Windows Embedded CE 6.0)

1/6/2010

To write an extension-agent application

  1. Design the framework structure for the MIB that you want to implement.

  2. Develop an OID parsing strategy to identify incoming variables and locate their description in the internal representation of the MIB.

    This variable description is required to implement access policy, validate data types, identify and validate object instances, and invoke the instrumentation routines.

  3. Write the code that is required to implement the extension agent.

    Note

    When you write an extension agent, include in your source code the Snmp.h header file that is included with Windows Embedded CE.

See Also

Concepts

SNMP Extension Agent
Developing a MIB
Extension-Agent Architecture
Sample Extension-Agent DLL