Moran, Brian wrote: > Thanks for the help Mike - I ran /etc/init.d/snmpd stop and then snmpd -Le -C > -c /etc/snmp/snmpd.conf :10161, then checked for open ports and it only shows > smux port 199 as open. Here is the output: > > snmpd -Le -C -c //etc/init.d/snmpd stop > Stopping network management services:Received TERM or STOP signal... > shutting down... > snmpd snmptrapd. > [EMAIL PROTECTED]:~# snmpd -Le -C -c /etc/snmp/snmpd.conf :10161 > 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() > NET-SNMP version 5.4.1 > [smux_accept] accepted fd 7 from 127.0.0.1:57894 > [smux_accept] accepted fd 7 from 10.1.1.2:48005
Fine. Now run: snmpwalk -c public -v2c localhost:10161 .1 Do you get the expected output? +Thomas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
