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
0
votes
1 answer

SNMP Mibs and Agent

I got an answer to you, I've got a supervisor server (Nagios+Centreon), how could I add a constructor specific mib into my Server? Would I need any special Agent with these mibs?
Dr I
  • 955
  • 17
  • 33
0
votes
1 answer

Cacti dskIndex RHEL

I'm attempting to use includeAllDisks in my snmpd.conf for RHEL 4 and RHEL 5 machines, but no data is being returned on the Cacti Data Query. snmpwalk isn't giving me any results. $ snmpwalk -v 2c -c public 172.19.4.140 .1.3.6.1.4.1.2021.9.1.1…
andyhky
  • 2,732
  • 2
  • 25
  • 26
0
votes
1 answer

Iterate through IF-MIB::ifDescr?

I am using snmpget in order to get the description of a specific switch port. How could I read each not null value? I.E. do a "for-each" sort of operation on the set of IF-MIB::ifDescr values?
MattUebel
  • 927
  • 4
  • 13
  • 32
0
votes
1 answer

Why isn't snmp working from anywhere but localhost?

I just upgraded a simple Ubuntu webserver from 9.10 to 10.04.1 and our nagios claims UNKNOWN for the single snmp check we run against it. It was working previously, so this baffles me. I installed the plugins on my desktop and get this output when I…
jldugger
  • 14,342
  • 20
  • 77
  • 129
0
votes
1 answer

SNMP System view not returning memory information

I've configured SNMP properly (Removed the paranoia user and alike) and set it up with Zenoss, however it seems that Zenoss can't get the memory info from the server. snmpwalk also shows no memory info while it seems that the system view should list…
Not Available
  • 226
  • 1
  • 16
0
votes
1 answer

Checking a Device Driver in Windows Server 2003 with SNMP

I'm interested in checking the status of a video card on a remote machine running Windows Server 2003 and was wondering if this was possible to do via SNMP? In particular, I was wondering if the SNMP services expose whether or not a particular…
0
votes
1 answer

Automatically adding comments to snmpd.conf

I have a snmpd.conf which looks like this. I would like the comments to auto-fill i.e. make the file human readable with explanations. If it were one file, I could have done copy/paste from default one, but there are many different ones. Is there a…
0
votes
3 answers

Fujitsu Siemens ServerView and SNMP Monitoring

I want to monitor the temperature of a couple of our servers, and since they're Fujitsu Siemens servers with ServerView installed I decided to check if SNMP was an option, and apparently it was. However, I can't seem to figure out which OID to get,…
HannesFostie
  • 845
  • 14
  • 29
0
votes
1 answer

SNMP counter issues with cisco RV082

Does anyone else poll this router with SNMP? We are using firmware version: 2.0.0.19-tz We are having problems with the traffic counters, some of them appear to be implemented as 16 bit counter instead of 32 bit counters. The reason this is causing…
Chance
  • 450
  • 1
  • 4
  • 18
0
votes
1 answer

Assistance in setting up new APC Smart-UPS RT on a new VMware enviroment

I'm new to the realm of setting up a APC Smart-UPS RT 8000VA UPS with a management network card (AP9618). The project calls for the upgrade of the firmware for the network card to the newest and greatest. It also calls for the Powerchute Business…
NetWarrior
0
votes
1 answer

mount samba share on a vmware instance

I've a windows machine in which a linux server is run by a "VMWare player". From the windows machine, I want some folders to be mounted on the Linux virtual server. All this is done in a maven build (which is quite irrevelant here, in fact). From…
Riduidel
  • 121
  • 7
0
votes
2 answers

Does Zabbix sum data over a period?

I know Zabbix handles numeric data in a way that it shows the absolute value for a given instant. But I have another type of data that accumulates over time (ie. number of bytes transmitted - not transmission rate). When I am looking at a latest…
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
0
votes
0 answers

How can I do a difference between values at t0 and t1 in a received data set in Grafana?

I am trying capture the interface bandwidth on a firewall using SNMPv3 and show it on Grafana, I want to do a difference in values at t0 and t1 in the table below in Grafana, for eg., for a difference between the first and second value in…
xis10z
  • 111
  • 1
0
votes
0 answers

Dell iDrac SNMP information

Trying to get basic server information out of iDrac's SNMP protocol, I've run a full SNMP walk, then tried filtering. In neither of the two does it give me anymore information other than the iDrac NIC, I am looking for information from it for the…
jfreak53
  • 163
  • 1
  • 4
  • 27
0
votes
0 answers

Zabbix v6.4 create "Event" for unmatched SNMP traps

I'm trying to create a generic Event (called Problem in zabbix) from any unmatched SNMP trap received for any device, which will basically consist only from host IP a some text like "unknown trap" or even the full text of a trap as its received by…
J B
  • 93
  • 9