Have somebody explain to me how can i install the template for get the information as Physical Memory, CPU Usage on Windows 7. Actually when i tried to run snmpwalk command always appear :
No log handling enabled - turning on stderr logging
Example :
HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: C:\ Label: Serial Number 82830ede
HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: D:\ Label:Data Serial Number 30dc3c08
HOST-RESOURCES-MIB::hrStorageDescr.3 = STRING: E:\
HOST-RESOURCES-MIB::hrStorageDescr.4 = STRING: Virtual Memory
HOST-RESOURCES-MIB::hrStorageDescr.5 = STRING: Physical Memory
[root@Cacti html]# snmpwalk 192.168.1.245 HOST-RESOURCES-MIB::hrStorageDescr.5 -c rocky222
No log handling enabled - turning on stderr logging
snmpwalk: Timeout
MIB Windows
Moderators: Developers, Moderators
Re: MIB Windows
Your host isn't responding to SNMP queries which could be for various reasons:
1) Your community isn't set for rocky222 on your W7 snmp service
2) You're querying the wrong IP address
3) You have a snmp filter on the W7 host
4) Your firewall is turned on
Also, try putting -c right after snmpwalk:
snmpwalk -c rocky222 192.168.1.245 HOST-RESOURCES-MIB::hrStorageDescr.5
Tom
1) Your community isn't set for rocky222 on your W7 snmp service
2) You're querying the wrong IP address
3) You have a snmp filter on the W7 host
4) Your firewall is turned on
Also, try putting -c right after snmpwalk:
snmpwalk -c rocky222 192.168.1.245 HOST-RESOURCES-MIB::hrStorageDescr.5
Tom
Who is online
Users browsing this forum: No registered users and 0 guests