Questions tagged [snmpd]

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

75 questions
0
votes
1 answer

Can a snmpd.conf access control entry contain multiple networks?

If I want to restrict SNMP access to a list of networks in snmpd.conf, can I do something like: rocommunity secret 10.0.0.0/24, 172.10.0.0/16 (Just so nobody chastises me - "secret" is an example - I know one should never use that for an actual…
Wade Williams
  • 178
  • 1
  • 5
0
votes
1 answer

How to clear or stop net-snmpd.log?

System: 3.10.17-gentoo NET-SNMP version: 5.7.3.pre5 ps ax: /usr/sbin/snmpd -p /var/run/snmpd.pid /etc/conf.d/snmpd: #SNMPD_FLAGS="${SNMPD_FLAGS} -Lsd -Lf /dev/null" /var/log/net-snmpd.log: Connection from UDP: Connection from UDP: Connection from…
shallrise
  • 89
  • 1
  • 13
0
votes
1 answer

snmp on rhel cluster : from virtual address to a node

I am currently trying to set a server/client configuration, and i'm struggling a little with snmp behaviour. Just to precise, i'm not really into linux administration, nor network administration, so don't be surprised if my questions are sometimes…
drkmkzs
  • 311
  • 1
  • 2
  • 8
0
votes
1 answer

(bsnmpd), uid 0: exited on signal 6 (core dumped) / Syntax error: word unexpected (expecting "then")

I'm using FreeBSD 9.2-RELEASE: # uname -a FreeBSD f9.alexus.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 # every once in a while bsnmpd(1) is…
alexus
  • 13,112
  • 32
  • 117
  • 174
0
votes
1 answer

snmp trap using disman-event mib related issue

notificationEvent ifMtu.1 IF-MIB::ifMtu.1 1.3.6.1.2.1.2.2.1.4.1 monitor -I -u root -s -t -r 18 "Warn: High ipp Usage" -e ifMtu.1 1.3.6.1.2.1.2.2.1.4.1 != The above lines are in my snmpd.conf file which is generating a trap when the condition…
0
votes
2 answers

SNMP (net-snmp) port configuration

I'm setting up net-snmp on CentOS and I'm getting an issue setting up non-default port. Basically, if I set it up as 161 or port 32768 or greater, it works fine, but it doesn't work for anything between 10000 and 32767. Any ideas what might be…
ashvagan
  • 23
  • 1
  • 7
0
votes
1 answer

Cannot query SNMP agent from hosts in the local network

I'm trying to configure SNMP (net-snmp) daemon on my OpenSuse box. Agent works on 192.168.1.3 address, and I'd like to send requests from other hosts in 192.168.1.0/24 network. My snmpd.conf file has the following community settings (I'm using…
omnomnom
  • 113
  • 4
0
votes
2 answers

Set up SNMP Trap for disk usage?

I would like to configure snmpd to send traps for disk usage. Currently the file includes these lines: disk /ramdisk ignoreDisk /dev/sda1 ignoreDisk /dev/sda3 disk / 1% load 60 30 15 linkUpDownNotifications yes As far as I know that will just allow…
CarpeNoctem
  • 2,437
  • 4
  • 23
  • 32
0
votes
1 answer

Automatically adding comments to snmpd.conf

I have a snmpd.conf which looks like this. I would like the comments to auto-fill i.e. make the file human readable with explanations. If it were one file, I could have done copy/paste from default one, but there are many different ones. Is there a…
0
votes
1 answer

Unable to create selinux policy to allow drbdadm to run

In snmpd.conf I have exec drbd_cstate /sbin/drbdadm cstate all exec drbd_role /sbin/drbdadm role all exec drbd_state /sbin/drbdadm dstate all With selinux set to permissive if I were to run the SNMP walk command (/usr/bin/snmpwalk -v 2c -c PUBLIC…
Dovid Bender
  • 427
  • 2
  • 7
  • 19
-1
votes
1 answer

What is the meaning of the sysContact object in snmpd.conf?

I have the following snmpd.conf file in my linux machine rocommunity blmlom 127.0.0.1 rocommunity blmlom hty.corp rocommunity blmlom hty.corp syscontact totadmin@hju.com syslocation UNKNOWN trapcommunity blmlom trapsink hty.corp blmlom what…
King David
  • 549
  • 6
  • 20
-1
votes
1 answer

How to find SNMP community string?

I've been trying to find the SNMP community string in Ubuntu here, but haven't had much luck. I'm using Ubuntu 12.10 and have followed the instructions here, but my /etc/snmp/snmpd.conf file has different contents than what they're talking…
-1
votes
1 answer

Snmpd stop working without any changes

I am monitoring multiple server/router with snmp. Everything was working but today I saw that 3 server was not responding anymore via SNMP. The 3 snmp daemon stoped at the same moment (Saturday 6 AM) with the same last log (Cannot statfs :…
rebug
  • 3
  • 4
-2
votes
1 answer

how to write a script to get ifInOctets and ifOutOctets?

Can any one help me with writing a script to get ifInOctets and ifOutOctets from a server 10.38.2.24 ? I need help
Ali
  • 9
-5
votes
1 answer

how to instal snmp server in redhat linux?

I am having some problem with snmp server installation.I want to install snmp server and agent also by which i can query to my local host. i have downloaded the snmp tar version as I want to write a program to get some data from a device and I did…
pradiptart
  • 215
  • 1
  • 3
  • 9
1 2 3 4
5