Problem with proxy the entire tree

2020-09-15 Thread Jenny Yao
Hi All, We are using net-snmpd 5.8 as a proxy. But when the objects from the remote device conflict with objects from the proxy, we get the objects from the proxy. To solve this problem, we follow the suggestion in the wiki to use context as a selector to integrate the entire tree. http

snmpget: Remove quotes in output string

2020-09-15 Thread Pushpa Thimmaiah
Hi All, I can understand response to snmpget/snmpwalk display string datatype in double-quotes as in following example. Kindly let me know If there any way to remove or hide quotes from display. Output of SNMPWALK:

Re: Perl extension NetSNMP::ASN does not return values in the request, where Exportable constants- ASN_IPADDRESS

2020-09-15 Thread Fulko Hew
I don't know for sure, but I suspect that the routine does not expect a dotted quad string (to encode into an ASN_IPADRESS, but that it expects a 4 byte packed integer instead. On Tue, Sep 15, 2020 at 3:02 AM Drovalev R.N. wrote: > Hello! > > > > There is a need to return the value of the ip ad

Re: SNMP V3 feature request

2020-09-15 Thread Larry Hayes
There TLS/DTLS support in net-snmp. http://net-snmp.sourceforge.net/wiki/index.php/Using_DTLS On Fri, Sep 11, 2020 at 11:11 PM Pavan Kumar wrote: > Hi > > For the scripted environments, the authPriv option in v3 requires the > passphrases to be given along with other options of the snmp comma

Perl extension NetSNMP::ASN does not return values in the request, where Exportable constants- ASN_IPADDRESS

2020-09-15 Thread Drovalev R.N.
Hello! There is a need to return the value of the ip address when requesting a specific OID. It is necessary to emulate the snmp device. Implemented via perl, which I am new to. Perl extension NetSNMP::ASN does not return values in the request, where Exportable constants - ASN_IPADDRESS,