PowerSNMP for .NET

from $1,199.00
Available Platforms

PowerSNMP for .NET Manager Features

  • Manager Component
    -Queries SNMP devices on the network by encoding and sending requests
    -Receives responses and returns decoded message objects to your code
    -Listens for Trap, Notification, and Inform messages and raises your delegate when one is received
    -Supports multiple, concurrent queries on multiple worker threads to optimize performance
    -Also supports serial queries on a single worker thread to minimize resources expended
    -Developer has complete control over timeouts and resends
  • Automatic, on-the-fly message encoding and decoding
  • Discover local agents using network broadcasting
  • SNMP Table retrieval is simplified to one line of code that generates multiple requests
  • Sends Inform messages to other managers
  • Dynamically loads MIB files at runtime
  • Message.EncodedMessage property allows logging of encoded message packets
  • Start method provides easy synchronous operation on worker threads
  • Marshal methods provide easy marshaling of selected objects to the UI thread
  • Synchronous methods return a response or table to the calling application
  • SNMP v3 security is fully supported:
    - MD5, SHA authentication support
    -Privacy support uses DES, Triple DES, AES128, AES 192, AES 256
    -FIPS 140-2 compliant cryptography
    -Automatic v3 discovery, encryption and decryption
  • Full support for SNMPv1, SNMPv2c, SNMPv3 and ASN.1 standards
  • Create trap handling services to automate fault detection
  • No knowledge of SNMP message formatting required
  • Supports all standard SNMP RFCs, including 1155, 1156, 1157, 1212, 1213, 1215, 1901, 1905, 1906, 1907, 2571, 2572, 2573, 2574, 2575, 2578, 2579, 2580, 3410, 3411, 3412, 3413, 3414, 3416, 3418, 3584, 3826, 5343

 

See a Manager component code example >

 

PowerSNMP for .NET Agent Features

  • Agent Component
    -Asynchronously receives and synchronously responds to SNMP manager messages
    -Constructs and delivers Traps and Informs
    -Automatically generates query responses with local values to be sent as-is or modified by your application
  • Automatic, on-the-fly message encoding and decoding
  • Message.EncodedMessage property allows logging of encoded message packets
  • Start method allow you to specify your delegate that will be asynchronously raised as each SNMP request arrives
  • Marshal methods provide easy marshaling of selected objects to the UI thread
  • SNMP v3 security is fully supported:
    -MD5, SHA authentication support
    -Privacy support uses DES, Triple DES, AES128, AES 192, AES 256
    -FIPS 140-2 compliant cryptography
    -Automatic v3 discovery, encryption and decryption
  • Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards
  • Report statistics on software applications, attached devices, or anything else
  • No knowledge of SNMP message formatting required
  • Supports all standard SNMP RFCs, including 1155, 1156, 1157, 1212, 1213, 1215, 1901, 1905, 1906, 1907, 2571, 2572, 2573, 2574, 2575, 2578, 2579, 2580, 3410, 3411, 3412, 3413, 3414, 3416, 3418, 3584, 3826, 5343

 

See an Agent component code example >

 

PowerSNMP for .NET MIB Handling

  • Standard and custom MIB file parser
  • Intrinsic support for standard SNMPv2 SMI MIBs
  • Design-time Intellisense for standard MIB objects and tables
  • Compile MIB files into code file classes that can be added to C#, VB.NET or C++/CLI projects
    -Operates within the designer
    -Code files provide design-time Intellisense
  • Dynamically load MIB files at runtime
  • Automatic Tree generation of parsed MIBs for easy viewing
  • Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards
  • Supports all standard SNMP RFCs, including 1155, 1156, 1157, 1212, 1213, 1215, 1901, 1905, 1906, 1907, 2571, 2572, 2573, 2574, 2575, 2578, 2579, 2580, 3411, 3412, 3413, 3414, 3416, 3418, 3584, 3826, 5343

 

PowerSNMP for .NET Security Features

  • Seamless SNMP v3 integration is accomplished using a Security class that is part of every message
  • MD5 and SHA1 hashing provides privacy for usernames and passwords
  • DES, Triple DES encryption privacy supported (FIPS 140-2 compliant)
  • 3 Levels (128, 192, 256) of AES encryption privacy supported (FIPS 140-2 compliant)
  • Automatic v3 encryption and decryption
  • Automatic sending and handling of discovery messages
  • EngineID's are cached, so the use of discovery messages is minimized
  • No knowledge of SNMP security formatting required