Top "Snmp" questions

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.

Reason: (noSuchName) There is no such variable name in this MIB

I am using centos Operating System. i am trying to get the memory statistics of localhost through snmpget command, i …

centos snmp
What does "No more variables left in this MIB View" mean (Linux)?

On Ubuntu 12.04 I am tring to get the subtree of management values with the following command: snmpwalk -v 2c -c …

linux ubuntu snmp
Send trap v2 in Java

How can I send snmpv2 traps from Java application. I tried to do example on snmp4j, but it didn't …

java snmp snmp-trap
What is a SNMP ping?

I know what SNMP is and I know what ping is. What is meant by a 'SNMP ping'? SNMP can …

networking snmp ping
Figure out memory usage using SNMP on Windows

Currently i use the following to figure it out: For total memory: .1.3.6.1.2.1.25.2.2.0 For used memory i walk the following oid (…

windows snmp oid
C# SNMP programming

I try write some code to retrieve objectID and the result is 2B-06-01-04-01-82-31-01-03…

c# snmp mib
Send a notification trap SNMP with snmptrap command Linux

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 …

linux command-line snmp net-snmp snmp-trap
Identify a non-computer network device?

I'm current working on a program that scans my network and discoveres computers and devices on the network. I use …

networking snmp packet-sniffers discovery raw-ethernet
Getting started with SNMP4J

I need to make an agent in SNMP4J, but the documentation on how to get started is pretty poor. …

java snmp snmp4j
Why is Math.floor() used instead of integer division in BER Codec

I am looking at the SNMPBEECodec which can be seen at this location In particular I am looking at the …

java encoding snmp