> Starting snmp daemon (service snmpd start) at myhost
> has some error messages at the log:
> # cat /var/log/snmpd.log
> netsnmp_assert !"registration != duplicate" failed
>      agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
>     agent_registry.c:535 netsnmp_subtree_load()
> netsnmp_assert !"registration != duplicate" failed
>     agent_registry.c:535 netsnmp_subtree_load()

You can ignore those.
(See Offical Patch #1805971)


> $ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A 12345678
>                 -x DES -X 87654321 tulip sysUpTime
> sysUpTimeInstance = Timeticks: 2 days, 6:58:17.00

OK - so snmpwalk is picking up the MIB files OK.

> $ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A 12345678
>                 -x DES -X 87654321 myhost sysUpTime
> snmpwalk: Timeout (Sub-id not found: (top) ->sysUpTime)

I'm beginning to wonder whether the "Sub-id" found message
might be a red herring.


How about an answer to my other question:
> b)  What are the access control settings on the target agent?  [i.e. 'myhost']
>      Is the user "admin" set up on that system?
>      Are you sure that the authentication/privacy params are correct?


I'd also suggest looking at any firewall settings on that box.
What happens if you run

$ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A 12345678
                -x DES -X 87654321 localhost sysUpTime

from 'myhost' itself?

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to