I would like to be able to set up or change the community
string, trap destinations and security settings for
multiple servers from a central console. Has anyone seen
a tool that will do this? SMS? Script? Thanks in
advance!

Re: SNMP Security Questions by Ozone

Ozone
Mon Mar 01 11:30:08 CST 2004

These settings are kept in the registry so you should be able to write a
simple script to change these values to what ever you need them to be.
Before you run the script, stop the SNMP Service, make the changes in the
reg, and restart the service. This all can be done in the same script, and
then simply run it on all of you servers as need. You could also get
creative and have the script read an input file of server names to really
automate the process.

Ozone
"DeepDoc1" <anonymous@discussions.microsoft.com> wrote in message
news:49f801c3ff99$2bbb24f0$a301280a@phx.gbl...
> I would like to be able to set up or change the community
> string, trap destinations and security settings for
> multiple servers from a central console. Has anyone seen
> a tool that will do this? SMS? Script? Thanks in
> advance!