Title: RE: Interprating MIBS

>running snmpwalk gives me th whole information, but how do I gather
just the information pertaining to the devices .

You can do snmpwalk on subsets.  eg.

snmpwalk -v 2c -c public -m ALL localhost .1.3.6.1.2.1.25.3 

...will give you all of HOST-RESOURCES-MIB.

You can do individual pieces using their names eg.

snmpwalk -v 2c -c public -m ALL localhost hrDiskStorageCapacity

will show you your disk capacities.

This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communication received in error, or subsequent reply, should be deleted or destroyed.

Reply via email to