snmp Questions

2

Solved

I'm trying to get the toner levels from a Brother MCF-9465CDN using SNMP, in order to ultimately plot them in a graph using Munin. I'm not getting ink levels though. Although I'm a bit new to SNMP...
Baskin asked 17/1, 2014 at 12:40

2

Solved

I am using centos Operating System. i am trying to get the memory statistics of localhost through snmpget command, i am getting this error. snmpget -v 1 -c public localhost .1.3.6.1.4.1.2021.4.6 ...
Harlene asked 3/7, 2013 at 9:21

9

Solved

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...
Bifarious asked 9/5, 2013 at 17:34

6

I have a MIB object with read-write permission. MIB section looks like this: EnableHalt OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "implemented in NetSnmpcod...
Precisian asked 13/10, 2009 at 12:33

2

Solved

I have a MIB that I started working on but smilint complains about a missing conformance group. How do I add this conformance group to my file? BLEH-PRODUCT-MIB DEFINITIONS ::= BEGIN -- Objects i...
Walleyed asked 29/5, 2013 at 20:53

7

Solved

Lately I have gotten into SNMP agent development and have been using the 30 day free trial of ireasoning's snmpd simulator. The tool has proven immensely handy, it can act as an snmpd service...
Lanark asked 29/6, 2011 at 20:11

6

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 also wr...
Porthole asked 2/11, 2012 at 10:31

4

Solved

On Ubuntu 12.04 I am tring to get the subtree of management values with the following command: snmpwalk -v 2c -c public localhost with the last line of the output being iso.3.6.1.2.1.25.1.7.0...
Plutonian asked 4/2, 2013 at 15:45

5

Using SNMP, how do I get the MAC address of the device connected to each port on the switch? We're using HP ProCurve Switches. I tried using the OID dot1dTpFdbPort but that seems to be giving me t...
Antinode asked 31/8, 2012 at 14:44

4

Solved

Okay, this is a Windows specific question. I need to be able to access the ink levels of a printer connected to a computer. Possibly direct connection, or a network connection. I recognize that i...
Winstead asked 25/8, 2012 at 7:24

0

I am running a Docker container for snmptrapd. It runs fine on a Linux host (Ubuntu 18.04), but not on Windows (10 Pro). Dockerfile: FROM alpine:3.8 RUN apk --no-cache add net-snmp COPY mibs/ /...
Habiliment asked 20/9, 2019 at 15:30

4

Solved

I'm desperately searching for a way to generate SNMP traps from PHP. I know the build in methods to use snmpget but I was not able to figure out how to send SNMP traps. Does anybody know a class /...
Brazilin asked 29/9, 2010 at 20:36

5

Solved

This morning, there were big problems at work because an SNMP trap didn't "go through" because SNMP is run over UDP. I remember from the networking class in college that UDP isn't guaranteed delive...
Mountainside asked 25/8, 2010 at 12:52

7

Solved

I know what SNMP is and I know what ping is. What is meant by a 'SNMP ping'? SNMP can be used to see if devices on a network are still alive.. what does it use to do this? I wouldn't have thought a...
Essentialism asked 12/3, 2012 at 15:2

1

I have one simple bash script calls test_snmp, let's say: #!/bin/bash echo $1 I have snmpd.conf set as following: rwcommunity public 127.0.0.1 extend .1.3.6.1.4.1.2021.53 /bin/bash /tmp/test_s...
Timecard asked 10/11, 2016 at 10:16

3

Solved

I need to make an agent in SNMP4J, but the documentation on how to get started is pretty poor. Does anyone have any experience with SNMP4J and could give me an idea on how to get started? Thanks.
Gazzo asked 11/7, 2010 at 21:29

1

Snmpv3 is a secured protocol compared to Snmpv2 and Snmpv1. But I dont understand what is the use of context name.We already have an user name and also authentication and privacy passwords which pr...
Denise asked 21/8, 2015 at 4:28

5

Solved

We have network management system under linux, C/C++, perl and we need to test performance of this system. Is there a tool or way that would allow us to emulate 50 000 SNMP devices? I don't know w...
Daric asked 7/4, 2009 at 17:49

2

Solved

I am trying to find a list of URLs for SNMP agents which I could make use of for testing purposes. Up till now I have made use of the NET-SNMP test url - > test.net-snmp.org. I've also made use o...
Bornstein asked 24/7, 2015 at 10:34

1

Solved

I am implementing my own MIB and also use smilint to check to validate the MIB. I am getting a lot of node xxx must be contained in at least one conformance group warnings. I am having trouble dec...
Declinature asked 30/11, 2016 at 9:5

4

I want to read all the objects from the MIB file that a manager has. I developed one tool to get some data from a SNMP enabled agent. I want to enhance that tool by showing all the OIDs form the ...
Lenhard asked 20/9, 2012 at 7:10

1

Solved

For test purpose, i'm trying to use the snmptrap command to produce a .1.3.6.1.2.1.43.18.2.0.1 trap (printer alert trap). I'm not in my two feet with the syntax of the snmptrap command, so can som...
Instructive asked 9/5, 2016 at 15:40

2

Solved

A client has requested that instead of email alerts that we send SNMP Traps to their Nagios server instead. The only thing I knew about SNMP before yesterday was that it sounded like an acronym, so...
Urania asked 7/1, 2016 at 12:18

3

Solved

I'm actually working on a Java application that shares printers to a server, and I need this application to get the make and model of the printers it shares. I know this question has been asked thr...
Arliearliene asked 18/3, 2013 at 12:30

3

Solved

I'm currently developing a monitoring application for some in-house hardware using net-snmp. I have code that somewhat works, when calling snmp_pdu_free() my code segfaults. I am creating the pdu s...
Eumenides asked 29/7, 2009 at 19:0

© 2022 - 2024 — McMap. All rights reserved.