Questions tagged [snmpd]

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

75 questions
1
vote
1 answer

Will the OID for a custom extend SNMP call be the same on multiple boxes?

CentOS 5.7 | SNMPD This question is a little messy so I apologize in advance for any confusion. I'm using the extend command in /etc/snmp/snmpd.conf to run a script. I later used the snmpwalk utility to find the appropriate OID for this. If I use…
Mike B
  • 11,871
  • 42
  • 107
  • 168
1
vote
1 answer

Debian Testing - SNMPD Configuration for Zenoss

Linux server1.xen.prgmr.com 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux snmpd 5.4.3~dfsg-2.3 zenoss-stack 3.2.1-0 I have installed Debian Testing, Zenoss and smpd on the same server. I am having a hell of a time trying to…
Justin S
  • 350
  • 3
  • 15
1
vote
1 answer

snmp get value from a file

I've a script getting value in form of 33333 or 23939 etc. i.e. ./script output: 24310 Is there any possibility that i could monitor in nms over snmp by using the above value. If the value is greater than 20000 then host is up else host is up. Can…
User4283
  • 781
  • 3
  • 10
  • 27
1
vote
2 answers

Setup Windows7 To accept snmp requests and forward to my own snmp server

I'm a newbie to snmp. I've written an SNMP server (Based on this open source code). I can succesfully send it get request and receive responses with MIBBrowser locally (on localhost) Next, I tried to connect to it from another PC in the same lan but…
Ben
  • 181
  • 1
  • 1
  • 8
1
vote
1 answer

Differences in SNMPD.conf between CentOS 5 and RHEL 5

I find myself vexed this afternoon, I have recently taken on some RHEL5 servers on board and have found something rather peculiar, most likely I am missing something glaringly obvious so please let me know what is going on here. I place this in…
Oneiroi
  • 2,063
  • 1
  • 15
  • 28
1
vote
0 answers

Connection from UDP: [172.X.X.X]:44313->[172.X.X.X]:161SNMP logging Messages on SSH connection

Evey time we do an SNMP query.We get Connection from UDP: [172.X.X.X]:44313->[172.X.X.X]:161 Obviously, this is an annoyance rather than a problem Is there away to hide them to see on SSH connection or disable them so that it will not show up on…
shashikant
  • 11
  • 1
0
votes
1 answer

monitoring keeplived virtual IP with snmp

I am trying to monitor keepalived VIP with snmp. I got keepalived running on two servers. We had the situation that suddenly the VIP was on both servers which was a big problem, since these servers are virtual gateways. My aim is to monitor…
Max
  • 143
  • 1
  • 6
0
votes
0 answers

SNMP timeout/stuck mid way

I have a proxmox 5.2 machine (4.15.18-8-pve) and snmp installed with default config. when I do a snmpwalk it outputs some information but then hangs. Any future snmpwalk requests don't get any response (unless I restart the snmpd service) What could…
Yif Swery
  • 31
  • 1
  • 6
0
votes
1 answer

what is "tcpConnState.0.0.0.0.12000.0.0.0.0.0"?

I found below snmpget command in bash script which is used to check the remote server status; is the remote server up or down. Command is snmpget $1 tcpConnState.0.0.0.0.12000.0.0.0.0.0 | grep listen | wc -l here $1 is the hostname of remote…
0
votes
0 answers

snmp not responding under heavy network load

We have a group of servers with high usage of cpu and network (with 10 Gb bandwidth). Under this circumstances snmpwalk requests to this servers got timeout. So we can't monitor them. The question is how to help snmp service to respond to…
vakarami
  • 101
  • 3
0
votes
2 answers

snmptrap not executed, just return version

I'm having trouble receiving the traps on my destination computer. On the destination machine I have a snmptrapd server running normally. He executed the following command in a linux that would be in charge of sending the traps. snmptrapd -v1 -c…
Zero22
  • 1
0
votes
1 answer

RedHat 7 snmpd service failed due to Name or service not known

I have a RedHat 7 server installed, but I cannot start the snmpd service due to: server11# systemctl status snmpd snmpd.service - Simple Network Management Protocol (SNMP) Daemon. Loaded: loaded (/usr/lib/systemd/system/snmpd.service; enabled;…
Lucas Rey
  • 101
  • 1
  • 5
0
votes
1 answer

Timeout while trying to query a SNMP server

I am trying to perform a query to a snmp server but I always obtain a timeout error. I am working with SLES 11 (OpenSUSE) and the firewall is disabled. The query I am executin is: > snmpwalk -mALL -v1 -ccomname localhost system 2 >…
Dan
  • 145
  • 1
  • 2
  • 6
0
votes
1 answer

Getting errors when retrieving the list of MIBs from a snmp daemon

I'm trying to configure and use the SLES 11 (OpenSUSE) snmp daemon. The first thing I want to do is to run the snmpd daemon and query the availables MIBs. I do this by executing the following: sudo /etc/init.d/snmpd start sudo snmpwalk -mALL -v1…
Dan
  • 145
  • 1
  • 2
  • 6
0
votes
1 answer

How calculate printer average-toner-coverage used per page using SNMP

I want to know the rage toner used per page, for example: for one page print was used x toner for other page print was uses 2X toner I suppose are some SNMP mibs/oids to do this; some idea ?