Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

I have this snmpd.conf that uses a pass script for retrieving custom information: root@srvweb:~# cat /etc/snmp/snmpd.conf ... pass .1.3.6.1.2.1.1.9.1.5.0 /etc/snmp/users.sh Contents of this script ...
Marc Fité's user avatar
0 votes
1 answer
674 views

I can run this command from the command line: snmpwalk -v3 -m +MY-MIB-ROOT -m +MY-MIB -l authPriv -u MYUSER -a SHA -A "XXXXXXXX" -x AES -X "XXXXXXXX" 1.2.3.4 .1.3.6.1.4.1.52330.6....
Tino's user avatar
  • 65
0 votes
1 answer
143 views

So I have an agent implemented in past that is facing the issue. When I have 2 servers joined in a cluster, the publisher server cannot serve polling on IPv6. Running polling on IPv6 works locally on ...
Shivam Rai's user avatar
0 votes
1 answer
227 views

I'm trying to create a snmp4j agent that can respond to snmp v3 walk (getBulk) requests. I managed to get the SampleAgent class from snmp4j library running and capable of responding to snmp get ...
Icarus's user avatar
  • 521
1 vote
0 answers
81 views

This is a part of my MIB : callSuccessRate OBJECT-TYPE SYNTAX Integer32 UNITS "%" MAX-ACCESS read-write STATUS current DESCRIPTION "Success rate of ...
gee22's user avatar
  • 13
0 votes
0 answers
960 views

I'm learning about zabbix and how to use SNMP to monitor networks. As a test, I wanted to create a MIB of my PC and find the CPU temperature. So I got Paessler SNMP tester and started an SNMP walk. ...
Phil Morgan's user avatar
0 votes
1 answer
315 views

I'm writing a python script for an SNMP walk and want to print out the variable names along with their associated values. The code I'm currently using gives the numerical OIDs and their values. I have ...
Delta88's user avatar
1 vote
1 answer
8k views

I'm trying to add a custom mib file that contains few nodes. For an example I tried loading SNMP-COMMUNITY-MIB as it's a standard mib and thus shouldn't throw errors. I copied the mib into the path ~/....
Sujay's user avatar
  • 26
0 votes
0 answers
532 views

I am using this snmpwalk command to query : snmpwalk -c public -v 2c 10.10.68.70:18089 1.3.6.1.4.1.11080.300 -t 4 port : 18089 -> where SNMP Manager is running timeout - 4 sec In locally , I can ...
Ritika Saxena's user avatar
0 votes
1 answer
2k views

I know this oid is a table from the web, so I try to use snmptable,but it return wrong. scEnclFanTable 1.3.6.1.4.1.674.11000.2000.500.1.2.20 snmptable -c public -v 2c 192.168.1.10 1.3.6.1.4.1.674....
flower's user avatar
  • 2,240
0 votes
1 answer
14k views

I am relatively new to snmp and am trying to test out snmp on a device with snmpwalk command. I am using it as such: snmpwalk -v2c -c public <ip> and it returns and error of –c: Unknown Object ...
Ryan w's user avatar
  • 508
2 votes
2 answers
102 views

I would like to store the interface name only. So in this case, I would like to store Interface900. Below is my code. Can't seem to figure out how to do this. $str = '[TIMETRA-VRTR-MIB::vRtrIfName.22....
Mike T's user avatar
  • 47
2 votes
1 answer
107 views

Trying to figure out how I can update the new array with a value. $data = array('[ETRA-VRTR-MIB::vRtrIfName.1.1]' => 'STRING: "intf1"', '[ETRA-VRTR-MIB::vRtrIfName.1.2]' => 'STRING: &...
Mike T's user avatar
  • 47
0 votes
1 answer
382 views

I want to fetch data from FA-EXT-MIB::swSfpTxPower. Is there any way to snmpwalk this OID (1.3.6.1.4.1.1588.2.1.1.1.28.1.1.5) for a specific port? Looking at the output (added below) I do not ...
Andy Thompson's user avatar