Hello,
I would like to know the response of snmp get in case of failure. We are
getting zero in most of the success cases.
If we can get 1 in case of timeout, shall we use value of "$?" as snmp success
and failure (0 and 1 respectively) on Solaris box ? please reply asap. Thanks
TCSH02-fm-1# /
Hi,
When I execute a snmp get in a especific server, it return the follow errors:
- (is a reserved word): At line 710 in
/usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
OBJECT (is a reserved word): At line 710 in
/usr/local/share/snmp/mibs/SV7000GUI-MIB.txt
: (is a reserved word): At line 710 in
/u
Ok just to update this,
I figured out that the module that is being imported is actually part of
netsnmp. I changed the import in __init__.py to:
from .client import *
now I get when I do an import netsnmp :
Traceback (most recent call last):
File "", line 1, in
File
"/usr/lib/python3.3/si
Hi all,
Sorry to bump this again, but it I would really like to find a solution to
this. I am using 5.7.2.1
I have managed to get Net-SNMP to compile and install for Python 3.3.4 but when
I do an import netsnmp I get this :
Traceback (most recent call last):
File "", line 1, in
File
"/usr