Screenshot Preview

PowerSNMP for .NET

经 Dart Communications - 产品类型: 构件 / .NET 类 / 100% 受控代码

‏请注意: 除非另有说明,此为英语产品

*

Manage network devices and remote management information from your .NET applications. PowerSNMP for .NET is a family of .NET classes and components used to manage network devices and remote management information. Full support for SNMPv1, SNMPv2, SNMPv3 and ASN.1 standards provide interoperability with enterprise devices. The Manager and Agent components provide for message transport and a suite of supporting classes provide MIB information, encoding/decoding, and encryption/decryption. MIB files can be parsed and imported into C# and Visual Basic projects to provide full intellisense support. A MIB compiler dynamically loads MIB files at run-time to generate new classes and objects on demand.

9,127 元
价格

‏我们的常规价格如下。 请登录后查看打折后的价格。

PowerSNMP for .NET V4.4 - with Subscription   *

加入购物车 9,127 元 1 Developer License - includes One Year Standard Support and Updates/Upgrades  *
Mfr. 部件号: P-3550-SUB
下载 (5.6 MB)
加入购物车 4,560 元 1 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and Updates/Upgrades  *
Mfr. 部件号: P-3550-SUB-RENEW
验证 下载 (5.6 MB)
加入购物车 29,209 元 4 Developer License - includes One Year Standard Support and Updates/Upgrades  * 下载 (5.6 MB)
加入购物车 14,595 元 4 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and Updates/Upgrades  * 验证 下载 (5.6 MB)
加入购物车 51,110 元 8 Developer License - includes One Year Standard Support and Updates/Upgrades  * 下载 (5.6 MB)
加入购物车 25,536 元 8 Developer Subscription Renewal - Pre Expiry - includes One Year Standard Support and pdates/Upgrades  * 验证 下载 (5.6 MB)

PowerSNMP for .NET Source Code   *

加入购物车 22,835 元 Source Code - delivered separately (requires a Developer License)  *
Mfr. 部件号: P-3550-SOURCE
验证 下载 (29 KB)

我们的价格包括ComponentSource的技术支持。对于大多数可下载的产品,还提供在线备份和免费升级为新版本,若新版本在购买后的30日内发布的话。  所有销售都是按照我们的标准条款 进行的,并且适用我们的退货政策. 请 联系我们 若您需要任何未在上面列出的License选择,包括批量License及以前的版本。 

‏我们的常规价格见上。 请登录后查看打折后的价格。

 *

What's new in PowerSNMP for .NET V4.4?

  • New samples, including a Windows Presentation Foundation (WFP) Agent, a WFP Manager, a Windows Communication Foundation (WCF) Service and a Web Service
  • A new Walk method for traversing a subtree in an Agent's MIB with one line of code
  • New support for DISPLAY-HINTS, for displaying variable values as intended
  • A VariableList.Populate method for displaying variables in a Treeview

What's new in PowerSNMP for .NET V4.3.1.0?

  • Replaced the static CreateEndPoint function with an IPEndPoint class derived from System.Net.IPEndPoint.
  • Addressed a memory leak in the agent when receiving requests, and the manager when receiving traps.

What's new in PowerSNMP for .NET V4.3.0.3?
PowerSNMP for .NET 4.3.0.3 has been released with several new features, including a new Manager Log event, enhanced IPv6 support, and new support for v3 agent discovery. There have also been multiple issue fixes, including an event handler fix in the Manager component designer, and strengthened support for v3 authoritative engines.

What's new in PowerSNMP for .NET V4.2.1.2?

  • SNMP for .NET now supports C++/CLI code generation, in addition to C# and VB.NET
  • PowerSNMP has been updated with a new install and VS 2010 integration

What's new in PowerSNMP for .NET V4.2?

  • Support for the MONO Framework, allowing execution in many non-Windows environments, including Linux, Sun Solaris, and Mac OS X.
  • Managed Visual C++ samples are now available
  • PowerShell demo script included in samples

What's new in PowerSNMP for .NET V4.1.1.6?

  • Fixed issues with agent and some v3 management software
  • Fixed MIB parsing issue when END keyword was part of a description
  • It is now possible to remove and re-add standard traps to MibNodes.Traps

What's new in PowerSNMP for .NET V4.1?

  • A new code generation feature has been added to the product. The MibNodes collection will have a GenerateCode method that will produce a code file that can be added to your C# or VB.NET project. The code file will provide an Import method which will import MibNode and MibTrap objects generated from parsed mib files into an existing MibNodes collection (for example, Manager.Mib). Also, it will create enumerations that will provide Intellisense for the GetByNodeName and GetByTrapName functions during development. See the Mib Treeview sample for a demonstration of code generation, and the Manager and Agent samples for an implementation of the generated code.
  • The MibNodes dictionary has been extended with a new Traps property, allowing for Trap referencing in parsed mibs. Traps can be indexed by name or by trap attributes.

What's new in PowerSNMP for .NET V4.0?

  • Multi-threaded worker thread operation does not interfere with UI performance
  • MIB files are parsed automatically when loaded
  • SNMP v3 support uses MD5 and SHA authentication and DES, Triple DES and AES (128, 192 and 256 bit strength) encryption
  • FIPS 140-2 compliant cryptography supports government and military requirements
  • Start methods launch worker threads where synchronous methods do the heavy lifting
  • Marshal methods marshal data to the UI thread for display purposes

 *

Main Features:

  • SNMPv3 provides comprehensive security for enterprise resources. Messages can be constructed using no security, authentication only, or authentication and privacy
  • Create custom SNMP Manager applications using Windows forms or ASP.NET
  • Create custom SNMP Trap Managers that automate any process
  • Create custom SNMP Agent applications that report statistics on software applications or attached devices
  • The Manager and Agent components provide full drag/drop integration into Visual Studio
  • The Manager component sends SNMP requests and receives responses and traps from SNMP agents. All encoding/decoding is automatic
    • The Timeout and MaxRetries properties are used to recover from dropped packets
    • Complete tables can be retrieved using a single method
    • "Inform" requests are fully supported
    • Synchronous methods return a response or table to the calling application, and can be used in ASP.NET
    • Responses to requests generated by asynchronous methods are reported by events
  • The Agent component generates responses to requests and can also initiate trap messages
    • An event is raised when each request is received
    • Default response messages are generated from OID (IID) values the application caches in the Variables property
  • The Message class is the base class for all SNMP messages:
    • The RequestMessage class is the base class for GetMessage, GetNextMessage, GetBulkMessage, SetMessage and InformMessage.
    • The TrapMessage class is an SNMPv1 trap
    • The NotifyMessage class is an SNMPv2+ trap
    • The ResponseMessage class is used by the Agent and Manager components, respectively, to encode and decode responses
  • The MibNodes class is used to manage MIB files and associated classes:
    • Standard MIB objects, traps and notifications from the SNMPv2 SMI (Structure of Management Information) are included as intrinsic classes
    • MIB Parser and Code Generator - C# and VB source code classes can be interactively generated from MIB files within the IDE
    • MIB Compiler - Mib classes derived from MibNode can be generated from MIB files and loaded on demand at runtime
  • No knowledge of SNMP message formats is required. Documentation provides basic theory of operation
  • Requires no system services beyond basic network transport (independent of Windows SNMP Service)

注意

还未完成翻译的产品说明, 我们提供了Google 翻译的连结方便您使用. 但请注意, 自动翻译有时候可能会有翻译错误.
强力驱动
在Firefox 和Opera 需要Flash.

产品搜索

输入搜索词:

为什么从ComponentSource购买?

ComponentSource 提供独特的全球国际服务, 在世界各地共有超过1,000,000开发者客户.

更多讯息 | 关于我们

奖励 奖励