SNMP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elioth

    #1

    SNMP

    Hi,

    I want to send SNMP Message in VB 2005, How I can do it?


    Thanks for all help

    Elioth
  • Spam Catcher

    #2
    Re: SNMP

    =?Utf-8?B?RWxpb3Ro?= <Elioth@discuss ions.microsoft. comwrote in
    news:781ED536-4626-463F-8F89-24A73F8AF292@mi crosoft.com:
    Hi,
    >
    I want to send SNMP Message in VB 2005, How I can do it?
    IPWorks has a SNMP component - works great.

    Comment

    • Celioth

      #3
      Re: SNMP

      I want to make it in VB2005 without any component.

      Thanks for Help.

      Elioth

      Spam Catcher ha escrito:
      =?Utf-8?B?RWxpb3Ro?= <Elioth@discuss ions.microsoft. comwrote in
      news:781ED536-4626-463F-8F89-24A73F8AF292@mi crosoft.com:
      >
      Hi,

      I want to send SNMP Message in VB 2005, How I can do it?
      >
      IPWorks has a SNMP component - works great.

      Comment

      • Spam Catcher

        #4
        Re: SNMP

        "Celioth" <celioth@gmail. comwrote in news:1158940472 .209354.134170
        @i42g2000cwa.go oglegroups.com:
        I want to make it in VB2005 without any component.
        >
        Thanks for Help.
        A co-worker of mine wrote a pure SNMP class which uses the socket classes
        to parse the data - too much trouble if you ask me. You would save $$$ by
        just buying the IPWorks components.

        If you're monitoring a Windows system, take a look at WMI - you can access
        it directly from Windows/.NET.

        Comment

        Working...