<< Click to Display Table of Contents >>
Filename |
SNMPManager.dll |
Manufacturer |
SNMP (Simple Network Management Protocol) cf. RFCs do IETF |
Devices |
|
Protocol |
SNMP V1 and V2C |
Version |
2.0.26 |
Last Update |
03/21/2024 |
Platform |
Win32 and E3 3.2 or later |
Dependencies |
IOKit v2.00 |
Superblock readings |
No |
Level |
31301 |
The SNMPManager Driver communicates with SNMP agents using the SNMP (Simple Network Management Protocol) protocol. According to SNMP nomenclature, agents are network devices (switches, routers, multiplexers, no-breaks, etc.) that produce information to manage, which are therefore sent to a management system, in this case the SNMPManager Driver.
This Driver currently supports versions V1, V2C and V3 of the SNMP specification, which allows the following resources:
•Communication with up to 50 devices using a single Driver (DLL)
•Importing or creating Tags from devices using MIB files
•Reading variables asynchronously by grouping several requests into a single query (polling)
•Writing parameters synchronously
•Supporting unsolicited messages (receiving SNMP Traps)
NOTE |
When reaching a limit of 50 devices, this Driver does not create new instances anymore. If there are Tags configured for these hosts, values for these Tags are invalid. In order to address more devices, a new driver instance shall be created. |