Questions tagged [snmpd]

A SNMP daemon that responds to SNMP requests.

SNMPD linux man page

135 questions
1
vote
1 answer

SNMPd opens "random" UDP port besides 161 and 162 to the outside

I would like to use snmp to monitor my localhost and have installed the corresponding package on Ubuntu 18.03 with apt install snmp. Without having changed the default configuration, I have launched the daemon with systemctl start snmpd. After…
I.Hoffmann
  • 136
  • 1
  • 6
1
vote
0 answers

NET-SNMP: custom disman monitor not sending trap

I configured in the snmpd.conf file the "extend" function to monitor a custom script. extend shelltest /bin/sh /tmp/snmptest.sh Then I checked the MIB for this if this "extend" function is working or not. I am able to see all Mibs for…
Michael W.
  • 11
  • 1
1
vote
0 answers

How to get Average Disk Response Time in Linux/Redhat through SNMP

Actually I am developing system monitoring tools using different opens source such as InfluxDb, Telegraf, Grafana and SNMP(Simple Network Management Protocol). I am enabling SNMP in the different linux or Redhat systems and fetching the systems…
Govind shaw
  • 407
  • 4
  • 12
1
vote
1 answer

SNMP4J Client gives "Unsupported security level"

I'm about to implement a Client/Agent setup in order to learn using SNMP. I want to establish a secure and encrypted communication using SNMPv3 and authPriv as security level. Here's my setup: Agent The Agent is running on Ubuntu (within a Docker…
pschild
  • 2,918
  • 1
  • 19
  • 26
1
vote
1 answer

SNMP table with objects as columns AgentX subagent

I have a table in my MIB file in which some of the columns are not terminal values but intermediate object-identifiers. I can't find documentation about how to manage this case in the AgentX NET-SNMP subagent (with the C libraries) Visually, what I…
Federico Taschin
  • 2,027
  • 3
  • 15
  • 28
1
vote
0 answers

Huawei server oid not showing | RH2288

I am having Huawei RH2288 V3 server for which I am trying to set up monitoring via Zabbix. I found the Mibs of same Huawei server, and while doing snmptranslate i am getting OID snmptranslate -On…
1
vote
1 answer

What software do I need for the manager versus the agent

I am trying to design a system to communicate between a manager computer and a single embedded agent using Net-snmp. One thing that does not seem to be answered clearly is the difference in base software that you need on the manager versus the…
JoshK
  • 21
  • 4
1
vote
0 answers

netsnmp "snmptable" command retrieves excessive MIB objects

I have implemented different custom MIBs by using net-snmp-5.7.3 package. As an example, custom OIDs are as below: .1.3.6.1.4.1.XXXXXX.1.1 //scalar .1.3.6.1.4.1.XXXXXX.1.2 //scalar .1.3.6.1.4.1.XXXXXX.3.2 //table .1.3.6.1.4.1.XXXXXX.6.1…
1
vote
0 answers

#snmplib error in snmpwalk command with agent

i try write a agent with sample code snmpd and define custom Object . but when i use snmpwalk in other library like net-snmp , my agent not return custom Object with value custom object public TestObject(): base(new…
d.borzouei
  • 171
  • 1
  • 1
  • 5
1
vote
1 answer

snmpget : Unknown user name

I am trying to install net-snmp from scratch to make snmpv3 to work on my computer. I did install net-snmp and create the user, but when I want to make snmpget it reject me with snmpget: Unknown user name To install net-snmp I followed the…
Orelsanpls
  • 22,456
  • 6
  • 42
  • 69
1
vote
0 answers

net-snmp what's wrong with the OID?

I have requested for a PEN(Private Enterprise Number) and got it. The PEN is 50743. I have a very simple MIB which looks like this: SAMPLE-SNMP-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, …
StackUseR
  • 884
  • 1
  • 11
  • 40
1
vote
1 answer

OIDs from net-snmp agentx not showing in smpwalk unless specified explicitly

I've created custom SNMP agent and want it's output to be included in results returned by snmpwalk with no OID specified. OIDs appear when I specify it in the commandline: $ snmpwalk -v 2c -c public 192.168.0.145…
themylogin
  • 222
  • 1
  • 10
1
vote
0 answers

Enable NET-SNMP-PASS-MIB.txt

I'm trying to use the MIB-Specific Extension Commands of the SNMP protocol. I have an snmpd agent running in an Embedded Linux environment. In snmpd.conf I've uncommented the following line: pass .1.3.6.1.4.1.2021.255 /bin/sh /usr/local/passtest…
Bernardo Rodrigues
  • 378
  • 1
  • 4
  • 17
1
vote
1 answer

SNMP can't find the OID in the OID Tree

I installed net-snmp on centos 7 with yum : yum install net-snmp I configured the /etc/snmp/snmpd.conf file to see all the oid tree : #Make at least snmpwalk -v 1 localhost -c public system fast again. # name incl/excl subtree …
1
vote
0 answers

Docker run returning "snmpd is neither service nor target!? " while trying to restart it

I am new to Docker. I have tried installing snmpd on opensuse13.2 docker image. Installation was completed. Docker build was executed fine. But when trying to restart or check the status of snmpd service, I am getting below error "snmpd is…
1 2
3
8 9