Common set of SNMP tools for *nix and Windows environments.
0
votes
0answers
5 views
Net-SNMP V3 Sessions in Python
recently I began writing a bruteforcer on SNMP V3 in Python. It should be more a proof of concept than a real world application.
I use the Python bindings of net-snmp. The thing is that if I ...
-1
votes
0answers
25 views
embedded perl support failed to initialize [closed]
I had executed yum install net-snmp net-snmp-libs net-snmp-utils net-snmp-perl as a root user to install net-snmp with perl on my Fedora-14 OS.
Its got ...
0
votes
0answers
18 views
using device specific MIB file to obtain voltage net-snmp c++
I have a mib file. From this I want to read the devices Voltage values and i want to be able to reboot the device using net-snmp library with c++.I compiled snmp library and run its sample ...
0
votes
1answer
39 views
SNMP extend as an INTEGER and not a STRING
I am trying to extend freeradius statistics to snmp. I want to monitor these values and collect them within rrd files.
My problem is that these values should be rrd counter but it appears that counter ...
-1
votes
0answers
25 views
sample output for energywise OID [closed]
I need to know sample snmp output for the following energywise OID.
cewEnable : .1.3.6.1.4.1.9.9.683.1.23
cewVersion: .1.3.6.1.4.1.9.9.683.1.24
cewEntEnergyUnits: .1.3.6.1.4.1.9.9.683.1.6.1.7
...
0
votes
0answers
34 views
How to change the net-snmp default port to one less than 1024 in linux?
Everyone!
In Red Hat Server Linux, I change the Net-SNMP default port(161) to 165 by adding "agentaddress 165" in snmpd.conf file, but it doesn't work. Service snmpd startting failed.
Is anybody ...
0
votes
1answer
22 views
snmp private mib prevent node being readable for public user
I am dealing with a private mib which includes some nodes with sensitive information.
I want these node to only be readable by a user who has a private community string.
details:
usersEntry
...
-1
votes
1answer
109 views
Net-SNMP showing wrong version in Syslog? [closed]
I built Net-SNMP 5.7.2 from source and installed it. When I run snmpget --version and snmpd --version it displays the correct version.
However only because of the fact that I am experiencing some ...
0
votes
1answer
51 views
Where to get SNMP class for php
I found this http://www.php.net/manual/en/class.snmp.php, but I can't find link to download this script. I tryed to search in the WEB, but the same result.
Or is the any methods with php extension to ...
0
votes
0answers
40 views
Cannot get AES encryption on Windows with OpenSSL
If I download the windows binaries from openSSL, they only support DES encryption, not AES. I am trying to get openSSL working with NetSNMP for SNMP V3, Using AES encryption. When I compile netSNMP ...
0
votes
0answers
35 views
Net snmp build issues
I'm trying to get some fairly old SNMP code built on windows as I need to make some changes. It compiles fine on UNIX. I've installed net-snmp 5.6.1.1 (the latest according to here: ...
2
votes
1answer
154 views
Authoritative engine Id and context engine id in snmp v3
I have a client machine which sends snmpinform.
In other machine i am running snmptrapd server.
I wanted to mention context engine id and authoritative engine id explicitly.
While sending command i ...
0
votes
1answer
71 views
Given an OID, how do I find the corresponding MIB?
I'm using net-snmp. Given a specific OID such as .1.3.6.1, how do I find the corresponding
MIB/module/filename/anything where that OID is described?
I've looked through all the #include file in ...
0
votes
1answer
107 views
How to get SNMP value by MIB name?
Analog on bash:
snmpwalk -c SNMP1TV01 -v 2c 127.0.0.1 IF-MIB::ifName | grep bond0
IF-MIB::ifName.8 = STRING: bond0
snmpwalk -c SNMP1TV01 -v 2c 12.0.0.0.1 IF-MIB::ifHCOutOctets | grep 8
...
0
votes
1answer
107 views
Send SNMP trap to particular host in Nagios
I have the nagios with two host. one is localhost(10.10.62.5) and another one is
ubuntu(10.10.62.10). i set up nagios monitor on localhost.
host configuration files are below
localhost.cfg:
...
0
votes
0answers
54 views
Use of DTLS (Datagram Transport Layer Security) with Net- SNMP and Management Systems
I have a task to use net-snmp for my project. For that we are implementing a prototype and should able to use send requests and receive notifications from
agent and trapdistributor.
Somehow we are ...
0
votes
0answers
23 views
Applicability in SNMP scalar objects
What is the correct way to show applicability of SNMP Scalar Objects when doing an SNMP-GET request?
For example, imagine that we have a monitoring parameter that is only valid under certain system ...
0
votes
1answer
171 views
0
votes
0answers
71 views
snmptrap IPv6 destination not working
I compile snmptrap as a "stand alone" application to run on an enbedded device.
Sending trap with IPv4 works like a charm, but when using an IPv6 address as the destination, the following is showing ...
0
votes
0answers
332 views
Installing snmp on suse [closed]
I have downloaded a package of SNMP for SUSE from http://www.net-snmp.org/ after download i have extracted my package on the suse machine but after that i dont know how to start the snmpd service or ...
0
votes
1answer
147 views
Perl NetSNMP extension with multiple devices
I have got a machine (Debian based) with some temperature sensors attached to it, and i would like to query them over snmp, from one script. I can work with one sensor ok, but i am struggling when i ...
0
votes
1answer
73 views
generated executable of Net-Snmp is not getting distributed
Actually I compiled a source file of Net-Snmp-5.7.1 version on windows system by using Visual Studio C++ (2008).Its working fine on that particular machine,but whenever I tried to take this compiled ...
0
votes
0answers
57 views
not getting proper server-ip in snmp-trap messages on windows system
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 ...
0
votes
1answer
179 views
Getting a random number from a shell script and store it in to a file using snmpcommad (SNMP Protocol)
I am facing issue with running a script through snmpwalk command which should redirect a random number into a output file:
I have configured OID for script in snmpd.conf undet /etc/snmp/ as
exec ...
0
votes
1answer
97 views
How i can build net-snmp-5.0.9 in 64 bit in Solaris 10 ? what the run time option in gcc
I want to build netsnmp package in 64 bit in Solaris 10.
How i can build net-snmp-5.0.9 in 64 bit in Solaris 10 ?
what the run time option in gcc
0
votes
1answer
110 views
Could not format log-string
while recieving snmptrap on linux system...every thing working fine,but in windows server & XP I am getting Could not format log-string.Anyone please help me to solve this problem.
I am using ...
0
votes
0answers
109 views
snmptrapd.conf for windows XP
How we can use the traphandle option in snmptrapd.conf of windows-XP.
If any one can provides the sample of snmptrapd.conf for windows-XP.It would be highly appreciated.
Thankyou
0
votes
0answers
52 views
rrd graphs usings snmp gives wrong pick
I have some problem with SNMP with RRD graphs... the problem is RRD graph maps a bandwidth speed using below formula:
(current reading-last reading)/(current time-last time)
but the problem is over ...
0
votes
0answers
360 views
snmpwalk : no response form remote host
syslocation elit
syscontact ja.bod@el.com
sysservices 79
agentXTimeout 10
trap2sink 10.104.yyy.xxx public
trap2sink 127.0.0.1 public
trapcommunity public
authtrapenable 1
createUser jat MD5 ...
0
votes
1answer
101 views
Why the description of the snmp oid giving “null”?
My following code is not working as I want to get the description of a node using the Net-Snmp library.
#include "net-snmp/net-snmp-config.h"
#include "net-snmp/net-snmp-includes.h"
void ...
0
votes
1answer
285 views
Cacti - after upgrade to 0.8.8a not graphing harddrive space on Windows servers
I have upgraded Cacti from 0.8.7g to 0.8.8a. (We use poller not spine).
I followed the upgrade instructions here - http://docs.cacti.net/manual:088:1_installation.3_upgrading#upgrading_cacti
Cacti ...
1
vote
1answer
478 views
Simple snmp trap generator program using Net-SNMP in C?
I'm trying to create a simple SNMP trap generator program so that I can understand the Net-SNMP library better. With the following code I keep getting the error
snmptrap: Configuration data found ...
0
votes
0answers
226 views
Multiple values with snmpset using Net-SNMP
Lately asking on the Net-SNMP mailing list is like winning the lottery, i.e. it never happens.
I need to know how I can set multiple parameter values with snmpset for my command scalars?
I have ...
1
vote
1answer
74 views
Net-snmp reloading working in strange way
I have placed snmp v3 configuration, createUser directive and rwuser directive in /etc/snmpd.conf path and while running snmpd i'm specifying it to read configuration from this path using -c ...
0
votes
0answers
56 views
SNMP engine Identification
When two SNMP engines communicate, one is designated to be the authoritative SNMP engine. When an SNMP message contains a payload that expects a response (for example a get-request, get-next-request, ...
1
vote
2answers
532 views
can not implement SNMP class in PHP
I want to use snmp class on PHP, and try that example-1 on my server.
<?php
$session = new SNMP(SNMP::VERSION_1, "127.0.0.1", "public");
$sysdescr = $session->get("sysDescr.0");
echo ...
0
votes
1answer
92 views
snmp logs location
DEBUGMSGTL(("","Initializing scalar integer. Default value = %d\n"));
snmp_log(LOG_ERR,"fscanf failed in temp fun(),errno:\n");
with these log I want all logs from startinn of snmp service to end ...
2
votes
1answer
166 views
How to see the environment variable set by the net-SNMP library?
I am using the net-SNMP library for developing a parser for the MIBs.
I want to see the environment variable used bye the library.
I have tried the env command but it doesn't showing any variable as ...
2
votes
1answer
73 views
How to link curl with net-snmp
I am programming an application to be monitored with (net)snmp.
So when I run snmpget it will trigger a request for my program in C to get the data. The only problem is my program uses libcurl.
The ...
0
votes
1answer
77 views
Query regarding SNMP get
Recently we were making MIB files for NMS system, while doing so I came across that after deploying the MIBs on Linux machine to query it I need to add 101.1 at the end, where as for standard Linux ...
1
vote
1answer
505 views
How to change the default MIB searching path?
I have the following code to parse the mibs in a folder called mibp .
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <string.h>
...
0
votes
1answer
171 views
Configure traps in snmpd.conf with TLS certificates in net-snmp
How to configure the net-snmp agent (snmpd.conf) to send traps using TLS and certificates?
Will it reuse the server snmp server cert and use it as a client cert towards the trapd server?
Can you ...
1
vote
1answer
415 views
executing snmpd::FATAL: kernel too old
can anyone help me to resolve kernel dependency ? I have done net-snmp packaging on linux-3.0.2-generic and trying to make it work on below version.
uname –a
Linux manage 2.6.18.8-1 #3 Wed May 28 ...
0
votes
1answer
700 views
shell script for Net-snmp (get/walk) is not efficient
#!/bin/bash
for i in `seq 1 3000`
do
index=`snmpget -v 2c -c public -Oqv localhost 1.3.6.1.4.1.21067.4.1.1.1.$i`
done
for i in `seq 1 3000`
do
upload=`snmpget -v 2c -c public -Oqv localhost ...
0
votes
0answers
480 views
Warning: Failed to connect to the agentx master agent ([NIL])
I have installed net-snmp5.7.2 on my system, I have written my app_agent.conf for my application and
agentXSocket udp:X.X.X.X:1610
and exported SNMPCONFIGPATH=path_to_app_agent.conf
I have ...
0
votes
1answer
939 views
no response from the host :snmpwalk
I have implemented AgentX using mib2c.create-dataset.conf ( with cache enabled)
In my snmd.conf :: agentXTimeout 15
In testtable.h file I have changed cache value as below...
#define ...
0
votes
1answer
329 views
NET-SNMP: Getting more detail into Disman Traps
I'm working on traps using NET-SNMP and the DISMAN Event MIB
With the following snmpd.conf configuration:
createUser disman MD5 sercrt@1
rouser disman auth
agentSecName disman
#defaultMonitors yes
...
0
votes
0answers
94 views
snmptrap v3 will missing msgAuthenticationParameters and msgPrivacyParameters in pcap file when snmpd activeity send snmptrap to snmp receiver
snmptrap v3 will missing msgAuthenticationParameters and msgPrivacyParameters in pcap file when snmpd activeity send snmptrap to snmp receiver, I use tcpdump save snmptrapd packet
about one week ago, ...
1
vote
1answer
117 views
using net-snmp:can not regularly read and update data from a file
/*
* Note: this file originally auto-generated by mib2c using
* $ mib2c.create-dataset.conf
*/
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
...
0
votes
0answers
65 views
A few issues with luasnmp
Having a problem. I need to use snmpset in lua, so I use the luasnmp module.
I just want to perform remote pings via snmpset (get snmpd to respond to DISMAN-PING-MIB
requests). However, I am ...