Re: Unknown Object Identifier - HOST MIBS
Tam Vo <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <OF97BB0363.2FB94B28-ON882570C8.00750F8A-882570C8.00759595@mck.us.ray.com> |
On Tue, 29 Nov 2005 08:13:11 -0800 Tam wrote:
TV> The next thing I tried was
TV> snmpget -Dparse-mibs -v 1 -c public localhost
TV> HOST-RESOURCES-MIB::hrSystemDate
TV>
TV> Then the error
TV> Error in packet
TV> Reason: (nosuchname) There is no such variable in this MIB.
TV> Failed Object: HOST-RESOURCE-MIB::hrSystemDate
Try
snmpget -m ALL -v 1 -c public localhost hrSystemDate.0
TV1> I tried
TV1> snmpget -m ALL -v 1 -c public localhost hrSystemDate.0, but it gives
me the same error
TV1> I've looked at Loading Extra MIBs FAQ and succesfully add the
HOST-RESOURCES-MIB such that when I run
TV1> snmpget -Dparse-mibs, I noticed this MIB was automatically imported
so I don't have to specify
TV1> HOST-RESOURCES-MIB when I run snmpget anymore. However, it still
gave me the error
TV1> (nosuchname) there is no such variable name in this MIB. Failed
Object HOST-RESOURCES-MIB::hrSystemDate
Then see the FAQ on loading extra MIBs.
--