Vendor Specific MIB/OID
Moderators: Developers, Moderators
-
- Posts: 6
- Joined: Fri Mar 13, 2009 9:49 pm
Vendor Specific MIB/OID
I am fairly new to getting to the bare bones of MIB's and OID's. Basically what I want to know is how can I monitor a specific piece of equipment based on the vendors OID's? Do I need to load their MIB's, or can I just use the OID given (since I should know what the return value is)?
For example, if I wanted to monitor available memory on a windows OS I would look at 1.3.6.1.4.1.311.1.1.3.1.1.7.29. However if I try to use this OID I get nothing returned. If I try using snmpwalk I get nothing back, but according to Microsoft documentation I should see something. Even if I try to snmpwalk 1.3.6.1.4.1.311 I don't get anything.
I am sure it is something simple, but I am new to this. Thanks in advance for this newb question.
For example, if I wanted to monitor available memory on a windows OS I would look at 1.3.6.1.4.1.311.1.1.3.1.1.7.29. However if I try to use this OID I get nothing returned. If I try using snmpwalk I get nothing back, but according to Microsoft documentation I should see something. Even if I try to snmpwalk 1.3.6.1.4.1.311 I don't get anything.
I am sure it is something simple, but I am new to this. Thanks in advance for this newb question.
1) cacti doesn't use manufacture specific MIBs, since it polls the OID(s) instead.
2) For virtual/physical memory, snmpwalk .1.3.6.1.2.1.25.2.3.1. If you want more, then try the SNMP INFORMANT addons. Otherwise you can pull the data via WMI scripts.
2) For virtual/physical memory, snmpwalk .1.3.6.1.2.1.25.2.3.1. If you want more, then try the SNMP INFORMANT addons. Otherwise you can pull the data via WMI scripts.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 6
- Joined: Fri Mar 13, 2009 9:49 pm
You can use any OID you want. Should read in the documentation site on how to create your own scripts/templates. Also, search the script forum for others who have already made them.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 6
- Joined: Fri Mar 13, 2009 9:49 pm
The snmp agent isn't set up to return data for that OID. Just because google says there is an OID for some device, doesn't mean it's valid...
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 6
- Joined: Fri Mar 13, 2009 9:49 pm
No, if it doesn't exist at that OID then it doesn't exist. Whether or not there is a way to make it exist is another matter, but that is outside the discussion of polling it with Cacti. Think of OID and MIB roughly as you would DNS and IP addresses, an OID is a numeric listing for a particular MIB. Loading up an MIB file in a management application provides the resolution from the named MIB entry to the numeric OID one along with other information.
Adam
Adam
-
- Posts: 6
- Joined: Fri Mar 13, 2009 9:49 pm
Who is online
Users browsing this forum: No registered users and 1 guest