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

Changed guest vNIC to VMXNet3, can't do SNMP against Cisco ASA devices

Got a head-scratcher here. Either I've found a Windows and/or VMware bug, or I've missed something stupendously simple. [Spoiler - it was stupendously simple.] Our VMware environment is ESXI 5.5. We have a Windows 2012 R2 VM (named BOS-NETMON) that…
mfinni
  • 35,711
  • 3
  • 50
  • 86
6
votes
1 answer

snmpwalk Unknown Object Identifier

I have a device with snmp configured and gives lots of result for snmpwalk -v2c -c public 1.1.1.1 but when i querry a particular section like system or interface it fails as below .... Is there a way to check what all sections are present in the…
pkm
  • 203
  • 1
  • 2
  • 7
6
votes
5 answers

Monitoring Bandwidth Usage (Per Internal IP) - Cisco ASA 5505

I manage a small network with a Cisco ASA 5505 and a shared DSL connection. I would like to be able monitor the bandwidth usage of the various users/devices on my network (by IP address). Can I do that using the ASA? Has anyone got this working? …
Joseph Sturtevant
  • 1,234
  • 3
  • 15
  • 17
6
votes
1 answer

HP ProLiant Gen8 Health Agents and EL6.x - cpqHoMibHealthStatusArray has changed to the value: x

I've noticed that my HP ProLiant Gen8 servers report the following message via email to root (or the destination configured in /opt/hp/hp-snmp-agents/cma.conf) upon restart. Trap-ID=11020 cpqHoMibHealthStatusArray has changed to the value :02 03 02…
ewwhite
  • 194,921
  • 91
  • 434
  • 799
6
votes
4 answers

Hardware checks for Dell R820 Servers through Nagios using SNMP

We use Nagios for monitoring. Is there a way to create hardware checks using SNMP MIB for R820 servers running ESXi5.x on them? Right now we are using this python plugin: current python plugin But we can use it no longer due to security policies…
Danila Ladner
  • 5,241
  • 21
  • 30
6
votes
3 answers

how to get interface traffic snmp information for routers ( cisco, zte, huawei ...)?

I have cisco, zte, huawei routers..How can i get the traffic information of every interfaces of these routers. I donot have mib file of zte and huawei. So, i want a generic mib file which can monitor every interfaces of these routers
padam gurung
  • 63
  • 1
  • 1
  • 4
6
votes
8 answers

Is there a good way to programmatically configure VLANs on a managed switch?

My situation is that my company makes a product that (currently) requires the user to set up a dozen or so VLANs on a managed switch that is dedicated to the exclusive use with our product. Currently, the way it works is this: The user enters his…
Jeremy Friesner
  • 1,311
  • 1
  • 14
  • 25
6
votes
5 answers

APC Smart-UPS: remote power shutoff?

Given: A server room containing about two dozen rackmount servers and a PBX. About a dozen APC Smart-UPS 2200s providing power to this equipment. A fire suppression project requiring immediate shutoff of power to all servers in the event that the…
Skyhawk
  • 14,149
  • 3
  • 52
  • 95
6
votes
3 answers

Query total page count via SNMP HP Laserjet

I was asked to get hold of the total pages counts for the 100+ printers we have at work. All of them are HP Laser or Business Jets of some description and the vast majority are connected via some form of HP JetDirect network card/switch. After…
user35213
5
votes
0 answers

SNMP OID for VMware Tools on a virtual machine

I have an ESXi host running several VMs. I use snmp to query that host for information. I need to find if VMware Tools is installed on some virtual machine. Is that possible? and If so, which OID is it? In the documentation there are some entries…
Agent1891
  • 151
  • 4
5
votes
2 answers

Can Zabbix alert me when an SNMP device does not respond?

Zabbix is capable of monitoring SNMP-capable devices, and even displays their status in its web interface: The green icon indicates that Zabbix is receiving data. The red icon indicates that Zabbix is not receiving data. However, I can't find any…
Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
5
votes
1 answer

HP 5500 switch manual states SNMP traps impact performance and advises against their use unless "necessary" - why?

We just bought two HP 5500-24G-4SFP beasts and I'd like to properly integrate the switches into Nagios. Most of our current monitoring polls actively via SNMP so I figured it would be wise and use the occasion to get snmptrapd/snmptt working so we…
5
votes
2 answers

SNMP - Value of CPU processor load not reflecting reality

Trying to plot CPU load on my server, with the following hardware: ProLiant DL360p Gen8 (same behavior on ProLiant DL360 G7). The machine is running VMWare ESXi5.1 To create a CPU spike I run dd if=/dev/zero of=/dev/null, and I know the CPU is…
Ovesh
  • 175
  • 1
  • 3
  • 12
5
votes
1 answer

SNMP bytes received disagrees with ifconfig

SNMP ifInOctets = 2145342796 - about 2GB. ifconfig: RX bytes:174302710687 (174.3 GB) Interestingly, the sent bytes agree almost perfectly: ifOutOctets: 1002415050 - about 1GB ifconfig: TX bytes:1002418728 (1.0 GB) It's not an SNMP…
5
votes
0 answers

Configure vlan on Netgear switch via SNMP

I am trying to configure vlans on a netgear GS752TSX from the Linux command line with netsnmp. I have created vlan 99 on the web interface now want to control the pvid settings, egress and tagging. I have identified these as the MIBs I need to…
1 2
3
48 49