Questions tagged [snmpv2c]
7 questions
3
votes
3 answers
SNMP's default OID access
I have written a custom SNMPV2C agent (agentx protocol) extending netsnmp, As of now I am allowing view access to all in snmpd.conf as follows
view all included .1
it exposes mgmt (RFC1213 ) which looks fine, it also exposes snmpV2 mib's ( snmpMIB,…

DevC
- 7,055
- 9
- 39
- 58
1
vote
0 answers
PySNMP Not Able To Receive SNMPv2 Traps On Same Machine
Currently trying to implement a way to receive traps on a Python application. My device sends his snmpV2 traps to my machine directly(tested working with other software), but PySNMP doesn't seem to receive them. I'm using the example code directly…

Zac6749
- 11
- 2
0
votes
0 answers
snmpv2 packing the pdu with agent information
I'm following this tutorial on how to create a simple application. https://net-snmp.sourceforge.io/wiki/index.php/TUT:Simple_Application and I'm setting up to snmpv2c and using my own ip address and oid number. But I keep getting a timeout at the…

pj427
- 1
- 1
0
votes
0 answers
BOOLEAN varibles support for SNMP V2
I need to test some software drivers for SNMP v2 protocol. I am not getting it clear whether this protocol supports BOOL tags or not. I am using this simulator (SNMP Agent simulator (https://ireasoning.com/download.shtml). How do I configure digital…

Dhruv
- 3
- 2
0
votes
0 answers
Retrieving data from SNMP probe variables
When SNMP walking or using a 'Single OID Viewer' probe I can retrieve any of the OIDs information. However, when trying to use the custom probe from the interactive snmp probe creator all of the OIDs return '[N/A]'
Any help would be greatly…

Jocelyne
- 1
- 1
0
votes
0 answers
No SNMP daemon restart on setting engine Id
Currently, SNMP daemon restart when engine id is set. This causes service delay to clients. This need to be avoided and any signal like SIGHUP to be used for sync the new configuration.
I used SIGHUP i am able to achieve that demon is not restarted…
0
votes
2 answers
SNMPv2c vs SNMPv3 custom MIB
I'm writing a custom MIB that is spec'd to be SNMPv3 compliant. Right now, I know that it is SNMPv2c compliant (through smilint and other tools). Is there anything that I need to do with the MIB to make it SNMPv3 compliant?
The plan is to use SNMPv3…

zeus_masta_funk
- 1,388
- 2
- 11
- 34