The manager provided with the tool is a lightweight manager that basically provides a means to communicate with agents.
It does not really implement any management capabilities by itself. That is up to the user.
A user in this context is basically a module implementing
the
Agents to be accessed by the manager needs to be registered by a user. Once registered, they can be accessed by all registered users.
Notifications/traps from an agent is delivered to the user that did the registration.
Any message from an agent that is not registered is delivered to the default user.
By default, the default user is set to the
When using version 3, then (at least one) usm user has to be registered.
Requests can be issued in two different ways. Synchronous (see
The following steps are needed to get the manager running:
[optional] Implement the default user.
Implement the user(s).
Configure the application (manager).
Start the application (manager).
Register the user(s).
The user(s) register their agents.
It is possible to load mibs into the manager, but this is not necessary for normal operation, and not recommended.