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
2
votes
0 answers

Q-BRIDGE-MIB representation of ports on Dell PowerConnect 6248

I have a Dell PowerEdge 6248 with a 2x10Gb uplink module. I'm trying to make sense of the representation of the ports from the following snmp output: Q-BRIDGE-MIB::dot1qVlanStaticUntaggedPorts.4081 = Hex-STRING: 00 00 00 00 00 00 00 00 00 00 00 00…
Andrew
  • 616
  • 5
  • 11
2
votes
3 answers

3com 4500 switch get some info with SNMP

I have 3com 4500 switch. I can got ram and CPU info with these: 1.3.6.1.4.1.43.45.1.6.1.1.1.3 - 1 Minute CPU AVG 1.3.6.1.4.1.43.45.1.6.1.1.1.4 - 5 Minute CPU AVG 1.3.6.1.4.1.43.45.1.6.1.1.1.2 - 5 Second CPU AVG 1.3.6.1.4.1.43.45.1.6.1.2.1.1.3 - Free…
denizeren
  • 329
  • 3
  • 11
2
votes
0 answers

Write a MIB file that defines entire

I am attempting to configure event log monitoring to snmp trap "service" on Windows Server. See: How do I passively monitor the Windows Event Log? & http://www.eric-a-hall.com/articles/20050715.html The front-end for snmptt I use (Centreon)…
brandeded
  • 1,845
  • 8
  • 32
  • 50
2
votes
2 answers

Tools to generate a Cacti template from a MIB?

We use Cacti to monitor trends on our servers. Sometimes I get a new appliance or a server, and that appliance comes with a MIB which can be used to monitor the appliance via SNMP. For this example, I have Google Mini Search Appliance, and Google…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
1
vote
0 answers

translate an snmpwalk without mibs

I want to run snmpwalk without any MIB files and save the output to a .txt file. The .txt file will be a bunch of numbers without any useful information, since I won't reference any MIB files. Is there a way to use snmptranslate to load back in the…
Chris
  • 11
  • 4
1
vote
0 answers

Is there a standard MIB to look up a Linux system's users and services via SNMP?

I know that you can look up open ports and installed software. But is there a way to draw the connection between them to know which service is listening on a port? And is there any way to look up a system's users? I am looking for a way that uses…
Lester
  • 111
  • 1
1
vote
2 answers

iDRAC monitoring with zabbix

I want to monitoring my Dell's iDRAC with Zabbix 3.0 (on Centos7). But it does not load the custom MIB. I tried every solutions what I found, but its still do nothing. Zabbix error: SNMP agent item "sysUpTime" on host "host_name" failed: first …
Crowor
  • 123
  • 2
  • 13
1
vote
0 answers

how to create Mib file in java.I googled for it but cant find anything helpful. I am using snm4j and snmp4j-agent libarraies

I googled for it but can't find anything helpful. I am using snm4j and snmp4j-agent libararies. //here is my sample oid final OID oid1 = new OID(".1.3.6.1.2.1.6666.2.2.2.1"); //while quering through net-snmp client i got the following…
1
vote
1 answer

Are SNMP MIB's and OID's platform independent?

For example, OID for CPU load for 1 minute is .1.3.6.1.4.1.2021.10.1.3.1 in Linux and Cisco router. But I'm not sure if it is just a coincidence or it is secured over various network devices. I haven't found any document which tells that OID's are…
user3584499
  • 113
  • 2
1
vote
0 answers

Cisco process memory usage

I am trying to monitor a Cisco process memory usage. This is what I get with the command line: show system internal processes memory | inc PID|ipfib PID TTY STAT TIME MAJFLT TRS RSS VSZ %MEM COMMAND 6069 ? Ssl 00:14:01 0 …
Enriquev
  • 253
  • 3
  • 10
1
vote
0 answers

Clone/copy definition of MIB leaf into another MIB tree

I have MIB file with definitions of four traps .1.3.6.1.4.1.5591.1.0.0 (SCTE-HMS-COMMON-MIB::hmsColdStart) .1.3.6.1.4.1.5591.1.0.1 (SCTE-HMS-ALARMS-MIB::hmsAlarmEvent) .1.3.6.1.4.1.5591.1.0.2 …
user2690527
  • 121
  • 3
1
vote
1 answer

(net)SNMP can GET but not SET

I am running OpenWRT (tried all 3 latest versions) in a TP-LINK WDR3600, with snmpd and snmp utils installed. I can get (although MIBs seem missing) but not set OIDs. SNMPGET root@OpenWrt:/# snmpget -v 1 -c public 10.0.0.2 iso.3.6.1.2.1.1.5.0 MIB…
1
vote
1 answer

How to convert lots of MIBs?

Regarding my latest question on this site; I'm still struggling with adding MIB files to my snmptt server. I have this huge pile of MIBs from both Cisco and Juniper, and snmptt needs handlers for them. They provide a tool called snmpttconvertmib,…
1
vote
1 answer

net-snmp mib loading and snmptranslate

I'm trying to run snmptranslate on my system but it does not work, even if I did everything by tutorial from net-snmp.org. They say it should work but it doesn't. I have a debian 6 server and net-snmp 5.4.3. I tried what they say here, the official…
shadox
  • 185
  • 1
  • 7
1
vote
1 answer

dell SNMP raid disk no data

I'm trying to monitor data with SNMP for disks in a raid attached to some servers. From what I understand the raid is configured with PERC and PERC does have a MIB associated with it. I've downloaded PERC.mib and AryMgr.mib and have tried to browse…
kris
  • 23
  • 2