I have a proxmox 5.2 machine (4.15.18-8-pve) and snmp installed with default config. when I do a snmpwalk it outputs some information but then hangs.
Any future snmpwalk requests don't get any response (unless I restart the snmpd service)
What could cause this issue?
root@px-box:~# snmpwalk -Os -c public -v 2c localhost
sysDescr.0 = STRING: Linux matterhorn 4.15.18-8-pve #1 SMP PVE 4.15.18-28 (Tue, 30 Oct 2018 14:27:50 +0100) x86_64
sysObjectID.0 = OID: netSnmpAgentOIDs.10
sysUpTimeInstance = Timeticks: (908) 0:00:09.08
sysContact.0 = STRING: Me <me@example.org>
sysName.0 = STRING: matterhorn
sysLocation.0 = STRING: Sitting on the Dock of the Bay
sysServices.0 = INTEGER: 72
sysORLastChange.0 = Timeticks: (18) 0:00:00.18
sysORID.1 = OID: snmpMPDCompliance
sysORID.2 = OID: usmMIBCompliance
sysORID.3 = OID: snmpFrameworkMIBCompliance
sysORID.4 = OID: snmpMIB
sysORID.5 = OID: vacmBasicGroup
sysORID.6 = OID: tcpMIB
sysORID.7 = OID: ip
sysORID.8 = OID: udpMIB
sysORID.9 = OID: snmpNotifyFullCompliance
sysORID.10 = OID: notificationLogMIB
sysORDescr.1 = STRING: The MIB for Message Processing and Dispatching.
sysORDescr.2 = STRING: The management information definitions for the SNMP User-based Security Model.
Timeout: No Response from localhost
root@px-box:~#
Any future snmpwalk attempts after that one will end up just replying with a Timeout: No Response from localhost
unless we restart snmpd and then its gets stuck again mid way