
This directory contains some sample SNMP agents. This is experimental
work, but it might give you some examples how to do your own little
agent with scotty.

The main agent is in snmpd. It includes extensions which should be
defined in separate files. The files currently available are:

	tubs.tcl	- implements some experimental extensions
			  we use for debugging etc.

	mlm.tcl		- some experimentation with the mlm MIB as
			  defined in an internet draft (see
			  draft-levi-snmp-mid-level-mgr-00.txt)


*** WARNING !!! ***

Implementing MIBS can be quite dangerous to your system security! For
example, the tubs.tcl code contains a simple tclEvalTable which can be
store arbitrary tcl commands which are executed by the agent. This can
be used by everyone allowed to perform sets on your agent! So choose
good community strings, or better use MD5 authentication (which is not
very well tested) or even better do not evaluate arbitrary commands!

*** YOU HAVE BEEN WARNED !!! ***

If you would are still interested to test our MIB, please make sure to
run the daemon on an account that can't do harm to your system.


							Juergen
