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.

725 questions
24
votes
2 answers

Why does snmp fail to use its own MIBs?

I've done a fresh install of Ubuntu 12.04LTS, and installed the snmpd and snmp packages. If I type: snmpwalk -m ALL -v2c -c public localhost 1.3 I get swathes of errors, of the form: Cannot adopt OID in SQUID-MIB: cacheClients ::= {…
fadedbee
  • 1,988
  • 4
  • 22
  • 33
24
votes
5 answers

Looking for a good SNMP Browser to run under Windows

I used to use Getif for poking around inside SNMP results from servers and devices. However it no longer works with Windows 7 and 64-bit. I am looking for hopefully an open source bit of software that will allow me add MIB's as required and allow me…
Littlejon
  • 243
  • 1
  • 3
  • 9
23
votes
3 answers

Is SNMP still used widely as of 2015?

A lot of things about SNMP seemed cumbersome to me even 15 years ago. One example is the concept of MIB being a local resource to "make sense" of the otherwise numeric OIDs. Has SNMP been modernized or mutated into something else? Is it still a…
Ilya
  • 341
  • 2
  • 5
16
votes
1 answer

SNMP Deprecated in Windows Server 2012

According to Technet's Features Removed or Deprecated in Windows Server 2012, SNMP is being depreciated: SNMP is deprecated. Instead, use the Common Information Model (CIM), which is supported by the WS-Management web services protocol and …
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
16
votes
6 answers

Solution to route/proxy SNMP Traps (or Netflow, generic UDP, etc) for network monitoring?

I'm implementing a network monitoring solution for a very large network (approximately 5000 network devices). We'd like to have all devices on our network send SNMP traps to a single box (technically this will probably be an HA pair of boxes) and…
Christopher Cashell
  • 8,999
  • 2
  • 31
  • 43
15
votes
6 answers

How do I passively monitor the Windows Event Log?

How can I monitor the Windows Event Log remotely such that I will be informed automatically when certain events occur? There are plenty of active monitoring solutions, but they require human attention or constant polling. I need a passive solution…
Rym
  • 539
  • 1
  • 4
  • 10
13
votes
6 answers

Monitor a Windows Server using SNMP

How hard can this be? I want to get the current CPU performance from a remote Win 2k3 machine. I need to use SNMP because the machine is behind a firewall. Assumptions: I understand networking/can configure any kind of IP address/port…
Mike McClelland
  • 810
  • 3
  • 10
  • 19
12
votes
1 answer

Is anyone using an SNMP and/or WMI poller to push custom metrics to Amazon CloudWatch, and if so how?

Amazon CloudWatch has a decent console, and an alarm system which uses Amazon SNS for notifications. Originally it only gave you AWS metrics, e.g. EC2 instance CPU utilization. Recently they added custom metrics. You can use the CloudWatch REST API…
Greg Hendershott
  • 786
  • 1
  • 7
  • 12
11
votes
4 answers

Monitor DELL hardware on VMware ESXi 5.5 server

Despite researching this topic quite a bit online (to be fair I'm not a full time sysadmin) I'm unable to figure this out. We have a bunch of VMWare ESXi 5.5 servers, some of which are integrated into vSphere, some of which are not (for cost…
Lucky Luke
  • 1,555
  • 1
  • 9
  • 12
11
votes
3 answers

How to find all the snmp enabled devices in my network?

I want to find all the snmp enabled devices in my network, I got something like how it works in a agent and manager architecture. I got net-snmp library to create a simple application to get the snmp data from a remote device.I have to write a…
pradiptart
  • 215
  • 1
  • 3
  • 9
10
votes
1 answer

SNMP MIBs on Ubuntu - error in MIBs

I'm concerned that the definitive set of MIB files for Ubuntu seems to have syntactic errors. Am I using the wrong MIBs? I have used sudo apt-get install snmp-mibs-downloader sudo download-mibs to install an extensive set of MIBs that seem to…
djna
  • 285
  • 1
  • 3
  • 9
10
votes
1 answer

Is SNMP v3 supported in Windows Server 2016?

Hello serverfualt members, I have researched this very question and have made the following discoveries: Windows 2003 Supports: • SNMPv2x Windows 2008 Supports: • SNMPv1 and SNMPv2c Windows 2012 does not Support SNMP: • SNMP is deprecated.…
gsb005
  • 111
  • 1
  • 1
  • 5
10
votes
1 answer

How can I get FreeNAS and pfSense to report more using SNMP?

I have two servers which run variants of FreeBSD: One is a pfSense router and one is a FreeNAS 8 server. Both these servers run SNMP, and I am collecting and graphing their information using a third Cacti server. The SNMP data from both the pfSense…
Josh
  • 9,001
  • 27
  • 78
  • 124
9
votes
2 answers

What is the impact of disabling a printer's checkbox for "SNMP Status Enabled" with or without a print server inline?

To harden SNMP security one must deviate from the default get community string of "public". Once that is done, as well as disabling any remaining get community strings of "public" such as HP units, there are two options to maintain printing…
Sn3akyP3t3
  • 860
  • 1
  • 8
  • 12
8
votes
2 answers

SNMP differences in ifInOctets vs ifHCInOctets values

I'm trying to graph network usage on my router for a specific interface using data from SNMP. I know that ifInOctets/ifOutOctets is only 32 bit and will overflow for high speeds and make my graphs look dumb, but it looks like the differences in…
pettazz
  • 181
  • 1
  • 1
  • 3
1
2 3
48 49