Questions tagged [snmp]

Simple Network Management Protocol (snmp) is standard protocol for managing devices on networks.

SNMP, or Simple Network Management Protocol, helps manage and collect data on machines like switches, routers, servers, desktops, etc. "It is used mostly in network management systems to monitor network-attached devices for conditions that warrant administrative attention." (Wikipedia) A service like cacti or nagios take snmp information and provide better ways on monitoring your systems.

65 questions
13
votes
1 answer

Installation and configuration of an SNMP client

I want to install a SNMP client (NOT AGENT) on my computer so I can connect to a Cisco Router on which an SNMP agent is already installed. The problem that all the documentation I found for Ubuntu were for installing an agent not a client.
5
votes
2 answers

How to get or configure IP-MIB in Ubuntu 12.04?

I am using snmp and trying to get with snmpwalk -v 2c -c public x.x.x.x ipadd where x.x.x.x is the ip of the pc with ubuntu 12.04 i get this answer : IP-MIB::ipAddrTable = No Such Object available on this agent at this OID so how can I get the ip…
usermfg
  • 51
5
votes
1 answer

What is the differece between snmp, snmpd and snmptrapd?

I am new to the SNMP protocol. I try to configure SNMP-traps for Zabbix but I am confused what daemons I have to use. I need to install snmptrapd, but somehow snmpd is required for that: sudo apt install snmptrapd Reading package lists...…
Jarne
  • 101
4
votes
1 answer

How to find SNMP community string?

I'm running Ubuntu 12.10 and I'm trying to find my SNMP community string. I followed the instructions here, but my /etc/snmp/snmpd.conf file has different contents than what they're talking about. Their snmpd.conf file: rocommunity [community…
Hank-Roughknuckles
  • 143
  • 1
  • 1
  • 6
3
votes
1 answer

Failed to start snmpd.service

I just installed net-snmp on Ubuntu 16.04 from sources using this tutorial (downloaded 5.7 patch), and when calling $ snmpget --version NET-SNMP version 5.7.3 $ whereis snmpd snmpd: /usr/local/sbin/snmpd so it has been installed. However, when I…
Nazar
  • 155
2
votes
0 answers

How to install snmp on Ubuntu 14.04 to allow remote access from Network monitoring system

This is how my snmpd.conf file looks like, do i have to make any changes on any other file. I was able to get it working for CentOS much easier just having more problems getting it to work on…
2
votes
0 answers

Why does Ubuntu query SNMP devices on system startup

Yes -- this question has been asked before, but not answered. I have no "reputation" so I can't add to that thread. I can add that this is not limited to UPSes. I ran wireshark to see what was happening and Ubuntu does a snmp-get for three OIDs to…
Scott
  • 21
1
vote
0 answers

Configure SNMP Trap reciever

I am doing some work related to my thesis , and I'm using Ubuntu 12.04. I need to receive SNMP traps on this machine , however I'm finding problems in configuring the snmpd deamon. Can someone guide me how I can do this please ? I'm quite a newbie…
Etienne
  • 11
  • 2
1
vote
1 answer

Unable to get snmp to work consistently on Ubuntu 20.04

I have been struggling to get snmp to work consistently on Ubuntu 20.04. I started on one server and finally got an snmpd.conf configuration that worked on it. I then installed snmp on a number of other Ubuntu 20.04 servers and put the working…
Ayo A
  • 11
1
vote
3 answers

How to open a MIB file in tkmib?

I've tried to open several MIB files in tkmib without success. For example: $ sudo apt-get install tkmib $ wget http://www.mibsearch.com/vendors/Compaq/download/CPQHLTH-MIB $ tkmib CPQHLTH-MIB Click "walk", then you should get an error message like…
l0b0
  • 8,819
1
vote
1 answer

Snmptrapd: Unknown token: logOption

I want to log messages from my Snmptrapd to a logfile, but my deamon don't understands the logOption token? I try to use this line in my configuration (/etc/snmp/snmptrapd.conf): logOption -f "/var/log/snmptrapd.log" But I get this…
Jarne
  • 101
0
votes
0 answers

Install SNMP not as easy as I thought

Looks around for how to install SNMP. Finds multiple examples: Just run "apt-get install snmpd"..... But when I do that I get errors. I do what it says: first run ap-get install snmpd, but it fails and tells me to try "apt-get -f install", but that…
00fruX
  • 1,271
  • 1
  • 16
  • 32
0
votes
3 answers

How to install SNMP

I installed Ubuntu on my black BEAGLEBONE and now need to install SNMP, but use apt-get install snmp snmpd and gives error. How to install SNMP?
user239900
  • 1
  • 1
  • 1
0
votes
0 answers

SNMP service filed

Good day My snmpd service sometimes crashed. To recover, I restarted the snmpd service. But not completely solve this problem. A couple of days later my service went down Help please, how to solve this problem? Operating System: Ubuntu 20.04.5 LTS …
0
votes
0 answers

How come my UDP6 port was not listened in my net-snmp?

My Net-Snmp version was v5.9.3. It works fine basically except it doesn't serve IPv6. I used 'netstat --uln' and found only 'udp :::161', but no 'udp6 :::161'. It's obviously that it listens only at udp:161, not at udp6:161. My…
1
2