snmpdump still unusable in virtual evnironment, why you not use exactly all snmpwalk options as Bot written?
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
|
snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk
|
with this options snmpwalk should be only with numeric oids and hex values.
for recent observium versions you can use simple snmpdump script:
./scripts/snmpdump.php -h <device>
|
where <device> is device_id or hostname same as in observium.
Hi Mike,
Have attached an snmp dump using
./scripts/snmpdump.php -h <device>
hopefully this gives you the information you need
Kind Regards