Questions tagged [net-snmp]

Net-SNMP is a suite of software for using and deploying the SNMP protocol.

Net-SNMP is a suite of software for using and deploying the SNMP protocol (v1, v2c and v3 and the AgentX subagent protocol):

  • supports IPv4, IPv6, IPX, AAL5, Unix domain sockets and other transports;
  • contains a generic client library, a suite of command line applications, a highly extensible SNMP agent, perl modules and python modules.
91 questions
12
votes
2 answers

16TB Volumes and SNMP On Windows

As volumes larger than 16TB became more common, it was recognized that the 32 bit value used to report disk size and usage within the standard "HOST-RESOURCES" MIB in SNMP was not large enough to report the proper disk size. Net-SNMP seems to have…
Univ426
  • 2,139
  • 14
  • 26
11
votes
3 answers

How to find all the snmp enabled devices in my network?

I want to find all the snmp enabled devices in my network, I got something like how it works in a agent and manager architecture. I got net-snmp library to create a simple application to get the snmp data from a remote device.I have to write a…
pradiptart
  • 215
  • 1
  • 3
  • 9
7
votes
1 answer

snmptt not translating traps, even with translate_log_trap_oid=1

I am having some trouble configuring snmptt to properly translate snmp traps. The following is a problem: /etc/snmp/snmptt.conf reflects: EVENT fgFmTrapIfChange .1.3.6.1.4.1.12356.101.6.0.1004 "Status Events" Critical FORMAT $* EXEC…
mbrownnyc
  • 1,825
  • 8
  • 30
  • 50
5
votes
0 answers

SNMP OID for VMware Tools on a virtual machine

I have an ESXi host running several VMs. I use snmp to query that host for information. I need to find if VMware Tools is installed on some virtual machine. Is that possible? and If so, which OID is it? In the documentation there are some entries…
Agent1891
  • 151
  • 4
5
votes
1 answer

Cannot start the Net-SNMP daemon from systemd (but it works from the command-line)

When I start Net-SNMP from systemd, there is no error message but the daemon does not run: % sudo systemctl start snmpd % When I start it from the command line, it runs: % sudo /usr/sbin/snmpd and answers to SNMP queries. If I add the debug flags…
bortzmeyer
  • 3,903
  • 1
  • 20
  • 24
5
votes
1 answer

SNMP bytes received disagrees with ifconfig

SNMP ifInOctets = 2145342796 - about 2GB. ifconfig: RX bytes:174302710687 (174.3 GB) Interestingly, the sent bytes agree almost perfectly: ifOutOctets: 1002415050 - about 1GB ifconfig: TX bytes:1002418728 (1.0 GB) It's not an SNMP…
5
votes
1 answer

Why do SNMP agents need MIB files?

After reading up on SNMP and some of the questions help here I think understand the agent role as a SNMP service to device (Like SQL, it is an API to storage). When you execute a SQL query the SQL engine does all the work and returns the result -…
Avihai Marchiano
  • 592
  • 3
  • 15
  • 32
4
votes
0 answers

Extending SNMP IF-MIB with custom data

I've a system where several specific NIC cards do not pass to the kernel traffic counters (DPDK cards) so I cannot use SNMP IF-MIB to get usage information. But, I've a system command that provides that counters so I'd like to expose them over SNMP…
4
votes
2 answers

How do I select an OID for my MIB

I've been trying to attach an OID to run a specific script for sometime and at this point I think the culprit is my bad MIB. I've corrected my MIB but I'm curious about the OID i'm trying to use. Currently I am trying to use the .1.3.6.1.4.1.214…
Funkyguy
  • 161
  • 1
  • 6
4
votes
1 answer

SNMP memory values do not match `free`

Compare this # free -m total used free shared buffers cached Mem: 72363 68035 4328 0 522 66294 -/+ buffers/cache: 1218 71145 Swap: 12291 0 …
Marki
  • 2,795
  • 3
  • 27
  • 45
4
votes
2 answers

Snmpd update interface counters slowly or something like this

I update one my freebsd box to 9-stable (totally new installation) and install net-snmp for monitoring. uname -r 9.1-PRERELEASE pkg_info net-snmp-5.7.1_7 Information for net-snmp-5.7.1_7: Comment: An extendable SNMP implementation .... cat…
Korjavin Ivan
  • 2,230
  • 2
  • 25
  • 39
4
votes
2 answers

/usr/local/share/snmp/snmpd.conf: line 5: Error: unknown payload OID

using ubuntu with net-snmp snmp work but in sys.log i see a lot of errors about snmpd.conf snmpd.conf: rwcommunity community 10.0.0.1 rwcommunity community 10.0.0.2 agentAddress udp:10.0.0.1:161 view systemonly included .1.3.6.1.2.1.1 view …
Avihai Marchiano
  • 592
  • 3
  • 15
  • 32
3
votes
0 answers

what is snmp mib for getting NFS IO counters?

I can get local disk I/O requests and read/write bytes using the following snmp MIB: SNMP table: UCD-DISKIO-MIB::diskIOTable diskIOIndex diskIODevice diskIONRead diskIONWritten diskIOReads diskIOWrites diskIOLA1 diskIOLA5 diskIOLA15 diskIONReadX…
GP92
  • 599
  • 2
  • 6
  • 25
3
votes
1 answer

snmpwalk not seeing mibs

Having a strange problem using Ubuntu 15.10. Yesterday I had to do a reboot due to a system update, and after the reboot 2 of the MIBs I use - LM-SENSORS-MIB and UCD-DISKIO-MIB do not work in snmpwalk. I can still find the OID with snmptranslate,…
user3260912
  • 193
  • 2
  • 6
3
votes
0 answers

How to configure SNMP trap multi-casting server

I would like to know if there is a way of configuring SNMP trap multicast server? I have configured central SNMP manager on Ubuntu 14.04 and it is receiving SNMP traps. Now I want to send the same traps received to the first SNMP manager to multiple…
Lakal Malimage
  • 466
  • 1
  • 4
  • 10
1
2 3 4 5 6 7