Re: how can get response messages use python?

"bend_chen" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
hi,net-snmp-users,

   I had resovled this.
Search engine is really a good thing.

I'm a new user of python.Python is very godd language.





2011-07-18

 



Hi,net-snmp-users:

I used net-snmp and python.this is net-snmp some message:

[bend@testpy ~]$ rpm -qa|grep net-snmp
net-snmp-utils-5.6.1-7.fc15.i686
net-snmp-devel-5.6.1-7.fc15.i686
net-snmp-5.6.1-7.fc15.i686
net-snmp-libs-5.6.1-7.fc15.i686
net-snmp-python-5.6.1-7.fc15.i686
[bend@testpy ~]$ snmpget -c public -v1 192.18.5.22 sysDescr
Timeout: No Response from 192.18.5.22. -----I can get some response mesages.

and then I use pytho:
Python 2.7.1 (r271:86832, Apr 12 2011, 16:16:18) 
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import netsnmp
>>> result=netsnmp.snmpwalk('sysDescr',Version=1,DestHost='192.18.5.22',Community='public')
>>> print result
()--------there no any response mesages.

>>> netsnmp.verbose=1  -------I set verbose=1
>>> result=netsnmp.snmpwalk('sysDescr',Version=1,DestHost='192.18.5.22',Community='public')
>>> print result
()--------there no any response mesages.

How can I get snmp response mesages?

       

Thanks a lot!



2011-07-15

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev

_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
14.gif (image/gif, 1.6 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.