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

learn more… | top users | synonyms

1
vote
0answers
8 views

Where are the available debug tokens for the Net-SNMP tools listed?

In snmpcmd(1), under "Generic Options", it says, -D[TOKEN[,...]] Turn on debugging output for the given TOKEN(s). Try ALL for extremely verbose output. What tokens ...
0
votes
0answers
14 views

SNMPv3 - reset engine ID

How can I reset SNMPv3 engine ID, basically I've cloned virtual machine and now Zenoss (monitoring system) is not able to monitor these VMs, error message: "SNMP agent down - no response received". ...
3
votes
1answer
1k views

/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 ...
0
votes
2answers
654 views

How to pull SNMP information from Windows commandline without installing software

I would like to be able to quickly pull SNMP information via commandline such as device uptime. I noticed Net-SNMP's snmpget.exe can do this; but it looks like I need to install Net-SNMP first before ...
1
vote
1answer
124 views

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 ...
0
votes
1answer
27 views

Why doesn't build of net-snmp-5.7.2 provide /etc/rc.d/init.d/snmptrapd?

I am packaging an RPM for RHEL6, built from net-snmp-5.7.2.tar.gz. I see that the file /etc/rc.d/init.d/snmpd gets created and packaged but I do not see the init file for /etc/rc.d/init.d/snmptrapd. ...
1
vote
1answer
82 views

Server-Ip address is not getting displayed in snmp-trap messages

my problem is about Ip Address which I am receiving on the windows system snmp-trap messages,is some thing like that UDP: [192.168.1.150]:1029->[0.0.0.0]:0 while same trap message on linux system ...
5
votes
1answer
152 views

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 ...
1
vote
1answer
114 views

Solaris 10 snmp exec multiple strings

I am trying to use snmp to query a directory listing. I have added the exec line to snmp.conf ("exec list /bin/ls /pathtodirectory") and restarted the service. When I perform an snmp walk for the exec ...
0
votes
2answers
218 views

net-snmp snptranslate dosnt work for my MIB (snmpget does work)

I add my own MIB module to net-snmp. I put my Mib txt file under - '/usr/local/share/snmp/mibs' I see that if i change net-snmp files their the change is reflected , so this mibs are loaded ...
2
votes
1answer
593 views

Did not find 'zeroDotZero' in module SNMPv2-SMI

I have a perl script that searches through our switches to find which one hosts a given IP address; this script uses net-snmp libraries to poll through a daisy-chain of ethernet switches (think core / ...
1
vote
0answers
118 views

snmptrap and snmptt - authcommunity not found

I am trying to configure snmptt to translate the snmp traps received and handle them as passive checks in an icinga monitoring server as described here. after doing the changes to the snmptrapd.conf ...
0
votes
1answer
183 views

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 ...
12
votes
2answers
622 views

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 ...
4
votes
2answers
236 views

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: ...
0
votes
0answers
44 views

SNMP - can i define OctectString with size of 10K [closed]

I am running on Ubuntu and using net-snmp to implement my own mib module (simple scalar module). This module is for internal use , so both client and snmpd sever under my resposnsibility. I wonder if ...
0
votes
1answer
107 views

netsnmp - how to register string? [closed]

I use net-snmp. I try to add my own mibs (no need in handler, just a MIB that i can get and set by snmp call), so i followed the scalar example. In order to add my own mibs i defined them in the mib ...
6
votes
1answer
1k views

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 ...
0
votes
1answer
430 views

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 ...
2
votes
1answer
982 views

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 ...
-5
votes
1answer
863 views

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 ...
1
vote
1answer
231 views

Spoofing origin host using snmptrap

I'm about ready to lose my mind with this... I need to spoof the host that snmp traps are being sent from using the snmptrap command. The man pages for snmptrap state that you can utilize common ...
2
votes
3answers
1k views

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 ...
-1
votes
1answer
255 views

How To Change Telnet username and password using SNMP

We have a Siemens h1000 dslam. We forgot the username and password but i think we can do all activity with snmp My question is How we can reset telnet username and password using SNMP? Edited-> I ...
1
vote
1answer
262 views

Obtain newer version of NetSNMP for CentOS 5

I'm using CentOS 5. I have a need to use net-snmp version "net-snmp-utils-5.5-37.el6_2.1.x86_64" which is currently available in CentOS 6 but not in CentOS 5. The reason I need this version (or ...