[AGENT++] Access to Management Information

Jochen Katz katz at agentpp.com
Sun Aug 13 21:15:31 CEST 2006


Hi,

> Perkins "Understanding SNMP MIBs" section 5.2.5 states:
> 
> "Each managed sub-system must include for the agent an access
> mechanism to management instrumentation contained in the sub-system.
> The instrumentation is the "extra" hardware or software that must be added
> to the sub-system to measure and retain the value or act on a changed
> value of management information."
> 
> What is this access mechanism and how does one determine it exist 
> on the managed device and if not how is it implemented?

each device can have its own mechanism. For agent++ the best access
mechanism would be a C++ API, where you can call get_value_xxx() and
register a callback function for changes in the device. Some devices
will possibly come with a program that uses some proprietary method to
get the status information, so the agent++ agent would have to call this
program and parse the output.

Regards,
  Jochen






More information about the AGENTPP mailing list