Questions tagged [snmp]

Simple Network Management Protocol(SNMP) is an Internet-standard protocol for managing devices on IP networks. SNMP generally operates over UDP.

Simple Network Management Protocol (SNMP) is an Internet-standard protocol for managing 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.

104 questions
19
votes
3 answers

Is there an SNMP feature for Windows 10?

In previous Windows versions, I could install the SNMP feature, which allowed network monitoring software to remotely gather basic system information from Windows. I haven't been able to find anything like that in Windows 10. Am I missing something,…
boot13
  • 5,917
7
votes
1 answer

Where can I find the MIB list for my computer (Ubuntu 12.04)?

I want to play around with snmp traps on my computer, but need the MIB list for that (I guess). So where can I find it on a Ubuntu 12.04 system?
Alex
  • 387
7
votes
2 answers

How to get CPU temperature on Windows system using both Snmp and cmd

I am currently working on NMS Zabbix. After some R&D, I am able to get the CPU temperature info on Linux via snmp as well as terminal using LM-SENSORS. However, the same doesn't work for Windows; I see windows doesn't have LM-SENSORS, and maybe…
gadhvi
  • 167
6
votes
3 answers

Collect temperature and fan speed with munin from Windows 7 PC?

I'm quite fond of munin and using it also at home to monitor my PCs. What was super-duper easy under Linux is pretty much unsolvable for me under Windows: I'd like to monitor CPU and Motherboard temperatures as well as fan speed. On Linux I'm using…
mark
  • 2,002
3
votes
1 answer

How to set up snmpd to listen on an alternative port (other than 161)?

I am working on a CentOS 6.4 64-bit, as root. I am trying to set up the system snmpd agent, so that it listens on a port other than 161, e.g. 8001. I successfully got that on Debian 7.x by just changing the port number in…
3
votes
2 answers

SNMP : with not root user

I normally do snmptraps and other net-snmp commands without problems with root session, but when i try to execute same commads with a normal user i obtain follow errors: Cannot rename /var/lib/net-snmp/snmpapp.conf to…
3
votes
1 answer

How can I expose my fan speed, cpu temp, etc to WMI and/or SNMP?

Possible Duplicate: Collect temperature and fan speed with munin from Windows 7 PC? How can I expose my fan speed, cpu temp, etc to WMI and/or SNMP? Free solutions are preferred. On Windows XP/7.
servermanfail
  • 171
  • 1
  • 1
  • 6
3
votes
2 answers

What are SNMP indices?

I'm trying to find out what is meant by SNMP indices. I read the following statement on wiki: Index assignments for an SNMP device instance may change from poll to poll mostly as a result of changes initiated by the system admin My…
Mugen
  • 825
2
votes
0 answers

Snmpd blind scan on different subnet

I have snnpd installed on 3 computers on the same subnet and can discover the rest from any computers in that network. The command I use is: snmpwalk -v 1 public ip However, when I move one to different subnet, it disappears from the query result.…
2
votes
0 answers

Simulate SNMP Trap with SNAT

I have to test SNMP 2c Traps. I want to send those traps from some computer and the trap destination has iptables. So before the trap enters the NMS, I could just rewrite the real source of the trap to the desired source of the trap (an…
heiri
  • 21
2
votes
1 answer

Windows 7 SNMP Names and OIDs

I would like to retrieve the list of available SNMP names and/or OIDs for my Windows 7 machine. Is there a command to do this? Is there a common list of SNMP names available for Windows? Currently the names I have are: cpu mem count
sworded
  • 143
2
votes
0 answers

How can I configure Microsoft SCOM to read SNMP traps?

I have a tool which sends SNMP traps on critical events. Can I configure SCOM to receive those traps? Is there any mechanism in SCOM which receives SNMP traps from other tools, like the Trap Receiver tool does?
2
votes
2 answers

usage of SNMP protocol

Is SNMP used to show a machine what software it must be running? I heard that SNMP is used for monitoring, so I am curious whether SNMP is used in this way.
2
votes
2 answers

UDP port blocked?

how do I know if the UDP port that i'm sending requests to is blocked? I am sending a snmp request and the SNMP agent receives requests on UDP port 161. I want to know if the port is blocked or not?
12rad
2
votes
0 answers

How to install snmp in ASIANUX Server 7 offline?

I am working with ASIANUX Server7 machine offline and I need to install snmp. In fact, I downloaded net-snmp-5.7.2-49.el7.x86_64.rpm from other machine and I copied it to the ASIANUX machine and I tried to install it with: rpm -i…
1
2 3 4 5 6 7