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
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…
5
votes
2 answers

Which SNMP variables to diagnose/characterise wifi congestion?

I'm preparing for a load test of a classroom wifi system. The pupils all turn on their laptops at the start of the lesson, which launches the web browser and then they start the lesson - which involves downloading a flash based lesson (from a server…
Hamish Downer
  • 9,420
  • 6
  • 38
  • 51
5
votes
3 answers

Graphite SNMP Counter transforms

I'm using graphite version 0.9.10 to read ifHCInOctets and ifHCOutOctets, which I'm polling with the collectd snmp and graphite_write plugins; I'm using collectd version 5.1.0. Data arrives into graphite with no problems; however, I want to graph as…
Mike Pennington
  • 8,305
  • 9
  • 44
  • 87
5
votes
1 answer

Why do SNMP agents need MIB files?

After reading up on SNMP and some of the questions help here I think understand the agent role as a SNMP service to device (Like SQL, it is an API to storage). When you execute a SQL query the SQL engine does all the work and returns the result -…
Avihai Marchiano
  • 612
  • 3
  • 16
  • 32
5
votes
3 answers

SNMP equivalent for show ip route?

I'm new to SNMP. Is there an equivalent in SNMP to "show ip route" on a Cisco 10K router?
chardin
  • 53
  • 1
  • 1
  • 4
5
votes
2 answers

Monitor Size of the CAM Table on a Cisco Switch

We noticed some stray packets from our switch going out ports they should not have. After clearing the cam table with clear mac address-table the problem seems to have gone away. Our best theory at the moment is that the table got flooded at some…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
5
votes
4 answers

Checking for read only file systems remotely

I need to remotely periodically check if a Linux file system is mounted read only on lots of servers. The only tools at my disposal in this instance are the usual CLI scripting languages (BASH/Perl/Python), SSH and SNMP. My thoughts so far…
SimonJGreen
  • 3,205
  • 5
  • 33
  • 55
5
votes
1 answer

SNMP MIB file resource

My company(ISP) has 50+ switch models in our network, we manage them via SNMP from our web based intranet, for some Huawei switches we can't figure out the OID's we need (we usualy figure the OID we need our self, beacause we usualy don't receive…
Radu Maris
  • 161
  • 1
  • 10
5
votes
6 answers

How Do I Install Net-SNMP on Windows??? (without visual studio)

I downloaded the file from sourceforge and unzipped it with 7-zip. When I open the folder there is no "install.exe" or anything like that. Believe it or not there are no tutorials on this that I can find online. I went into the win32 folder and ran…
Steve
  • 61
  • 1
  • 1
  • 4
5
votes
1 answer

Tracking Avaya call volume via SNMP?

Our company uses an Avaya IPOffice system. We're relatively light on our call volume, but I'd really like to know where our peaks and valleys are. Is it possible to track call usage on the Avaya IPOffice unit via SNMP? Here's what I know: Avaya…
Ted Spence
  • 151
  • 1
  • 2
5
votes
2 answers

Collecting and centralizing information from many servers, sort of like Puppet's facter

We manage hundreds of RedHat Enterprise Linux servers happily with Puppet. One of the cool side effects is that we can go to /var/lib/puppet/yaml/facts and look at the output of the "facter" utility (part of Puppet). Now I would like the same kind…
niXar
  • 2,043
  • 17
  • 23
5
votes
2 answers

Linux ifIndex persistence for SNMP

We are using OpManager to montior interface devices on remote linux boxes. These boxes have VLANs that we use to collect information about the networks that are being trunked to the boxes. For example we have eth0.2, eth0.3, eth0.12, eth0.13,…
jinanwow
  • 443
  • 6
  • 15
5
votes
3 answers

Make Dell's OpenManage 6.2 information available through SNMP

I have successfully installed OpenManage on a CentOS 5.4 server and I'm able to use OpenManage through the web interface running on port 1311, but I would like to be able to expose this information through the SNMP server. I don't know SNMP…
tronda
  • 1,371
  • 1
  • 10
  • 13
4
votes
3 answers

How do I use SNMP

I´m taking a network management class and the main topic is SNMP. Although my teacher is good at explaining the theoretical part of SNMP ( V1,V2,V3, RMON, MIBS etc.) he is not good at explaining the practical things like how can I use the…
Stulli
  • 109
  • 1
  • 4
  • 11
4
votes
1 answer

How Cacti collects data using scripts?

We know that Cacti uses SNMP to query and collect data. As far as i know SNMP manager uses Object ID (OID) to query about a certain object and get the response from an SNMP agent regarding that OID. What confuses me is that how Cacti uses e.g. perl…
utlamn
  • 143
  • 1
  • 7