Questions tagged [snmpd]

snmpd is a daemon to respond to SNMP (Simple Network Management Protocol) request packets.

75 questions
1
vote
1 answer

Install SNMP on Debian Squeeze

I know Debian Squeeze (v6.0) is EOL and LTS officially ended in Feb. However, i have a few squeeze server (cant be upgraded for now) and i must monitor those Via SNMP. My problem is that all squeeze mirrors were removed and i for the life of me cant…
Joe
  • 366
  • 1
  • 2
  • 9
1
vote
0 answers

UC Davis (1.3.6.1.4.1.2021) MIBS not working with SNMPv3

I made a SNMPv3 setup in order to test how it can be integrated with some third party scripts. I need to use some of the MIBS from 1.3.6.1.4.1.2021 in order to do this but couldn't manage to successfully do this part. Currently only SNMPv1 and…
1
vote
1 answer

SNMPD - Add custom OID not working

I've got an application which keeps an error counter in a table in MySQL. I want to be able to put this information into Cacti for long term graphing, so I'm learning about SNMP now. I want to write a script in PHP (called by a bash script if need…
Joshua Michael
  • 661
  • 5
  • 9
1
vote
0 answers

snmpd won't generate traps

I'm trying to get snmpd to inform our monitoring system when an event such as low disk space takes place. I'm using snmpd on Debian 8. My snmpd.conf file looks like this: ## # Daemon ## agentAddress udp:161 master agentx dontLogTCPWrappersConnects…
MTeck
  • 163
  • 7
1
vote
3 answers

How to selectively use mutliple interfaces with Net-SNMP?

I have this monitoring network setting for Net-SNMP 5.7.2.1 listening to multiple Ethernet interfaces on my home gateway but it would only take the following combination from the snmpd.conf configuration file: single IP address single IP address,…
John Greene
  • 899
  • 10
  • 30
1
vote
0 answers

Is it possible to add support for additional OIDs in SNMPD (RHEL)

I am trying to have my monitor poll the number of ESTABLISHED TCP sessions on a Linux server that is running snmpd. The OID information I am trying to poll can be found Here . The OID is specifically .1.3.6.1.2.1.6.9. snmpget returns: …
1
vote
0 answers

SNMP agent for LSI MegaRAID does not display updated Temperatures

I have an ASUS PIKE 2208 ( this is LSI SAS2208 ROC ) configured and working with four physical drives. Additionally I have installed the LSI SNMP agent. The agent provides all the data defined by the LSI-MegaRAID-SAS-MIB. However, I've noticed that…
Marm0t
  • 379
  • 1
  • 9
1
vote
1 answer

Graph on cacti linux sub interfaces network usage

i'm trying to find the way to create specific network usage. I just added new subinterfaces (eth0:1, eth0:2) on my server, restarted net-snmpd but on cacti server only export the main interface: Data Query [SNMP - Interface Statistics] Index …
reiven
  • 11
  • 2
1
vote
1 answer

snmpd not working in centos 6

I have centos 6.4 64-bit. snmpd is not working properly: when I restart I get the following Nov 18 12:43:31 hector kernel: CIFS VFS: No task to wake, unknown frame received! NumMids 58 Nov 18 12:43:31 hector kernel: CIFS VFS: No task to wake,…
shorif2000
  • 351
  • 1
  • 8
  • 28
1
vote
0 answers

snmpget on IPv6 local address timesout though snmpd is listening on ipv4 and ipv6

I am doing snmpget from a RHEL machine to the localhost. It works for IPv4 and doesn't work for IPv6. # snmpget -v2c -c public udp6:[::1] sysName.0 Timeout: No Response from udp6:[::1]. # snmpget -v2c -c public localhost…
Prem
  • 11
  • 2
1
vote
0 answers

Unable to send v3 trap using snmptrap

I am trying to send snmp v3 trap using snmptrap command on ubuntu 12. I tried: sudo snmptrap -v 3 -c 1 localhost -a MD5 -A abcdefgh -l noAuthNoPriv -u myuser sudo snmptrap -v 3 -c 1 localhost -a MD5 -A 1.2.3 -l noAuthNoPriv -u myuser sudo snmptrap…
user674669
  • 159
  • 1
  • 7
1
vote
1 answer

Delay between sending and recieving SNMP Traps within a machine

I am experimenting with sending and receiving SNMP traps via net-SNMP. I have a script that sends traps out to localhost. I have snmptrapd set to write traps to a file. This works fine, except for the fact that there is about a 5 second delay…
Greg
  • 11
  • 2
1
vote
1 answer

snmp.conf how to allow any remote client

Using linux (Ubuntu) with net-snmp. I want to allow any remote client to execute snmpget. The remote client not have to be from the same subnet , so i cannot do this by define subnet. Now i add line in snmpd.conf for each ip. like this: rwcommunity…
Avihai Marchiano
  • 612
  • 3
  • 16
  • 32
1
vote
1 answer

SNMPD starts without errors but is not listening on any port?

HP ProLiant DL360 G7 running CentOS6 5.7 with Net-SNMP 5.3.2.2-14. I have 7 of these servers in a remote site all running mixture of CentOS 5.7 and RHEL 5.7 with same Net-SNMP installed from RPM. On one server my NMS continuously reports that it has…
Lukasz
  • 472
  • 2
  • 10
  • 18
1
vote
1 answer

SNMP segfaults on Ubuntu 10.04 after some time

Just had snmpd segfault on an Ubuntu 10.04 LTS box. snmpd has been running on this system for some time (weeks). There has been a reasonable amount of load, but nothing too extreme for the system. snmpd[1185]: segfault at 0 ip 00007fab8a626167 sp…
wjimenez5271
  • 729
  • 2
  • 6
  • 16