SNMP Component: SNMP .net component from SNMP Source
  Products Download Support Tutorial Purchase Contact Us

product

SNMP Component

MibViewer

Mib XML Converter


SNMP .NET Component (for V1, v2c and v3) 

Welcome to the home of SnmpSource .NET component. SnmpSource offers users a comprehensive toolkit for quick development of reliable and scalable SNMP-based management applications. SnmpSource component is a 100% powerful .net library for building cross-platform, real-time applications to monitor the network performance.

 snmp component: snmp .net component from snmp source
SNMP .NET Component Features

  • Multi SNMP version support: Complete support for SNMPv1 (RFC 1155, RFC 1157), SNMPv2c (RFC 3416) and SNMPv3.
  • Simple MIB file to XML convertion and display
  • Support SMIv1 and SMIv2
  • SNMPV3 support both DES and 128 bits AES encryption algorithms
  • SNMPV3 support both MD5 and SHA authentication algorithms
  • Synchronized and Asynchronized Snmp request 
  • Full set of C# and VB.net examples to perform many functionalities such as, SNMP GET, SNMP GETNEXT, SNMP BULK, SNMP WALK, SNMP TRAP, Mib XML Viewer etc.
  • Comes with 30 day trail period
  • Can be redistributed royalty-free as part of your application
  • Easy to use for .net developer
SNMP .NET Component FAQs


ABOUT PURCHASE

Is your online checkout process safe?

Yes.

  • The payment is done by PayPal official site. We do not store your credit card number
  • The payment is secure under SSL with 128bit encryption (Learn more about PayPal Encryption ).
  • With PayPal you also have fraud insurance (Learn more about PayPal Buyer Protection).
  • I do not have Paypal account. How can I check out?

    Don't have a PayPal account? No Problem.
  • Click the "Proceed to Checkout button" button
  • On PayPal login page, Click the "Continue" link of "Don't have a PayPal account".
  • Then you can pay securely using your credit card.

  • How long it takes to get the license key?

    We usually email out license key within 24 hours. Some mail servers may block messages sent by machine. If you cannot find the key in your Inbox folder or Junk Mail folder after 24 hours, please contact us at support@snmpsource.com. We are glad to send the key to you again.



    SNMP LIBRARY LICENSE ISSUE

    I purchased license and put it in the bin directory. Why do I still see the message: "Your evaluation has expired"?
    Please make sure:
  • you are using correct Snmpsource component library (V1, V2c and V3) Version or (V1 and V2c) version;

  • the license file name should be SnmpSource.snmp.lic exactly;

  • place the license file together with your component dll.




  • SNMP LIBRARY SUPPORT

    What is cost for support services?
    We provide free email support for our existing customers.

    What OS can your snmp library run?
    We tested our component on 2000, XP, 2003 server, Vista (32bits and 64bits), Windows 7 (32 bits and 64 bits).

    Does you snmp library support .net 3.5?
    Yes, we support .net framework version 2.0, 3.0 and 3.5.

    Can you give me an example on how to send SET command?
    Here is a code example on how to send set command.

    SnmpSession s1 = new SnmpSession();
    SnmpPdu pdu = new SnmpPdu();
    pdu.PduType = EnumPduType.SetPdu;
    SnmpVariable var = SnmpVariable.CreateSnmpVariable(oid, StringValue, SnmpVarType.STRING);
    pdu.AddRequestVariables(var);
    s1.SyncRequest(iPAddress, 161, pdu);

    Is MD5 authentification available receiving SNMP V3 Traps?
    Yes, the component can handle both MD5 and SHA for snmp v3 traps.

    Is DES encryption available receiving SNMP V3 Traps ?
    Yes, the component can use both DES and AES encryption methods.

    Can your product easily capture data with a .Net program running in a network with a lot of printers, copy machines, and servers?
    Yes. The snmp component can easily capture the data from any snmp server including your printer and copy machine as long as they provide snmp service.