[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: snmpset
You were reading correctly, the SuSE 6.4 box I ran that on has the stock
ucd-snmp package installed. One of the binaries in there is snmpset.
The man page is linked right off of the main page I included there... :)
http://ucd-snmp.ucdavis.edu/man/snmpset.html
There's a whole bunch of stuff that's part of ucd-snmpd. I don't know
enough about snmp to really comment further than that... It's one of the
technologies I'm playing with now to learn a bit more about.
--Danny
On Sun, Aug 06, 2000 at 01:12:36PM -0500, CJM wrote:
> well, i was curious because with OV's snmpset you can use cron to schedule
> tftp downloads of configs from ciscos. it looks like udc-snmp only comes
> with a couple of binaries, snmpd, and snmptrapd, which neither seems to do
> the trick.
> am i reading incorrectly, or do you have snmpset on the linux box you show
> in your last email's example?
>
> cjm
>
> On Sun, 6 Aug 2000, Danny Sauer wrote:
>
> > On Fri, Aug 04, 2000 at 05:41:15PM -0500, Charles Menzes wrote:
> > > Is anyone out there familiar with snmpset, which may or may not be
> > > something proprietary to HP Openview?
> > > Just curious to know if there is a similiar binary that runs under linux
> > > that will accept an snmp string as an argument and then process a series
> > > of mibs
> > >
> > > e.g.
> > >
> > > /usr/OV/bin/snmpset -c <string> a.b.c.d <mib>
> >
> > Perhaps you should look into ucd-snmp
> >
> > |sauer@stu:~ [Sun Aug 6 12:07pm]
> > |-$> whatis snmpset
> > snmpset (1) - communicates with a network entity using SNMP SET Requests.
> > |sauer@stu:~ [Sun Aug 6 12:08pm]
> > |-$> rpm -qf `which snmpset`
> > ucdsnmp-4.0.1-46
> > |sauer@stu:~ [Sun Aug 6 12:08pm]
> > |-$> rpm -qi ucdsnmp-4.0.1-46 | grep http
> > URL : http://ucd-snmp.ucdavis.edu/
> >
> > --Danny, using ucdsnmp pretty much just for MRTG...
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.
- Follow-Ups:
- Re: snmpset
- From: Charles Menzes <charles@lunarmedia.net>