Ask a Question related to AIX, Design and Development.
-
Joom #1
little question about snmp
in /usr/tmp/snmpd.log
.....
06/22/03 18:44:51 EXCEPTIONS: authentication error: invalid community name:
xyz
06/25/03 18:43:08 EXCEPTIONS: authentication error: invalid community name:
xyz
06/25/03 18:43:18 EXCEPTIONS: authentication error: invalid community name:
xyz
06/25/03 18:43:28 EXCEPTIONS: authentication error: invalid community name:
xyz
06/25/03 18:43:38 EXCEPTIONS: authentication error: invalid community name:
xyz
I don't find the name xyz in the file snmpd.conf and I don't know from where
this name comes.
As anyone an idea?
jmm
Joom Guest
-
Namespace question for new SNMP modules
I'm currently working on releasing a new distribution which I'm calling Class::SNMP. As this is my first release to CPAN, I'm a bit apprehensive... -
php-snmp
The function snmp_getnext() not exist in php-snmp, and I need it ! Could you help me ? Thanks, Tuxette -
SNMP.pm
Hi all, I' trying to get the IfType from my router with a script that uses the SNMP.pm module. It works fine, but he refuse to translate the ATM... -
UCD-SNMP / NET-SNMP config for hostmib AIX 4.3.3
Has anyone ever configured/used hostmib variables for AIX v4.3.3? I want to get hostmib statistics (RFC-1514) like storage/cpu and so on from a... -
Activestate net::SNMP question
Hi I was hoping to use the net::SNMP module to dump all hardware addresses in a switches table and find what port they each are on and have... -
Todd H. #2
Re: little question about snmp
"Joom" <jmeyer@pax.ch> writes:
It appears that something is attempting to query your host's SNMP> in /usr/tmp/snmpd.log
> ....
> 06/22/03 18:44:51 EXCEPTIONS: authentication error: invalid community name: xyz
>
> I don't find the name xyz in the file snmpd.conf and I don't know from where
> this name comes.
> As anyone an idea?
agent, and it's using the wrong community string.
Crank up the logging level in snmpd.conf and perhaps you can find the
IP address of the SNMP manager that's attempting this query and put a
stop to it.
Or better still, use tcp wrappers to reject all inbound SNMP
connections on TCP/UDP 161/162 unless you have a legitimate need for
external SNMP managers to query your SNMP agent on that box.
Best Regards,
--
Todd H.
[url]http://www.toddh.net/[/url]
Todd H. Guest



Reply With Quote

