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
0 answers

Why does local IPv6 work for net-snmp, but glocal one doesn't?

My Linux-based NAS contains Net-Snmp v5.9.3. I found that both IPv4 and IPv6 work fine for the whole NAS functions except SNMP functions. Basically, Net-Snmp works fine except the following issue: IPv4 works fine with Net-Snmp IPv6 with link local…
0
votes
1 answer

SNMP DES algorithm no longer working

I just installed a server with Alma 9 and SNMPv3 is no longer working. My devices are all with `MD5` and `DES`. With Alma 8 everything works OK, but when I try to use the same command in Alma 9, it gives me an error. The command: snmpwalk -v3 -l…
0
votes
0 answers

Multiple SNMP managers on single PC

What I'm trying to do is use multiple instances of SNMP managers to get information out of devices (FM transmitters). In my use case one device could be disconnected which would have to wait for timeout or take time to respond. as a workaround for…
0
votes
2 answers

Why snmpget output is different when MIBS environment variable is defined?

$ export MIBS= $ snmpget -Oqv -v 2c -c public 10.xxx.yyy.zzz .1.3.6.1.4.1.3375.2.1.14.3.2.0 "ACTIVE" but $ export MIBS=F5-BIGIP-SYSTEM-MIB $ snmpget -Oqv -v 2c -c public 10.xxx.yyy.zzz .1.3.6.1.4.1.3375.2.1.14.3.2.0 ACTIVE Why that difference in…
Jdamian
  • 285
  • 3
  • 19
0
votes
0 answers

How to resend SNMP trap which was already received and translated

I have monitoring system where devices are sending traps. The traps are translated. After translation I'm using regex to get the "human readable" data and insert it into the monitoring page. In order to skip new real tests when regex need change -…
0
votes
0 answers

check_snmp plugin gets a value but returns UNKNOWN

I've got an SNMPv3 command in Icinga that uses the check_snmp Nagios plugin. The plugin completes the check and gets a response from the server (confirmed by running in verbose mode) but returns UNKNOWN. Anyone have any experience with similar…
miken32
  • 942
  • 1
  • 13
  • 35
0
votes
0 answers

Juniper - SNMP not working with prefix list

I have a problem with configuration SNMP on juniper MX2200. My configuration: snmp { description "Juniper MX2200"; location "MyHome"; community tango { authorization read-only; client-list-name SNMP-list; } …
0
votes
1 answer

Why does this single value SNMP OID have a bunch of sub-values?

I have a Juniper MIB in which this OID: 1.3.6.1.4.1.2636.3.1.13.1.24 corresponds to this value: 1.3.6.1.4.1.2636.3.1.13.1.2. When I run an snmpwalk of 1.3.6.1.4.1.2636.3.1.13.1.24 I get this: JUNIPER-MIB::jnxOperating5MinAvgCPU.1.1.0.0 = Gauge32:…
Omnifarious
  • 400
  • 1
  • 3
  • 13
0
votes
0 answers

Checkmk snmp_extended_info firmware data not shown in GUI

I m running Checkmk Raw Edition 2.1.0p4. I m trying to configure the HW/SW Inventory plugin to interrogate multiple appliances' firmware versions. The problem arrises with my Fortigate firewall. The firmware version is present in…
7lym
  • 1
  • 1
0
votes
2 answers

Monitoring processes/services Error by Zabbix over HPe Server

Would you mind sharing your experience with me? I monitor the ilo HP server with Zabbix Whenever there is a problem with the RAM or hard disk on the server, I receive a critical alarm through this OID. 1.3.6.1.4.1.232.6.1.3.0 It's just that, even if…
sasanalem
  • 1
  • 1
0
votes
0 answers

Cacti - Unable to find certain search query results (Search Returned no Rows.)

Posting question here since no response on cacti forums. We are using older version of cacti Version 0.8.8b for graphing and and monitoring our network. Most of features and graphs are working fine despite the old version. But recently we got an…
0
votes
2 answers

snmp server not receives data

enter code hereI have a problem when using the snmp and the server receives data, The service is running correctly and the port is listening I do a snmpwalk -v 2c -c mycommunity 192.168.1.82 (which is the same) and it answers me and a snmpwalk -v 2c…
zapeador
  • 1
  • 2
0
votes
1 answer

Configure CollectD SNMP plugin to send performance data to Azure Monitor Log Analytics

I am trying to get performance from network interfaces from network device (mikrotik, cisco routers etc.) about interface traffic via SNMP poll and send those data to Azure Monitor Log Analytics. I have installed and working Azure Log Analytics…
0
votes
0 answers

SNMP requests timeout on Specific OID

I´m trying to perform a SNMPBulkWalk on a Device, but it will always run into an Timeout on a the same OID. When I try a SNMPGetNext on the OID before it also runs into an timeout. Requests: snmpbulkwalk -Cr10 -v2c -c *** -t 10 -r 5 IP OID I…
0
votes
1 answer

Huawei S5600 main OIDs?

I'm working with NagiosCore to check the stats of my network's switchs (mainly S5700 (modulars and non-modulars) and S5600). Using SNMP (v2c) I'm able to get stuff defined by myself such as: DeviceName, Location, Contact, and Description of the…
k.Cyborg
  • 121
  • 1
  • 8