Skip to main content

Questions tagged [snmp]

Simple Network Management Protocol(SNMP) is an Internet-standard protocol for managing devices on IP networks. SNMP generally operates over UDP.

1 vote
0 answers
104 views

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 ...
John Moffitt's user avatar
0 votes
1 answer
320 views

Need help using nftables to drop SNMP packets containing a specific community string

I am trying to use nftables [v1.0.2 (Lester Gooch)] to drop SNMP packets containing the community string 'pawan'. I am trying to use the nftables payload expressions - raw payload expression to match ...
Pa1's user avatar
  • 101
0 votes
1 answer
189 views

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 ...
truklimb's user avatar
0 votes
0 answers
361 views

How to calculate cpu usage in % with the raw CPU ticks in SNMP

I was wondering how to calculate the percentage of CPU usage using the raw values obtained via these oids: UCD-SNMP-MIB::ssCpuRawIdle.0 UCD-SNMP-MIB::ssCpuRawUser.0 UCD-SNMP-MIB::ssCpuRawSystem.0 I ...
Sitrix's user avatar
  • 1
2 votes
0 answers
314 views

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 ...
HakimFerchichi's user avatar
0 votes
0 answers
2k views

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 $ ...
Abdo.Ch99's user avatar
1 vote
0 answers
162 views

ifAlias set but not showing from snmp query

I'm in a dead end with this problem. I set an ifAlias for some interfaces for some testing, the alias seems set properly: $ ip link show 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc ...
MonsieurMemons's user avatar
0 votes
1 answer
515 views

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 ...
manhasnoname's user avatar
1 vote
0 answers
1k views

How to change default MIB search path for Windows?

I downloaded and installed Net-SNMP 5.7.0 for Windows from this link: https://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.7-binaries/ It's running ok, but every time I run SnmpGet....
Tomasi's user avatar
  • 11
0 votes
1 answer
129 views

How do I configure net-snmp DTLSUDP to listen on all IPv6 addresses?

When configuring net-snmp DTLSUDP to listen to all IPv4 addresses, it is configured as follows: agentaddress dtlsudp:10161 How do you configure DTLSUDP to listen on all IPv6 addresses?
Graham Leggett's user avatar
0 votes
1 answer
949 views

net-snmp (VACM): How to exclude IF-MIB::ifPhysAddress table column from view?

Tailoring an SNMP view for net-snmp 5.7.3, I fail to exclude IF-MIB::ifPhysAddress from my view: What ever I tried, I still get the MAC addresses in snmpwalk. Still I'm sure my view is being used as ...
U. Windl's user avatar
  • 705
0 votes
1 answer
187 views

Microsoft mystery MIB or Who has MSFT.MIB

Does anyone have the ASN.1 source for the Microsoft MIB? I'm not interested in network management but they use their enterprise number to define several object ID's that they include in CSR's ...
hkc's user avatar
  • 47
0 votes
0 answers
22 views

Linux server supervision with manager not in local network

I have several Ubuntu 16.04 servers (the "hosts") on a local network and I want to monitor them with a CentOS 7 server (the "supervisor") which is not on the local network. I want ...
ZoltanCocsis's user avatar
0 votes
1 answer
333 views

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 ...
MFB's user avatar
  • 101
0 votes
1 answer
212 views

How to change Nagios check_snmp configuration to use SNMP v3

I am trying to check uptime via Nagios's check_snmp plugin on a SNMP version 3 enabled UPS. I'm able to do an snmpget call specifying version 3 with the proper credentials and get the proper response ...
DuckReconMajor's user avatar

15 30 50 per page
1
2 3 4 5
7