little question about snmp

Ask a Question related to AIX, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. php-snmp
      The function snmp_getnext() not exist in php-snmp, and I need it ! Could you help me ? Thanks, Tuxette
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: little question about snmp

    "Joom" <jmeyer@pax.ch> writes:
    > 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?
    It appears that something is attempting to query your host's SNMP
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139