Questions tagged [mib]

Management Information Base, used in SNMP.

A repository for information used mostly for the SNMP protocol. Information can be found here.

59 questions
1
vote
1 answer

Total CPU usage Object ID?

How can i find the correct OID to get the total cpu usage of my Checkpoint (linux) based firewall? with 8 cores CPU. I found this : ssCpuUser .1.3.6.1.4.1.2021.11.9 ssCpuSystem .1.3.6.1.4.1.2021.11.10 ssCpuIdle .1.3.6.1.4.1.2021.11.11 But i want…
Adeel ASIF
  • 495
  • 2
  • 6
  • 23
1
vote
1 answer

Where to download a free MIB complete database

I want to update an MIB database that is exhaustive. oidview is limited so I couldn't finish downloading MIBs per vendor and only Cisco is making its OIDs available for public on ftp. Is there a way to download a whole up-to-date MIB database ?
JohnTube
  • 113
  • 1
  • 6
1
vote
1 answer

Easy way to add a MIB?

I want to add some tests to a block of remote servers. It looks pretty straightforward to code this using NetSNMP::Agent from Perl. What I'm not clear on is the best way to add the definitions to a (new or existing) MIB. I've found a block that was…
ethrbunny
  • 2,369
  • 4
  • 41
  • 75
1
vote
2 answers

Cisco Router - Add a missing MIB file

I have a Cisco 881w, and I would like to setup NBAR in my NetFlow Analyzer. But it says that my router misses this MIB in order to allow NFA to poll the router with snmp to get NBAR infos. From the FAQ page of the NetFlow Analyzer website, it…
Jonathan Rioux
  • 1,938
  • 6
  • 33
  • 57
1
vote
1 answer

SNMP MIB troubleshooting with snmpwalk

I have a MIB file from a vendor for interrogating a specific (and in this case, business-critical) piece of software. When I do an snmptable on the request, I'm getting MAGIC-MIB::queryRtTable: No entries as the response, but when I watch with…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
1
vote
1 answer

SNMP: What are Alarm and Alarm Reporting Control Management Information Base (MIB) used for?

I have asked the following questions on StackOverflow, but haven't received a single answer yet, presumably because no one there seems to be knowledgable enough about SNMP and my questions. So, I am asking on ServerFault now, hoping someone could…
His
  • 249
  • 1
  • 4
  • 9
0
votes
1 answer

monitoring keeplived virtual IP with snmp

I am trying to monitor keepalived VIP with snmp. I got keepalived running on two servers. We had the situation that suddenly the VIP was on both servers which was a big problem, since these servers are virtual gateways. My aim is to monitor…
Max
  • 143
  • 1
  • 6
0
votes
1 answer

Getting errors when retrieving the list of MIBs from a snmp daemon

I'm trying to configure and use the SLES 11 (OpenSUSE) snmp daemon. The first thing I want to do is to run the snmpd daemon and query the availables MIBs. I do this by executing the following: sudo /etc/init.d/snmpd start sudo snmpwalk -mALL -v1…
Dan
  • 145
  • 1
  • 2
  • 6
0
votes
1 answer

Is there any OIDs standard for NAS in MIB tree?

I'm looking for OIDs for NAS in MIB tree. Is there any standard for that?
Waveter
  • 564
  • 2
  • 6
  • 23
0
votes
1 answer

SNMP MIB for geographical location

I am writing an SNMP agent and would like to incorporate the node's identifier and/or geographical location into the data. I was wondering if there are standard MIB's for these or even a commonly used one, for instance one used by some large…
mookins
  • 3
  • 2
0
votes
2 answers

How to get/retrive the list of Interface, vlans, port id, and mac address in juniper via snmp?

Below are the following commands I used to get the specific data that I need in a juniper switch. Get Port Id and Interface snmpwalk -r:"switchName" -v:2 -t:10 -c:"*******" -os:"1.3.6.1.2.1.2.2.1.2" -op:"1.3.6.1.2.1.2.2.1.3" Get Vlan No and Vlan…
xen
  • 11
  • 1
  • 2
0
votes
1 answer

Understanding SNMP and the configuration file

I'm trying to get my head around how SNMP works and the configuration files. From my understanding of how SNMP works so far is as follows: * Management Station - this manages the nodes (get/set are few commands the manager can perform) * Managed…
supmethods
  • 287
  • 4
  • 16
0
votes
1 answer

Using SNMP to monitor Qnap Volume Usage

I would like to use SNMP to monitor drive usage on a NAS. It's a Qnap TS-859U+. I'm not sure how to use the MIB to my advantage in recognizing the correct OID's to query the right object instance. How would I get the correct OID to query, and how…
jacojburger
  • 20
  • 1
  • 6
0
votes
0 answers

Is it possible to add/register an MIB for the Windows built-in SNMP service?

I need to build monitoring into an existing .NET application. I will use SNMP to send the application's status to the Windows SNMP service. I have used a .NET library to create the SNMP SET request according to the MIB that I have been provided…
0
votes
1 answer

Installing new Cisco MIB

I'm having issues exposing firewall information via OIDs on a Cisco IOS device (c7200-ik9s-mz.124-25c.bin). It seems like either the IP-ACCESS-LIST-MIB or the CISCO-ITP-ACL-MIB would supply that information. However, these MIBs aren't listed when I…
exxodus7
  • 95
  • 1
  • 8