G'day. I'm trying to setup a tru64 v5.1a system's snmpd.conf so that it
will allow two specific IPs to be in the same community. Docs/man pages
don't really show that case.
Obvious possibilities are:
option #1:
community [string_1] [ip #1] read
community [string_1] [ip #2] read
This actually works, but complains at startup that [string_1] is
already defined.
option #2:
community [string_1] [ip #1],[ip #2] read
which doesn't work at all - snmpd doesn't start.
So, what is the *right* way to do this?
TIA!
Judith Reed
jreed001_at_twcny.rr.com
Received on Wed Mar 17 2004 - 22:05:44 NZDT