On Fri, Jun 17, 2005 at 04:47:07PM IST, Rakotomandimby (R12y) Mihamina <[EMAIL PROTECTED]> incoherently babbled:
Hello, > root-mail>>>>dpkg -l | grep snmp > ii libnet-snmp-pe 5.0.1-1 Script SNMP connections > ii libsnmp-base 5.1.2-6.1 NET SNMP (Simple Network Management Protocol > ii libsnmp-perl 5.1.2-6.1 NET SNMP (Simple Network Management Protocol > ii libsnmp-sessio 1.07-1 Perl support for accessing SNMP-aware device > ii libsnmp4.2 4.2.5-5 NET SNMP (Simple Network Management Protocol > ii libsnmp5 5.1.2-6.1 NET SNMP (Simple Network Management Protocol > ii snmp 5.1.2-6.1 NET SNMP (Simple Network Management Protocol > ii snmpd 5.1.2-6.1 NET SNMP (Simple Network Management Protocol > ii snmptrapfmt 1.08 A configurable snmp trap handler daemon for > root-mail>>>> cfgmaker --global 'WorkDir: /var/www/mrtg' --output > /etc/mrtg.cfg [EMAIL PROTECTED] --base: Get Device Info on > [EMAIL PROTECTED]: SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.1.9.1.4.9) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089820 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 733 > --base: Vendor Id: > --base: Populating confcache > --coca: populate confcache [EMAIL PROTECTED]: --coca: Skipping ifName > scanning because [EMAIL PROTECTED]: does not seem to support it --coca: > Skipping ifDescr scanning because [EMAIL PROTECTED]: does not seem to > support it --coca: Skipping ifType scanning because [EMAIL PROTECTED]: does > not seem to support it --coca: Skipping ipAdEntIfIndex scanning because > [EMAIL PROTECTED]: does not seem to support it --coca: Skipping > ifPhysAddress scanning because [EMAIL PROTECTED]: does not seem to support > it --base: Get Interface Info > --base: Walking ifIndex > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.1) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089826 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.1 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 144 > --base: Walking ifType > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.3) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089827 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.3 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 144 > --base: Walking ifAdminStatus > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.7) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089828 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.7 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 144 > --base: Walking ifOperStatus > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.8) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089829 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.8 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 144 > --base: Walking ifMtu > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.4) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089830 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.4 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 144 > --base: Walking ifSpeed > SNMP Error: > Received SNMP response with error code > error status: noSuchName > index 1 (OID: 1.3.6.1.2.1.2.2.1.5) > SNMPv1_Session (remote host: "127.0.0.1" [127.0.0.1].161) > community: "public" > request ID: 106089831 > PDU bufsize: 8000 bytes > timeout: 2s > retries: 5 > backoff: 1) > at /usr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.5 on [EMAIL PROTECTED]::::::v4only > at /usr/bin/cfgmaker line 183 These snmp errors you are getting look like there is no "public" snmp community, so you're being denied access by snmpd when you're trying to make your mrtg config. Can you try doing this as a test: snmpwalk -v 2c -c public 127.0.0.1 and see if you get a timeout error or some output. If you get output, then snmpd is configured properly and you need to look at the arguements you're giving MRTG's cfgmaker. If youget a timeout error, you need to take a look at your snmpd.conf -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ If Python is executable pseudocode, then perl is executable line noise.
pgpIKwn1qtbpv.pgp
Description: PGP signature