Simple Network Management Protocol (SNMP) is an Internet-standard protocol for managing devices on IP networks and consists of operations for data retrieval, modification and notification. SNMP generally operates over UDP.

learn more… | top users | synonyms

0
votes
0answers
10 views

SNMP OBI for Richo Aficio MP C4502 Printer?

I'm writing a snmp program to monitor a Richo Printer. I found the snmp value for hp printer in internet. link out of this link few of then are supporting Richo printer and most of them are not ...
0
votes
0answers
33 views

Read BER-encoded data in C#? [closed]

I'm trying to read some SNMP packets on my own. So far so good, I was able to put up some functions to write some SNMP TRAP packets as I need them. However, now I need to be able to read them and ...
0
votes
2answers
32 views

run java file by shell script - where the java file and shell script are in same package

I have a snmp agent running in my machine, which will run a shell script when a snmpwalk request came to the agent with a particular OID. By exec TestFile /bin/sh /location/of/file/testShFile.sh ...
-1
votes
0answers
15 views

SNMP object ID for Recho brand printer? [duplicate]

I need to write a program for Recho printer (Recho is brand name of the printer like HP) to know the status. I wrote a sample snmp program to know the status of printer and I pass as an input SNMP ...
0
votes
0answers
17 views

loading MIB file snmptranslate

I downloaded and put a MIB file into my /usr/local/share/snmp/mibs directory. I am trying to use snmptranslate -m +necronIV-mib2-V1.4.11-three.mib -IR -On npm4TotalVoltageA but i get error of ...
0
votes
0answers
19 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
0answers
34 views

How to check the printer status using snmp or javax? [duplicate]

I need to write a program to test printer status. Such as out of paper, printer status, Paper jam and check all the trays are close or not. Guys i wrote a program using Javax printer API and SNMP. ...
0
votes
0answers
37 views

how to check Network printer status using snmp(Java)?

I wrote a SNMP program to know the printer status. I can able to see the few status using my code. InetAddress hostAddress = InetAddress.getByName("xx.xx.xx.xx"); String community = "public"; int ...
0
votes
1answer
18 views

Shutdown managed system using SNMP

Is this possible to shutdown a remote host using SNMP? I have an HP proliant server with both net-snmp and HP agents installed. I was curious whether power management is possible using SNMP commands ...
0
votes
2answers
48 views

PHP SNMP - Cannot find module

I've enabled the SNMP module was trying to the functions in the module. I have set the MIBDIRS environment variable to where I have my mibs but I'm still getting these "Cannot find module" warnings: ...
0
votes
1answer
127 views

Net-SNMP Agent snmptrapd.conf examples

I'm trying to set up an Ubuntu virtual machines to receive test traps to help me get a handle of SNMP. I'm looking for examples of snmptrapd.conf files to help me get a handle of the software. I'm ...
0
votes
1answer
31 views

Parse SNMP Response

I can connect to SNMP agent and send OID and receive response, but the problem is I don't know How I can send request for bandwidth,and then how can I parse the response in code?
0
votes
3answers
49 views

what is the meaning of 1.3.6.1.2.1.43.11.1.1.5.1.1 3 ) in snmp?

I wrote an SNMP application to test the printer status. When I give 1.3.6.1.2.1.43.10.2.1.15 to check printer status I got this (1.3.6.1.2.1.43.11.1.1.5.1.1 3) as output. newVars = ...
-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 ...
1
vote
1answer
16 views

Reusable enumeration in mib files

There is a way to enumerate values in mib files (http://en.wikipedia.org/wiki/Management_information_base) such as ...
-3
votes
0answers
45 views

Get Server BandWidth C# [closed]

How can I get the bandwidth,CPU usage Ram usage and ... of my Servers in C# code? I know SNMP is one of the solutions but I'm not sure it's the best or not and if exists better ones or not.
0
votes
1answer
52 views

PySNMP : ImportError: No module named pyasn1.compat.octets

I'm trying to use PySNMP on windows, but when I try to import cmdgen I see following Error: from pysnmp.entity.rfc3413.oneliner import cmdgen ImportError: No module named pyasn1.compat.octets How ...
0
votes
0answers
15 views

How to establish object type in netsnmp.python?

What is the simplest and correct way to acquire the object type (as an example - tabular) using netsnmp.python bindings, and/or get mib object definition from OID? (Source code in C of snmptable ...
0
votes
1answer
42 views

Configure routing with SNMP

Is there a way to add routes to, for example, RIP routing table, using snmp requests? Where can I get this scenarios described step-by-step? Thank you.
0
votes
0answers
18 views

Java application exception monitoring & alarms

We have a few applications which are running in Windows 2K, 2008 servers. They are written in java. These applications needs to do many automation tasks. We are having difficulty to monitor these ...
0
votes
0answers
15 views

reasons for using SNMP for .net applications/services

Work is considering using SNMP trap in our .net applications (windows servies), which are .net based. Just trying to get feedback on this and whether its a food idea or if another monitoring means is ...
0
votes
2answers
141 views

SNMP Agent in Python

I required a SNMP agent in python, which listen on a particular port and and responds to basic SNMP command (like GTE, SET, GETNEXT ...etc) If any one have code please reply on this post.
2
votes
1answer
42 views

snmptrap SNMPv3 with selected client ip address

I would like to send trap and specify clientaddress As I search there is two ways: edit /etc/snmp/snmp.conf and set: clientaddr [IP_OF_DEVICE] specify IP as parameter: --clientAddr="[IP_OF_DEVICE]" ...
2
votes
0answers
45 views

Is there any way to find a printer status using java socket program?

Is there are any way to find a printer status using java socket program? This program need to identified printer status. such as Printer ON/OFF/IDEAL. Current Job. Paper level in try. toner leave. ...
-1
votes
1answer
20 views

DisMan Monitoring - traps not being generated

In order to set up a self-monitoring of a linux OS (CentOS) in order to send traps if a condition occurs i have configured the lines com2sec notConfigUser default Public0 group notConfigGroup ...
0
votes
1answer
56 views

How to use SNMP with Java?

I'm writing an application to a printer. now i need to identified the status of the printer. The only way is use SNMP. javax wont request how to use SNMP with java. i need to write a application to ...
0
votes
0answers
77 views

Evaluation failed for function str/regexp in a trigger

when trying to evaluate two monitored items, i get an error like this: Evaluation failed for function: {RE-002:snmptrap["linkDown"].str(on interface 2)} and the trap is configured this way in a ...
0
votes
1answer
41 views

How should I test if a PDU is too big in WinSNMP?

I am building an SNMP Agent for a Windows application using the Microsoft WinSNMP API. Currently everything is working for single-item get and set-request, and also for get-next to allow walking ...
0
votes
1answer
53 views

Two kyocera printers have the same SysObjectID (.1.3.6.1.2.1.1.2)

I am trying to get the device details of a printer using SNMP. I am using the SysObjectID of the device for tracking the model. I am getting same SysObjectID (.1.3.6.1.2.1.1.2.0) for the below ...
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 ...
0
votes
0answers
11 views

citrix branch repeater performance monitoring

I am developing citrix branch repeater for performance monitoring through the snmp oid in which what is mean by Icasentrate measure and is it cumulative measure or not, and what is unit of that.can ...
0
votes
1answer
42 views

Index in MIB table

I want to use a hierarchical table structure within a MIB for an SNMPv2-Trap similar to the one described within this answer http://stackoverflow.com/a/2510340/346899 However I do not really get the ...
1
vote
0answers
35 views

Cloud9 and snmpjs

I am currently trying to get the basic example code working for the node.js library node-snmpjs in the c9.io development environment. The example code is here: https://github.com/wesolows/node-snmpjs ...
0
votes
1answer
155 views

Get Printer Status Using SNMP OID

I am working with SNMP in Android. I want to get Printer Status. I am using Snmp4Android.jar and OID 1.3.6.1.2.1.25.3.5.1.1. Please refer this link Printer Status. SnmpActivity.java here public ...
1
vote
3answers
150 views

Find Neighbour with SNMP LLDP

i have several switches (Hirschmann Mach1040, RS40) connected together. So i want to elict the mac address/ip address of the connected neigbour switch on port x with the snmp. is there a lldp ...
2
votes
1answer
119 views

android INSTALL_FAILED_MISSING_SHARED_LIBRARY

That problem comes with snmp4android.jar using Android 3.1 [2013-04-08 14:42:25 - ControlloGiardinoWG] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2013-04-08 14:42:25 - ...
0
votes
1answer
56 views

Change port speed by SNMP (Switch D-link/Cisco)

How to change Bandwidth port limit by SNMP? There are OID for check Bandwidth port traffic, but I can't find any MIB to change the port limit.
0
votes
0answers
21 views

PHP snmp work with one connection

Is there any way to make one connection and work with it? Now I have this: snmp2_get("ip", "public", ".1.3.6.1.2.1.1.5.0"); snmp2_get("ip", "public", ".1.3.6.1.2.1.1.6.0"); Is there any function ...
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
1answer
27 views

PHP snmp return result

I use this function for get result by snmp snmp2_walk("localhost", "private", "OID"); All work fine, but result returns in this form: STRING: "..." STRING: "second" Is there a function to convert ...
0
votes
1answer
106 views

Perl Net::SNMP returns wrong value for some OIDs

I'm trying to get data from a QLogic switch via SNMP. When I snmpwalk the connUnitPortStatCountError OID (.1.3.6.1.3.94.4.5.1.3) from the command line, I get a hex string result for each port on the ...
0
votes
1answer
40 views

Querying numerical OID in PySNMP?

I'm attempting to query an SNMP variable on a Cisco routing device in Python, and struggling. I have a snmpwalk command that works fine: $snmpwalk -v2c -c <our_community_string> ...
0
votes
0answers
39 views

How to connect JDBC in following program

I am developing an UDP Listening program with adventnet SNMPAPI. Now i need to save the listening data into Database. While i am doing that, i got errors. Can anybody help on this plzz... Here is my ...
0
votes
0answers
58 views

SSH tunnelling SNMP Server

I need to retrieve data (My java program in Eclipse IDE) from an SNMP server on my university campus but I need to be off campus. I am able to SSH into a machine on campus, so I need to somehow ...
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 ...
1
vote
1answer
61 views

Using grammar from a .grammar file with ruby

Looking for a way to parse SNMP Mib Files in Ruby, i found a project written in Java (www.mibble.org) that use two files of Grammar (extension .grammar) to parser Mib files. Is there any way to use ...
0
votes
1answer
214 views

SNMP OID for CPU core temperature of Windows computer

I am developing an Android app to retrieve some information from computer using SNMP. Is it possible to get the CPU temperature (or any temperature within device) by SNMP? If it is possible, what is ...
1
vote
0answers
61 views

What is the best way to monitor performance of an AWS server from a C# program?

I want to monitor from home, from my own C# program, my own AWS network. I have already work and achieve some progress with SNMP but not sure if is the best tool for this job. I can think in several ...
1
vote
1answer
30 views

2000 switch snmp per port

I am running an application which collects snmp data from more than 2000 switches every 5 mins, upoctets,downoctects,port status and displayes them in graphs and a switch view on web page with green ...
2
votes
1answer
155 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 ...

1 2 3 4 5 15