Questions tagged [snmpwalk]
17 questions
2
votes
0 answers
Snmpd blind scan on different subnet
I have snnpd installed on 3 computers on the same subnet and can discover the rest from any computers in that network.
The command I use is: snmpwalk -v 1 public ip
However, when I move one to different subnet, it disappears from the query result.…
Tiana987642
- 323
2
votes
0 answers
How to install snmp in ASIANUX Server 7 offline?
I am working with ASIANUX Server7 machine offline and I need to install snmp.
In fact, I downloaded net-snmp-5.7.2-49.el7.x86_64.rpm from other machine and I copied it to the ASIANUX machine and I tried to install it with:
rpm -i…
HakimFerchichi
- 21
- 1
- 3
1
vote
0 answers
How can I know if SNMP Walk or a Table-View is started?
Hello how can I know if a User has "sent" a SNMP-Walk or a TABLE-VIEW request to a device with UCD-SNMP/NET-SNMP and custom coding?
salty
- 33
1
vote
0 answers
Sonicwall SNMP configuration
I'm playing with an old Sonicwall and I'd like to configure it with SNMP. All docs and Googling I've done show the same procedure:
System > Administration > SNMP Enabled ( community string etc. )
Networking > Interfaces, check SNMP box
But when I…
user3523605
- 11
1
vote
1 answer
Linux SNMP logger software
I have an application running on an old version of Linux using snmpwalk to read data from an instrument. I am experiencing some problems with this instrument. Every once in a while I seem to get a bogus value for an OID, e.g. an alarm can suddenly…
user1728363
- 263
1
vote
1 answer
How to Monitor servers with SNMP?
I am linux new user, and want to monitor my linux server with SNMP protocol to get some cpu, memory info, how do I use the snmp to monitor linux system? how to monitor linux servers with snmp?
user278750
- 11
- 1
1
vote
1 answer
Periodically storing the results of snmpwalk to a file in Linux
I'm running snmpwalk on Linux and saving the output to a file using
snmpwalk -v 2c -c public 192.168.129.122:17225 1.3.6.1.4.1.2.1.1.1 >> SNMPWALK_SS
If the value of one parameter is saved to a file with
SNMPv2-SMI::enterprises.2.1.1.1.82.0 =…
Rajat Shukla
1
vote
0 answers
snmpd pass_persist function not working with snmpwalk
I have a program handling pass_persist from snmpd. It works fine for get and getnext requests.
Get on 0.0 returns 0.0, and GetNext on 0.0 returns 0.1:
user@debianbase:~$ sudo snmpget -v 2c -c public localhost 1.3.6.1.3.0.0
iso.3.6.1.3.0.0 = STRING:…
John Moffitt
- 608
1
vote
1 answer
What are the steps to take to get specific information from SNMP?
I want to query a FortiGate for its CPU usage.
Per Fortinet documentation, the variable to use is fgPerCpuHighDetails:
$ grep fgPerCpuHighDetails /home/qa/.snmp/mibs/FORTINET-*
/home/qa/.snmp/mibs/FORTINET-FORTIGATE-MIB.mib:fgPerCpuHighDetails…
boardrider
- 1,213
1
vote
0 answers
net-snmp what's wrong with the OID?
I have requested for a PEN(Private Enterprise Number) and got it. The PEN is 50743. I have a very simple MIB which looks like this:
SAMPLE-SNMP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
…
aCoder
- 191
1
vote
1 answer
How do I find out the SNMP OID prefix?
I am trying to get information on the current IN / OUT bound traffic on an Airport Express router displayed in an openHAB setup.
what I need is to be able to supply a line something like these:
in: …
Fredrik Nylén
- 121
0
votes
1 answer
snmpwalk: settings are not populated in the SNMP requests
I use snmpwalk 5.9.3 on Kali, and try to send SNMPv3 requests, but the settings I put with my command lines are not used to populate the sent request.
For instance, when I try: snmpwalk -v 3 -l authPriv -u my_user -a SHA-256 -A auth_password -x…
truklimb
- 1
0
votes
0 answers
zabbix timeout while connecting to 161
I have a zabbix server, and I want to monitor an ubuntu 22.04 using SNMP
I used the following commands to install and set the snmp user for the ubuntu 22.04
$ sudo apt install snmp snmpd libsnmp-dev
$ net-snmp-create-v3-user -ro -a STrP@SSWRD -x…
0
votes
1 answer
snmpwalk -- Gives no output and no error either
I'm running the command snmpwalk -v 1 localhost -c public .1.3.6.1.4.1.10876
The command does not give any errors such as timeout and it also does not output anything. echo $? after running the command outputs 0. Any suggestions are welcome
manhasnoname
- 173
- 2
- 6
- 12
0
votes
1 answer
Error at OID for old SNMP Hardware
After fixing some bad config lines in old MIB's, I'm finally getting somewhere trying to walk an old hardware device. However, an error is still occuring on this particular OID which I can't understand. I would greatly apprecaite any clues:
Here…
MFB
- 101