Ken, Probably the easiest way is to use the extensible functionalities of the UCD-SNMP package. What this package does is allow you to 'create' your own OID's, under the ucd entrprise number, that execute functions on what is essentially a command line. You can have it execute shell scripts or perl scripts or unscripted commands. Or you can use the "Pass Through Control" (quoted from snmpd.conf) capability of UCD-SNMP. ############################################################################### # Pass through control. ############################################################################### # # pass MIBOID EXEC-COMMAND # # This will pass total control of the mib underneath the MIBOID # portion of the mib to the EXEC-COMMAND. # # Example: (see the script for details) pass .1.3.6.1.4.1.2021.255 /bin/sh /tmp/passtest # % snmpwalk -v 1 localhost public .1.3.6.1.4.1.2021.255 # enterprises.ucdavis.255.1 = "life the universe and everything" # enterprises.ucdavis.255.2.1 = 42 # enterprises.ucdavis.255.2.2 = OID: 42.42.42 # enterprises.ucdavis.255.3 = Timeticks: (363136200) 42 days, 0:42:42 # enterprises.ucdavis.255.4 = IpAddress: 127.0.0.1 # enterprises.ucdavis.255.5 = 42 # enterprises.ucdavis.255.6 = Gauge: 42 # # % snmpset -v 1 localhost public .1.3.6.1.4.1.2021.255.1 s "New string" # enterprises.ucdavis.255.1 = "New string" # # For specific usage information, see the man/snmpd.conf.5 manual page # as well as the local/passtest script used in the above example. ############################################################################### # Further Information # # See the snmpd.conf manual page, and the output of "snmpd -H". This should accomplish what you want. -Tim On Sun Nov 05, 2000 at 06:45:00PM -0600, Ken Kirchner wrote: > > > Hello all, I'm looking for some software that will collect SNMP > information from several SNMP agents, then turn around and act as an SNMP > agent itself providing the information is has collected. I would like to > do this to reduce the number of SNMP sessions over a particular segment to > one instead of the multiple ones that are occuring now. > > Anyone seen such a beast? > > -- > Ken Kirchner : kenk@shreve.net > Assitant System Administrator : Tel (318)222-2638 > ShreveNet, Inc. : Fax (318)213-2650 > > ShreveNet - Your Premium Internet Service Provider! > > > -- > Unsubscribe mailto:mrtg-request@list.ee.ethz.ch?subject=unsubscribe > Archive http://www.ee.ethz.ch/~slist/mrtg > FAQ http://faq.mrtg.org Homepage http://www.mrtg.org > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Timothy Kennedy Network Operations Manager YellowBrix, Inc. tkennedy@yellowbrix.com Cell: 703-216-5957 -- Binary/unsupported file stripped by Listar -- -- Err : No filename to use for decode, file stripped. -- Type: application/pgp-signature -- Unsubscribe mailto:mrtg-request@list.ee.ethz.ch?subject=unsubscribe Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi