Tagged Questions
A MIB is an acronym for Management Information Base in use with the SNMP Protocol
8
votes
3answers
2k views
Make a PHP site send SNMP information to a network management app
I'm trying to make a PHP website send information through SNMP. I've been reading allot about SNMP, but I'm still a bit clueless about where to start.
I believe I need to create an MIB with all the ...
6
votes
3answers
921 views
SNMP MIB development tool
Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax?
If possible, it should be free and run under Linux.
5
votes
1answer
85 views
mib name printing from mib values in perl
This is the code that I used to walk through the table in net:snmp using perl:
#! /usr/local/bin/perl
use strict;
use warnings;
use Net::SNMP qw(:snmp);
my ...
5
votes
2answers
1k views
Definition of SNMP Gauge32 vs Counter32
Can someone point me to a good definition of Gauge32 vs Counter32? I understand that Counter32 can wrap, but Gauge32 can't.
I'm trying to understand their semantics. For example, I've heard you ...
3
votes
3answers
324 views
Writing my own MIB - any references of how to do so?
Mapping some OIDs to system commands is actually all I need
However, I could not find yet a resource which explain how to compose such thing.
Any idea?
2
votes
1answer
80 views
snmp: correct behavior when only part of a table index is given?
Assume a MIB contains a table indexed by MAC address. What's the correct behavior by the agent when a manager requests myTable.0.1? This is an incomplete index.
Some possibilities that I see:
...
2
votes
2answers
573 views
What are some good resources for understanding SNMP MIBs?
I know a little about SNMP, but not enough. I need to develop an application that can read standard SNMP MIBs and read/write the various properties. The network end is no problem, but the actual MIBs ...
1
vote
0answers
83 views
python net-snmp loading mibs
i'm using net-snmp's python libraries to do some long queries on various switches. i would like to be able to load new mibs - but i cannot find any documentation on how to do this.
i know the perl ...
1
vote
2answers
562 views
C# snmp programming
I try write a code to retrieve objectID and the result is 2B-06-01-04-01-82-31-01-03-01-01
isn't this value is corret?
// Send a SysObjectId SNMP request
response = conn.get("get", ...
1
vote
1answer
82 views
Defining Scalar Sequence of Dynamic Length in MIB
I'm trying to figure out a way to define a dynamic length sequence of scalars (in this case IpAddress) in a MIB file. I'm fairly certain that just using SYNTAX SEQUENCE OF IpAddress will not work, and ...
1
vote
3answers
327 views
SNMP MIB Visualizer recommendations?
Are there any free visualization tools for MIBs? I've been assigned some SNMP trap normalization/enrichment work and been given Cisco ONS 15454s to start with. The MIBs seem more complex than others ...
1
vote
1answer
113 views
Updating an existing trap parameters (objects) and partially sending parameters in a trap
We have created a list of traps (notification) that our application is exposing and described it in a MIB file.
Today we came into a situation that we need to update the MIB and add additional ...
0
votes
1answer
83 views
0
votes
1answer
48 views
Is there a generic web app MIB that allows custom variables to be sent via SNMP Trap?
Looking for a Management Information Base (MIB) designed for web applications (Note: i'm working in PHP) that I can send multiple variables to my Network Management System via a SNMP Trap. Do I have ...
0
votes
1answer
254 views
Error in parsing mibs using build-pysnmp-mibs and loading mibs using pysnmp
I am trying to load some custom mibs using mibBuilder.
Initially, as per the pysnmp documentation, I used the build-pysnmp-mib utility for converting the mibs to pysnmp mib format. But I get the ...
0
votes
1answer
37 views
How to get the number of bits from a scalar of type (SYNTAX BITS) in mib2c.conf?
I couldn't find anything in "man mib2c.conf". Is there something like $var.length/$var.size by any chance?
0
votes
1answer
434 views
#SNMP - How to compile a MIB file using SharpSNMP?
Trying to find a sample at http://sharpsnmplib.codeplex.com/documentation on how to compile a MIB but the reference section is sparse. Does anyone have a simple piece of code (just a console ...
0
votes
1answer
98 views
netsnmp - How to get the size-constraints of a column in net-snmp?
Suppose I have the following code in mib2c.conf:
@foreach $t table@
Starting table $t
@foreach $c column@
echo $t has column $c which has a syntax of $c.syntax
...
@end@
@end@ EOF
How ...
0
votes
1answer
106 views
understanding onesixtyone SNMP tool
Short Version:
What does this (hex?) code found in onesixtyone mean?
char object[] = "\x30\x0e\x30\x0c\x06\x08\x2b\x06\x01\x02\x01\x01\x01\x0\x05\x00";
Long Version:
Onesixtyone is search tool to ...
0
votes
1answer
412 views
PHP MIB to OID resolve
I'm googling around for a couple of days, and can't find clear method/lib for resolving OID from MIB name, and MIB from OID.
I've found few sites that have a large MIB database, search functions ie. ...
0
votes
1answer
107 views
net-snmp: force table to have xxEntry value of 2 instead of 1
Using net-snmp, table code generated by mib2c -c mib2c.iterate.conf fooBarTable and then heavily hacked.
Unfortunately the table is defined with an Entry of 2 instead of the normal 1. (I didn't do ...
0
votes
1answer
341 views
net-snmp MIB parse error - “Group not found in module”
When I try to load the Avaya Lannet-Trapsv2-MIB in net-snmp, it is giving the following parse error:
Group not found in module (lntSecurityNotificationGroup): At line 1311 in ...
0
votes
2answers
111 views
Ordering of MIB
I am having one MIB SAF-CKPT-MIB
When I am trying the command
snmpget -v2c -c public -mALL (IP_address) ...
0
votes
2answers
235 views
What are the child OIDs in an SNMP trap?
I have inherited a MIB and example documentation, and need to re-implement the code that generates traps. (For various reason the original code is lost and gone forever, but CM is not my question.)
...
0
votes
1answer
450 views
How to register a new MIB module?
For those who have tried using the net-snmp library, how do you add a new mib module?
What I so far did was generate a template newmodule.c and newmodule.h files using the mib2c command. Now, I don't ...
-1
votes
1answer
86 views
What sort of interfaces would be represented by an IANA ifType of l3ipvlan(136)?
On a router, switch, or similar network device with interfaces implementing the ifType mib, what exactly is meant by an ifType of l3ipvlan? I can see the phrase "Layer 3 Virtual LAN using IP" readily ...