Guest Spin Posted May 28, 2008 Posted May 28, 2008 Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries? Gurus, Running Windows Server 2003 SP2 with SNMP installed. The read-only community string for this machine and all others in the environment is Public. Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries from machine to machine? Like an SNMP GET for example? -- Spin
Guest Nonapeptide@gmail.com Posted May 28, 2008 Posted May 28, 2008 Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? On May 28, 1:18 pm, "Spin" <S...@invalid.com> wrote: > Gurus, > > Running Windows Server 2003 SP2 with SNMP installed. The read-only > community string for this machine and all others in the environment is > Public. Is there a CMD-line utility built-in to Windows which will allow me > to perform SNMP queries from machine to machine? Like an SNMP GET for > example? > > -- > Spin Check out Ye Olde TechNet Library: http://www.activexperts.com/activmonitor/functions/snmp/ Also, look up a few heirarchies to the following super-category: http://technet2.microsoft.com/windowsserver/en/library/978683e3-b1d9-4733-98a2-31085c43c1171033.mspx?mfr=true Does that help?
Guest Nonapeptide@gmail.com Posted May 28, 2008 Posted May 28, 2008 Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? On May 28, 1:19 pm, Nonapept...@gmail.com wrote: > On May 28, 1:18 pm, "Spin" <S...@invalid.com> wrote: > > > Gurus, > > > Running Windows Server 2003 SP2 with SNMP installed. The read-only > > community string for this machine and all others in the environment is > > Public. Is there a CMD-line utility built-in to Windows which will allow me > > to perform SNMP queries from machine to machine? Like an SNMP GET for > > example? > > > -- > > Spin > > Check out Ye Olde TechNet Library:http://www.activexperts.com/activmonitor/functions/snmp/ > > Also, look up a few heirarchies to the following super-category:http://technet2.microsoft.com/windowsserver/en/library/978683e3-b1d9-... > > Does that help? Sorry, that first link was in error. It should have been: http://technet2.microsoft.com/windowsserver/en/library/978683e3-b1d9-4733-98a2-31085c43c1171033.mspx?mfr=true Pardon the confusion.
Guest Spin Posted May 28, 2008 Posted May 28, 2008 Re: Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries? <Nonapeptide@gmail.com> wrote in message news:c5cfc3c6-5b60-4e45-b65e-a6b254317a7e@p39g2000prm.googlegroups.com... On May 28, 1:19 pm, Nonapept...@gmail.com wrote: > >Sorry, that first link was in error. It should have been: >http://technet2.microsoft.com/windowsserver/en/library/978683e3-b1d9-4733-98a2-31085c43c1171033.mspx?mfr=true > >Pardon the confusion. Thx, but wasn't really what I was looking for. Evntcmd is really just an Event to Trap Translator. I need something which will allow me to do SNMP GETs.
Guest Nonapeptide@gmail.com Posted May 29, 2008 Posted May 29, 2008 Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? On May 28, 4:35 pm, "Spin" <S...@invalid.com> wrote: > <Nonapept...@gmail.com> wrote in message > > news:c5cfc3c6-5b60-4e45-b65e-a6b254317a7e@p39g2000prm.googlegroups.com... > On May 28, 1:19 pm, Nonapept...@gmail.com wrote: > > > > >Sorry, that first link was in error. It should have been: > >http://technet2.microsoft.com/windowsserver/en/library/978683e3-b1d9-... > > >Pardon the confusion. > > Thx, but wasn't really what I was looking for. Evntcmd is really just an > Event to Trap Translator. I need something which will allow me to do SNMP > GETs. Ah. In that case, it seems that you may have to resort to using WMI. However, I think WMI will only retrieve information from other Windows machines, so any non Windows devices that you have won't be polled. =(
Guest Spin Posted May 29, 2008 Posted May 29, 2008 Re: Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allow me to perform SNMP queries? <Nonapeptide@gmail.com> wrote in message news:c9620b4b-06e7-440e-934f-cd0136f64add@u12g2000prd.googlegroups.com... >Ah. In that case, it seems that you may have to resort to using WMI. >However, I think WMI will only retrieve information from other Windows >machines, so any non Windows devices that you have won't be polled. =( Not bad idea at all. Is there an example syntax in WMI in which I could perform an operation similar to an SNMP GET? In this environment, all devices are Windows machines.
Guest Nonapeptide@gmail.com Posted May 29, 2008 Posted May 29, 2008 Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? Re: Is there a CMD-line utility built-in to Windows which will allowme to perform SNMP queries? On May 29, 4:46 am, "Spin" <S...@invalid.com> wrote: > <Nonapept...@gmail.com> wrote in message > > news:c9620b4b-06e7-440e-934f-cd0136f64add@u12g2000prd.googlegroups.com... > > >Ah. In that case, it seems that you may have to resort to using WMI. > >However, I think WMI will only retrieve information from other Windows > >machines, so any non Windows devices that you have won't be polled. =( > > Not bad idea at all. Is there an example syntax in WMI in which I could > perform an operation similar to an SNMP GET? In this environment, all > devices are Windows machines. A standard Google search showed some promising returns: http://www.google.com/search?q=%22snmp+get%22+wmi Especially look through this thread: http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22685514.html And then there's this one: http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21639833.html Oh, and this one! http://www.pcreview.co.uk/forums/thread-1412311.php If you don't have an Ex-Ex account, sign up for a free one (yes, a free one... not the "trial" account that they try and hook you into) here: http://www.experts-exchange.com/registerFree2.jsp?rsid=130&redirectURL=%2FbillingInfo.jsp
Recommended Posts