<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sending snmp traps in openVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384807#M94030</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...] how can I do this ?&lt;BR /&gt;&lt;BR /&gt;sprintf()?  strcat()?&lt;BR /&gt;&lt;BR /&gt;How much don't you know about C programming?</description>
    <pubDate>Tue, 24 Mar 2009 04:12:30 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-03-24T04:12:30Z</dc:date>
    <item>
      <title>sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384792#M94015</link>
      <description>hi !&lt;BR /&gt;I can send snmp traps from a dcl command job as follows , my question is can anyone guide me to do the same from DEC C ?  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;snmp_trapsnd 1.3.6.1.6.3.1.1.4.1.0  local 0 0 0  "-v2c" -h 10.100.10.112 -D "TEST MESSAGE FROM node1 USING TCP SNMP TRAP"</description>
      <pubDate>Sat, 21 Mar 2009 02:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384792#M94015</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-21T02:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384793#M94016</link>
      <description>&lt;!--!*#--&gt;You mean other than system() or LIB$SPAWN()?&lt;BR /&gt;&lt;BR /&gt;Find some source code for snmp_traps[e]nd,&lt;BR /&gt;and steal it?&lt;BR /&gt;&lt;BR /&gt;(Read the RFC, and write your own?)</description>
      <pubDate>Sat, 21 Mar 2009 12:19:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384793#M94016</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-21T12:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384794#M94017</link>
      <description>If what is included in the manual "HP TCP/IP Services for OpenVMS SNMP Programming and Reference" and in the SNMP-related RFCs is insufficient for your requirements, then look to Google and look to the ITRC discussion where somebody last asked this: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1247180" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1247180&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;including at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/net-snmp/" target="_blank"&gt;http://sourceforge.net/projects/net-snmp/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/1117" target="_blank"&gt;http://64.223.189.234/node/1117&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Mar 2009 14:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384794#M94017</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-21T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384795#M94018</link>
      <description>hi Hoff !&lt;BR /&gt;&lt;BR /&gt;in your earlier reponse to this topic you had mentioned 'or you could haul over netsnmp or one of the perl modules' ... how can I use perl module to send the snmp trap ?</description>
      <pubDate>Mon, 23 Mar 2009 12:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384795#M94018</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-23T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384796#M94019</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;'or you could haul over netsnmp or one of the perl modules' ... how can I use perl module to send the snmp trap ?&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;There's Net::SNMP ,see e.g.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://search.cpan.org/~dtown/Net-SNMP-5.2.0/lib/Net/SNMP.pm#trap()_-_send_a_SNMP_trap_to_the_remote_manager" target="_blank"&gt;http://search.cpan.org/~dtown/Net-SNMP-5.2.0/lib/Net/SNMP.pm#trap()_-_send_a_SNMP_trap_to_the_remote_manager&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin&lt;BR /&gt;&lt;BR /&gt;Disclaimer: I haven't tried it, but the requirements make it look doable.</description>
      <pubDate>Mon, 23 Mar 2009 15:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384796#M94019</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2009-03-23T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384797#M94020</link>
      <description>hi Martin !&lt;BR /&gt;this url is not working :(&lt;BR /&gt;can you please check ? also is NET:SNMP is a third party product ?</description>
      <pubDate>Mon, 23 Mar 2009 17:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384797#M94020</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-23T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384798#M94021</link>
      <description>Ahmad,&lt;BR /&gt;&lt;BR /&gt;the URL worked when I clicked it. If it doesn't work for you, go to &lt;A href="http://search.cpan.org/" target="_blank"&gt;http://search.cpan.org/&lt;/A&gt; and enter Net::SNMP (that's TWO colons) in the search box.&lt;BR /&gt;&lt;BR /&gt;Net::SNMP is a Perl module that needs a few other prerequisite modules to be installed, but it does not (AFAICT) rely on other libraries like net-snmp.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 23 Mar 2009 17:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384798#M94021</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2009-03-23T17:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384799#M94022</link>
      <description>Thanks Martin!&lt;BR /&gt;&lt;BR /&gt;ok the url is working now for me ,below is the function to send trap but I dont see anywhere how to specify the msg you want to send as trap ?  this is the dcl command I use to send trap msg :&lt;BR /&gt;&lt;BR /&gt;snmp_trapsnd 1.3.6.1.6.3.1.1.4.1.0  local 0 0 0  "-v2c" -h 10.100.10.112 -D "TEST MESSAGE"&lt;BR /&gt;&lt;BR /&gt;how can I send the above test msg to the server using the function below ?&lt;BR /&gt;&lt;BR /&gt; $result = $session-&amp;gt;trap(&lt;BR /&gt;                          [-delay           =&amp;gt; $seconds,]   # non-blocking &lt;BR /&gt;                          [-enterprise      =&amp;gt; $oid,]&lt;BR /&gt;                          [-agentaddr       =&amp;gt; $ipaddress,]&lt;BR /&gt;                          [-generictrap     =&amp;gt; $generic,]&lt;BR /&gt;                          [-specifictrap    =&amp;gt; $specific,]&lt;BR /&gt;                          [-timestamp       =&amp;gt; $timeticks,]&lt;BR /&gt;                          -varbindlist      =&amp;gt; \@oid_value,&lt;BR /&gt;                       );</description>
      <pubDate>Mon, 23 Mar 2009 20:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384799#M94022</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-23T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384800#M94023</link>
      <description>How is a perl method better than, say,&lt;BR /&gt;snmp_trapsnd + system() "from DEC C"?</description>
      <pubDate>Mon, 23 Mar 2009 21:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384800#M94023</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-23T21:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384801#M94024</link>
      <description>hi Steven !&lt;BR /&gt;&lt;BR /&gt;I dont know of a way to send snmp trap from dECC .. thats why i started this thread. are you saying its possible ? tell me how</description>
      <pubDate>Mon, 23 Mar 2009 21:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384801#M94024</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-23T21:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384802#M94025</link>
      <description>Steven !&lt;BR /&gt;if you can help me write this snmp_trap for DEC C i would be greatful. First of all where do I get the source code of snmp_trapsend?</description>
      <pubDate>Mon, 23 Mar 2009 21:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384802#M94025</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-23T21:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384803#M94026</link>
      <description>&lt;!--!*#--&gt;I know approximately nothing about SNMP.  I&lt;BR /&gt;_do_ know how to run a program using the&lt;BR /&gt;system() function.&lt;BR /&gt;&lt;BR /&gt;show symbol snmp_trapsnd&lt;BR /&gt;&lt;BR /&gt;alp $ type snmp.c&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main( void)&lt;BR /&gt;{&lt;BR /&gt;    int sts;&lt;BR /&gt;    char *cmd = "mcr tcpip$snmp_trapsnd.exe\&lt;BR /&gt; 1.3.6.1.6.3.1.1.4.1.0 local 0 0 0 -v2c -h 10.100.10.112";&lt;BR /&gt;&lt;BR /&gt;    printf( " cmd: &amp;gt;%s&amp;lt;.\n", cmd);&lt;BR /&gt;    sts = system( cmd);&lt;BR /&gt;&lt;BR /&gt;    printf( " sts = %%x%08x.\n", sts);&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;alp $ cc snmp&lt;BR /&gt;alp $ link snmp&lt;BR /&gt;alp $ run snmp&lt;BR /&gt; cmd: &amp;gt;mcr tcpip$snmp_trapsnd.exe 1.3.6.1.6.3.1.1.4.1.0 local 0 0 0 -v2c -h 10.1&lt;BR /&gt;00.10.112&amp;lt;.&lt;BR /&gt; sts = %x00000001.&lt;BR /&gt;&lt;BR /&gt;Around here, no one seems to know what "-D"&lt;BR /&gt;does (with or without quotation marks):&lt;BR /&gt;&lt;BR /&gt;ALP $ mcr tcpip$snmp_trapsnd.exe 1.3.6.1.6.3.1.1.4.1.0 local 0 0 0 -v2c -h 10.10&lt;BR /&gt;0.10.112 -D "TEST MESSAGE FROM node1 USING TCP SNMP TRAP"&lt;BR /&gt;Unexpected arguments.&lt;BR /&gt;#snmp_trapsnd enterprise agent-address generic specific timeticks&lt;BR /&gt;[-v version] [-c community] [-h host] [-p port] [-tcp] {variable [type value]}&lt;BR /&gt;&lt;/STDLIB.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Tue, 24 Mar 2009 02:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384803#M94026</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-24T02:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384804#M94027</link>
      <description>hi Steven !&lt;BR /&gt;as you see below without the "D" argument snmp command does not work . I found out somewhere someone using it thats how I learned. so assuming this is the right command I have to use how can I put it in the C program cause its using double quotes ?&lt;BR /&gt;&lt;BR /&gt;This is a perfectly working command and &lt;BR /&gt;we are using it .&lt;BR /&gt;&lt;BR /&gt;NODE1$ snmp_trapsnd 0.0 local 0 0 0 -h 10.100.18.245 -v2c 1.3.6.1.6.3.1.1.4.1.0 &lt;BR /&gt;"D" " TEST MSG "  &lt;BR /&gt;&lt;BR /&gt;if I omit the "D" or dont use it the command&lt;BR /&gt;does not work.&lt;BR /&gt;&lt;BR /&gt;NODE1$ snmp_trapsnd 0.0 local 0 0 0 -h 10.100.18.245 -v2c 1.3.6.1.6.3.1.1.4.1.0 &lt;BR /&gt;" " " TEST MSG "&lt;BR /&gt;Unknown data type code  &lt;BR /&gt;Invalid variable list.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 02:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384804#M94027</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-24T02:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384805#M94028</link>
      <description>I tried to construct the command string as follows but no luck :&lt;BR /&gt;&lt;BR /&gt;   char *cmd = "mcr sys$system:tcpip$snmp_trapsnd.exe 0.0 local 0 0 0 -h 10.100.18.245 -v2c 1.3.6.1.6.3.1.1.4.1.0 "D" "test"";&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 03:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384805#M94028</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-24T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384806#M94029</link>
      <description>I fixed the issue as follows :&lt;BR /&gt;&lt;BR /&gt; char *cmd = "mcr sys$system:tcpip$snmp_trapsnd.exe 0.0 local 0 0 0 -h 10.100.18.245 -v2c 1.3.6.1.6.3.1.1.4.1.0 \"D\" \"&amp;lt;&lt;PARAMETER here=""&gt; \"";&lt;BR /&gt;&lt;BR /&gt;now my second problem ... i need to pass the message part as parameter .. how can I do this ?&lt;BR /&gt;&lt;/PARAMETER&gt;</description>
      <pubDate>Tue, 24 Mar 2009 03:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384806#M94029</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-24T03:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384807#M94030</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] how can I do this ?&lt;BR /&gt;&lt;BR /&gt;sprintf()?  strcat()?&lt;BR /&gt;&lt;BR /&gt;How much don't you know about C programming?</description>
      <pubDate>Tue, 24 Mar 2009 04:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384807#M94030</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-24T04:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384808#M94031</link>
      <description>haha not much ..i was googling it now</description>
      <pubDate>Tue, 24 Mar 2009 04:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384808#M94031</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-24T04:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384809#M94032</link>
      <description>Sami, if you're going to be working here, get thee to a C programming class, and quite possibly into an IP networking class, too.  The system() call is one of the more commonly-used routines used when coding in C, for instance.  It appears that somebody (your boss?) has tossed you into the very deep end of the proverbial pool here (was it those pesky programmers you've referred to? or your manager?), and you really need some familiarity with IP and C before you get too far or too frustrated here.  &lt;BR /&gt;&lt;BR /&gt;If it's your manager that tossed you into this proverbial pool, then this is your opportunity to request training or books or more formal assistance (which helps your manager deliver on his/her commitments, and it also helps you) on these topics.  I would strongly encourage you to work with your manager here, rather than with ITRC.  ITRC really isn't going to help you through this, though.  That's your manager's job.&lt;BR /&gt;&lt;BR /&gt;There's no API for sending traps on OpenVMS, it's done through a C or Perl or Lua or other SNMP-related library that you must port over (or find somebody to port it for you) and there's no source code for the snmp_trapsnd tool (ask HP for that).&lt;BR /&gt;&lt;BR /&gt;There's some basic SNMP source code stuff in &lt;BR /&gt;&lt;BR /&gt;SYS$COMMON:[SYSHLP.EXAMPLES.TCPIP.SNMP]&lt;BR /&gt;&lt;BR /&gt;but I'd not expect that code to get anywhere near what you're looking for here.  &lt;BR /&gt;&lt;BR /&gt;Your application programming interface is going to require the Perl or Lua or C or (pick your preferred OpenVMS language) SNMP library.  A library which you're going to have to port, or get somebody to port for you.&lt;BR /&gt;&lt;BR /&gt;I've had various tussles with TCP/IP Services and C in this area over the years.  It's not a very forgiving area.&lt;BR /&gt;&lt;BR /&gt;Did some quick digging using Google and there's no obvious solution here that doesn't also involve a library such as net-snmp.  The snmptrap command in Mac OS X source pool is based on a C module that looks to call into the net-snmp library, for instance.  And the Lua stuff all uses a LuaSNMP library.  You could certainly use the RFC to build the full RFC-specified data and toss that over, but (for now) the system() of the command is almost certainly the easiest approach.&lt;BR /&gt;&lt;BR /&gt;As for the "-d" switch on the command (I prefer to quote those switches, unless I know I'm running with the ODS-5 extended parsing enabled within DCL), that's a packet dump request, based on what's in the documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/6530/6530pro_005.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/6530/6530pro_005.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'd guess that you don't have extended parsing enabled here, and thus that the usual (and somewhat weird) C argument processing rules apply.  DCL upcases its stuff, and the switch and the rest of the command is converted to lowercase when gets to C, so your -D is showing up at snmp_trapsnd as the -d switch. &lt;BR /&gt;&lt;BR /&gt;And again, work with your manager.  That'll help you get trained; it'll help your manager deliver on his/her commitments through your improved skills. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 14:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384809#M94032</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-03-24T14:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: sending snmp traps in openVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384810#M94033</link>
      <description>thanks everyone for the valuable feedback. we solved this problem by putting the snmp command in a dcl script and then calling that dcl script via lib$spawn in C. &lt;BR /&gt;</description>
      <pubDate>Sun, 29 Mar 2009 16:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-snmp-traps-in-openvms/m-p/4384810#M94033</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2009-03-29T16:09:26Z</dc:date>
    </item>
  </channel>
</rss>

