Questions tagged [mib]

A MIB is an acronym for Management Information Base in use with the SNMP Protocol.

A MIB is the schema for an entity, such as a corporation, that wishes to exchange SNMP packets with another entity. They use the MIB, or Management Information Base, which is the schema that allows the computers to communicate and establish understanding, such as data types, permissions and other values.

MIBs are written in Abstract Syntax Notation One (ASN.1).
MIBs are written in plain text.

Programs such a smilint can test MIB syntax for correctness and conformity to SNMP standards such as SMIv1 and SMIv2, which are subsets of ASN.1

368 questions
0
votes
1 answer

How can I get MIBs list from a remote server by using PHP?

I am working on a project that involves SNMP. Basically I need to construct MIB and OID tree in PHP. I know that there are programs that do this already, but I am trying to implement my own version to incorporate with my webapp. What I know: I am…
Brian
  • 4,958
  • 8
  • 40
  • 56
0
votes
0 answers

Issue in adding new OID , receiving some garbage value

I have added a new node to the existing MIB tree. In the MIB definition file it is Counter32 as this will be unsigned long in c file. I have used data type in OID as ASN_COUNTER in c file and returning a hardcoded value. but when i do snmpwalk,…
tim
  • 1
0
votes
1 answer

how to configure access-point through c# code

I usually do the network settings of the access point through a web-browser with the address 192.168.0.254 with Username and Password = admin. The access point has a remote facility using SNMPv1/v2 agent with MIB-II. My question: Is possible to…
new bie
  • 2,745
  • 6
  • 24
  • 26
0
votes
1 answer

How to get data out of a mib file with sharpsnmp?

I can't figure out how to parse mib files with sharpsnmp, could someone point me to a resource?
Vajura
  • 1,112
  • 7
  • 16
0
votes
1 answer

MIBs and OEM products

Are there any recommendations and/or best practices when a product has a private (enterprise specific MIB), and the intention is to re-badge the product as if from another manufacturer? That is, a commercial OEM deal occurs. I guess a similar…
NetHead
  • 71
  • 1
  • 10
0
votes
0 answers

How an SNMP master Python script can load an SNMP get respose into python data structure?

Using pysnmp or any other library, is it possible to take the response from a SNMP get/getbulk request and automatically populate a Python data structure (class, etc) based on the MIB? Cheers, Donal
Donal M
  • 1,305
  • 2
  • 11
  • 23
0
votes
1 answer

PHP, SNMP, and MIBs - Working in CLI

EDIT I feel pretty stupid about this. I just now noticed that on the CLI it returned the oid.1. PHP was just erroring out due to me not having the .1 at the end of the oid. Here's what I have. I'm trying to poll a Cisco device to gather…
koeus
  • 23
  • 5
0
votes
1 answer

using custom MIB's with pysnmp

I am new to python programming and am currently embarking on a project to learn more about SNMP and MIB's. I am programming using Eclipse and pyDev with the pysnmp framework. Anyone who has used this before will know that the documentation is not…
user3689491
  • 27
  • 1
  • 5
0
votes
1 answer

Defining MIB for array type of field

I'm trying to define an MIB for the following sample MO: tabular_mo_struct { int index1; int index2; int address [10]; int flag; } flag above can take values like this (bitmask type): val1, val2, val3, or a combination of above…
0
votes
1 answer

Sync MIB-files without folders tree (for snmp)

We have an svn-repo with some mib-files. For humans it is usable to keep files in subfolders: MIBS +VendorA +MIB1.txt +MIB2.txt +VendorB +MibN.txt ... Users can update or add MIBs with Tortoise clients. Servers should update their…
0
votes
1 answer

Defining severity level, SNMPTRAP

I want to send an SNMP trap, using snmptrap command, but I don't know how to set Severity Level. I'm using this: snmptrap -v 2c -c public host "" MIB-MODULE::notificationName severity s "MINOR" On the SNMPManager, the perceived severity of the trap…
Sérgio Pinto
  • 21
  • 1
  • 3
0
votes
1 answer

Definition.Entity property is null

Whenever I create a ReloadableObjectRegistry with path to directory containing compiled modules, Definitions in the tree have Entity property set to null. The reason why I need to access this property is to be able to read the syntax of a…
Alex
  • 937
  • 3
  • 20
  • 44
0
votes
1 answer

Change access type to SNMP MIB object to read-write

Is it possible to change access type to specific SNMP MIB object from read-only (default) to read-write? By modifying firmware.
user2427839
0
votes
1 answer

defining private MIB under experimental node

Any samples on how to define a private MIB containing some x objects? how do I register these MIBs and handle get requests to it?
Arun Reddy Kandoor
  • 203
  • 1
  • 2
  • 10
0
votes
1 answer

Need MIB for corresponding VLAN CLI commands

Need MIB for below VLAN CLI commands. Any idea.? • description • default vlan-id • default-vlan disable • enable vlan-counters • name • show config • show vlan • tagged • track ip • untagged