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
3
votes
5 answers

SNMP being blocked by Windows 2008 Firewall even after firewall exceptions added

I have a few Windows 2008 servers that I'm trying to setup SNMP monitoring. I have installed and configured the SNMP service. I have also turned on the exceptions from SNMP and SNMP Traps in the Windows Firewall exception list. However, SNMP traffic…
Richard West
  • 2,978
  • 12
  • 44
  • 49
3
votes
1 answer

Remote monitoring of windows box, and send an email if it goes down

All, I need to monitor a windows box remotely, and if it goes down, I need to receive an email. The catch is that the box needs to reboot nightly, and sometimes during the day as well. So a short downtime of ~5 min or less is fine. But, a longer…
Spencer Rathbun
  • 320
  • 1
  • 3
  • 9
3
votes
1 answer

Does Mac OS X SNMP report cached memory?

We're using a Nagios plugin to check the chassis of hosts over SNMP. I'm trying to set up a mac os x machine, but it's failing. All the rest of our hosts we're checking are Linux. This is the first Mac. Investigation shows that I'm trying to get the…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
3
votes
1 answer

SNMP RW on Linux servers

OK, I've been reading about SNMP misconfiguration security issues and it seems like hackers can actually own a router if they discover its SNMP RW community string via tools like snmpblow and snmpwalk:…
lisa1987
  • 881
  • 1
  • 9
  • 17
3
votes
3 answers

download cisco configuration with snmpget

I currently have troubles using snmpset to get the cisco configuration from a monitoring server. Here is what I tip: snmpset -v2c -cvtmYdXVHfo9v38oAbtACikvV calcium \ 1.3.6.1.4.1.9.9.96.1.1.1.1.2.111 integer 1 \ 1.3.6.1.4.1.9.9.96.1.1.1.1.3.111…
philippe
  • 2,303
  • 4
  • 32
  • 53
3
votes
1 answer

ISP has asked for snmp polling to our firewall - what is the risk?

We have had some issues with accessing certain things through the ISP used by one of our branch offices. They have asked us to allow them SNMP polling access to our Cisco ASA 5505 in order to check bandwidth use there. I am not sure exactly what…
dunxd
  • 9,632
  • 22
  • 81
  • 118
3
votes
5 answers

Which network monitoring package has the least odious SNMP interface?

I need to monitor about a thousand devices, but the devices are mostly SNMP only devices. They aren't Linux or Windows servers or network gear(IT department takes care of that). I've been looking at a few of the popular monitoring/logging packages…
tladuke
  • 311
  • 1
  • 3
  • 11
3
votes
1 answer

snmp linux timezone

I have the oid to get system time from linux, but is it possible to determine the system timezone via snmp on a redhat/centos box?
Chris
  • 33
  • 3
3
votes
2 answers

snmpd configuration to enable BRIDGE-MIB or Q-BRIDGE-MIB

All the Ethernet switches and access points on my network provide snmp access to the bridge learn table except for my linux-based bridge. Does net-snmp support exporting the bridge forwarding database via snmp? This is BRIDGE-MIB defined in RFC…
Ben Voigt
  • 473
  • 6
  • 20
3
votes
3 answers

snmp apache 2.2

is there any snmp module to monitor apache 2.2?
andrés
  • 133
  • 6
3
votes
2 answers

cisco 2900xl - SNMP - Get mac address of device connected to an interface

Basically what i want to do is to find out what is the mac address of a device plugged in to an interface on the switch (FastEthernet0/1 for example) reading through the switch documentaion i found out that i can configure snmp trap on it to make it…
ankit
  • 171
  • 4
  • 13
3
votes
3 answers

Windows network SNMP traffic overflow?

How would I go about retrieving 64 bit counters for network traffic on windows (Server 2008 specifically)? I'm seeing too many rollovers on the 32 bit counters for our polling interval, leading to gaps in the data. We feed the data through RRDTool,…
devicenull
  • 5,622
  • 1
  • 26
  • 31
3
votes
3 answers

Pros/cons of NRPE and SNMP with Nagios 3?

I have been using Nagios 3 with NRPE on the clients for some time now, and it works great. Now I heard that if I used SNMP I wouldn't have to install check_ plugins on each client. So does anyone knows of pros and cons of NRPE vs. SNMP? My monitor…
Sandra
  • 10,303
  • 38
  • 112
  • 165
3
votes
3 answers

How to restart snmpd on Opensolaris after changing snmpd.conf?

I need to restart snmpd after updating /etc/snmp/conf/snmpd.conf, so it recognizes the changes. I'm using Net-SNMP 5.4.2 on Opensolaris 10. I've tried these two: snmpd restart kill -9 pid The kill command kills it and it fires back up under a new…
Banjer
  • 3,974
  • 12
  • 41
  • 47
3
votes
3 answers

Looking for an automated method to install and configure SNMP on servers

I have an enviornment with 30 Windows servers (Server 2003 and a few 2008 systems). We are now looking at monitoring solutions, but the first item that we need to accompilish is getting SNMP installed, and configured of each server. I'm hoping that…