|
Managing Devices Using SNMP |
Top Previous Next |
|
Some network devices, services and applications can be controlled using SNMP. A set of available operations and methods of their invocation varies for different types of devices/services/applications. Examples Of Control Operations There are two kinds of control operations that can be performed via SNMP: configuration alteration and direct action execution. Changing Configuration Changeable configuration settings for a managed SNMP device/service/application are exposed as writable variables (OIDs).
Configuration changes can involve much more sophisticated procedures including related series of changes, table row creations, etc. Action Execution There are some actions that can be performed depending on concrete types of managed items. All those actions are still performed as SNMP Set operations for certain OIDs.
How To Invoke Operations Since all controlling operations in SNMP are actually alterations of variables (OIDs), to perform a control action a manager should set value of particular SNMP variable exposed by a managed device. The variables should be described in MIB files for the item. Refer to the documentation of device/service/application you want to control. To write new value of a particular SNMP variable to the device you can follow the standard procedure:
You can automate the repetitious controlling operations using standard AggreGate Network Manager tools, e.g. widgets, scripts, alerts (their Automatic Correction Actions) etc. |