Questions tagged [snmp]

SNMP (Simple Network Management Protocol) is an Internet-standard protocol for monitoring and configuring devices on IP networks.

Simple Network Management Protocol (SNMP) is an Internet-standard protocol for monitoring and configuring devices on IP networks.

SNMP is defined by a series of IETF Requests for Comment (RFCs). There are three versions of the protocol: SNMPv1, SNMPv2, and SNMPv3. RFC 3584 is the "Best Current Practice" for handling coexistence of the three protocol versions, and provides a view of interoperability issues between the versions as well as a list of references to the various RFCs that define the different versions.

SNMP generally operates over UDP on IPv4, but several transport mappings are defined in RFC 3417.

735 questions
4
votes
2 answers

/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 view systemonly included .1.3.6.1.2.1.1 view …
Avihai Marchiano
  • 612
  • 3
  • 16
  • 32
4
votes
1 answer

Stack Switch Failure Check using Nagios

We have a Cisco 2960S series switch which is a stacked switch with multiple physical switches managed as a single unit. A single management IP is assigned to the entire stacked switch. Therefore, if one member of a switch stack fails, the IP…
4
votes
2 answers

Howto prevent snmpd cache results from extend script

On my freebsd box i have snmpd daemon from net-snmp-5.5_4 packet. In snmpd.conf file i have: extend .1.3.6.1.4.1.2021.2 inpt /usr/bin/perl /usr/local/etc/snmp/mpdinput.pl where mpdinput.pl my script which return input-octets from some mpd5-ng…
Korjavin Ivan
  • 2,250
  • 2
  • 26
  • 41
4
votes
1 answer

Monitoring OSPF links with SNMP

I am looking for a way to monitor OSPF links using SNMP. I have attempted to try to poll the Neighbor State of a specific peer, looking for a value of Full, and going into alarm once the value is no longer Full, but when the trunk goes down, the…
n0sw1tchp0rt
  • 97
  • 3
  • 8
4
votes
2 answers

Where are SNMP MIBS evaluated? Can I make my own?

You can monitor lots of different data points about a Linux system using SNMP, if you pick the correct MIB numbers (e.g. like .1.3.6.1.4.1.2021.9.1.2.1 on http://www.debianhelp.co.uk/linuxoids.htm). Where is the code for each MIB test stored on a…
Skippy29
  • 43
  • 1
  • 3
4
votes
3 answers

SNMP keeps crashing

We're using OpsView/Nagios to monitor our servers. We've added the SNMP service to all our servers and deployed the configuration via GPO, but one win2k3 server seems to have a problem; it crashes pretty regularly. The event log carries messages…
jldugger
  • 14,342
  • 20
  • 77
  • 129
4
votes
4 answers

MRTG + RRDTool Hourly Graph

I am using MRTG + RRDtool to monitor the bandwidth on each switchport of a Cisco Catalyst 2950 via snmp. Is MRTG capable of generating an hourly graph? With RRDtool I was able to set the interval to 1 minute in hopes of getting a more detailed…
SuperMicro321
  • 41
  • 2
  • 4
4
votes
1 answer

Installing HP Agents on OpenFiler

We're hoping to solve a need for a low-cost SAN at one of our sites by deploying an OpenFiler on a DL360 strapped to an MSA70. We've been running a similar setup for 18 months at our locel site, so we're happy with the performance and compatability.…
Chris Thorpe
  • 9,953
  • 23
  • 33
4
votes
2 answers

Minimal OpenManage Linux Installation for SNMP Raid Monitoring?

Is there a minimal installation I can do to make RAID information on a PowerEdge server available in SNMP so I can monitor it with Nagios? I have found command line utilities I could use check_by_ssh with, but I believe I would need to setuid/sudo…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
4
votes
5 answers

Ntpd monitoring

Is it possible to monitor an ntpd server running on windows using snmp ( or possibly something else ) I couldn't find any documentation on the subject. I'm interested in any information the server can provide, like current date / time, connection…
f4
3
votes
3 answers

Determine What Process is Generating Network Traffic (Windows Server 2003)

I've got a print server in our Windows 2003 domain with a lot of print queues on it. We are seeing a significant amount of SNMP scans coming from this server which we think are unnecessary. Everything related to the print server itself is…
J.Zimmerman
  • 1,117
  • 1
  • 8
  • 13
3
votes
2 answers

HP C7000 alarms from blades via Onboard Administrator

HP Bladesystem (C7000) Onboard Administrator can report enclosure related hardware issues as SNMP traps. So there are alarms from PSUs, FANs etc. This does not work with blade's hardware (like faulty server blade disks), however OA is aware of such…
Motueka
  • 31
  • 1
3
votes
2 answers

How to get all SNMP items using zabbix?

Scenario: OS: CentOS 7.2 Zabbix version: 3.0 Trying to monitor some switches using SNMP protocol I'm able to monitor them without any problem, all items are working and everything is fine but adding every item is a pain in the ass and I'm not into…
sysfiend
  • 1,387
  • 1
  • 12
  • 24
3
votes
1 answer

snmpwalk not seeing mibs

Having a strange problem using Ubuntu 15.10. Yesterday I had to do a reboot due to a system update, and after the reboot 2 of the MIBs I use - LM-SENSORS-MIB and UCD-DISKIO-MIB do not work in snmpwalk. I can still find the OID with snmptranslate,…
user3260912
  • 193
  • 2
  • 6
3
votes
2 answers

How does SNMP get CPU usage on Linux?

Does a SNMP call to get CPU usage for a Linux box eventually just read the /proc/stat file?
nivek
  • 33
  • 1
  • 3