I am running on HP-UX 11.31 servers, with both HP's SnmpAgent and net-snmp running at the same time, with net-snmp on port 1161 and SnmpAgent on the default port 161...
I am trying to use both to resolve an auditor requirement for snmp to use v3 only... Afterwards I can do an snmpwalk on the localhost and they run fine, but if I try to do an snmpwalk between the two servers it fails with: snmpwalk: Timeout (Sub-id not found: (top) -> sysDescr) Not sure at this point where to turn to resolve this issue... Any assistance would be appreciated.. Copy of both snmpd.conf files are attached.. root@tmovdb02:[/root]:=>grep snmp /etc/services snmp 161/udp snmpd # Simple Network Management Protocol Agent snmp-trap 162/udp trapd # Simple Network Management Protocol Traps # net-snmp net-snmp 1161/udp net-snmpd # Simple Network Management Protocol Agent net-snmp-trap 1162/udp net-trapd # Simple Network Management Protocol Traps root@tmovdb02:[/root]:=> root@server1:[/root]: => snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.70:1161 sysName.0 < SNMPv2-MIB::sysName.0 = STRING: server1 root@server1:[/root]: => snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.70:1161 sysDescr < SNMPv2-MIB::sysDescr.0 = STRING: HP-UX server1 B.11.31 U ia64 root@server1:[/root]: => snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.71:1161 sysDescr < snmpwalk: Timeout (Sub-id not found: (top) -> sysDescr) root@server1:[/root]: => root@server2:[/root]:=> snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.71:1161 sysName.0 < SNMPv2-MIB::sysName.0 = STRING: server2 root@server2:[/root]:=> snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.71:1161 sysDescr < SNMPv2-MIB::sysDescr.0 = STRING: HP-UX server2 B.11.31 U ia64 root@server2:[/root]:=> snmpwalk -v 3 -u netcracker -l authNoPriv -a MD5 -A netcracker12345 10.195.32.70:1161 sysDescr < snmpwalk: Timeout (Sub-id not found: (top) -> sysDescr) root@server2:[/root]:=> root@server1:[/root]: =>lsof -i udp:161 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME snmpdm 22134 root 6u IPv4 0xe000000789759d00 0t0 UDP *:snmp (Idle) root@server1:[/root]: =>lsof -i udp:1161 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME snmpd 21453 root 6u IPv4 0xe000000783f94d00 0t0 UDP *:net-snmp (Idle) snmpd 21453 root 7u IPv6 0xe000000776fb9700 0t0 UDP *:net-snmp (Idle) root@server1:[/root]: => root@server2:[/root]:=>lsof -i udp:161 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME snmpdm 10153 root 6u IPv4 0xe0000007e3974700 0t0 UDP *:snmp (Idle) root@server2:[/root]:=>lsof -i udp:1161 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME snmpd 10149 root 6u IPv4 0xe0000007a3033700 0t0 UDP *:net-snmp (Idle) snmpd 10149 root 7u IPv6 0xe00000078a074080 0t0 UDP *:net-snmp (Idle) root@server2:[/root]:=> [root@server ~]# nmap -p 161 -sU -P0 10.195.32.70 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-06-18 18:00 EDT Interesting ports on server1 (10.195.32.70): PORT STATE SERVICE 161/udp open|filtered snmp Nmap finished: 1 IP address (1 host up) scanned in 2.052 seconds [root@server ~]# nmap -p 161 -sU -P0 10.195.32.71 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-06-18 18:00 EDT Interesting ports on server2 (10.195.32.71): PORT STATE SERVICE 161/udp open|filtered snmp Nmap finished: 1 IP address (1 host up) scanned in 2.053 seconds [root@server ~]# [root@server ~]# nmap -p 1161 -sU -P0 10.195.32.70 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-06-18 18:02 EDT Stats: 0:00:01 elapsed; 0 hosts completed (1 up), 1 undergoing UDP Scan UDP Scan Timing: About 50.00% done; ETC: 18:02 (0:00:01 remaining) Interesting ports on server1 (10.195.32.70): PORT STATE SERVICE 1161/udp open|filtered unknown Nmap finished: 1 IP address (1 host up) scanned in 2.052 seconds [root@server ~]# nmap -p 1161 -sU -P0 10.195.32.71 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2013-06-18 18:02 EDT Interesting ports on server2 (10.195.32.71): PORT STATE SERVICE 1161/udp open|filtered unknown Nmap finished: 1 IP address (1 host up) scanned in 2.054 seconds [root@server ~]# root@server1:[/root]: =>grep snmp /etc/services snmp 161/udp snmpd # Simple Network Management Protocol Agent snmp-trap 162/udp trapd # Simple Network Management Protocol Traps # net-snmp net-snmp 1161/udp net-snmpd # Simple Network Management Protocol Agent net-snmp-trap 1162/udp net-trapd # Simple Network Management Protocol Traps root@server1:[/root]: => root@server2:[/root]:=>grep snmp /etc/services snmp 161/udp snmpd # Simple Network Management Protocol Agent snmp-trap 162/udp trapd # Simple Network Management Protocol Traps # net-snmp net-snmp 1161/udp net-snmpd # Simple Network Management Protocol Agent net-snmp-trap 1162/udp net-trapd # Simple Network Management Protocol Traps root@server2:[/root]:=> ________________________________ NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected.
SnmpAgent_snmpd.conf
Description: SnmpAgent_snmpd.conf
Net-snmp_snmpd.conf
Description: Net-snmp_snmpd.conf
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev
_______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users