diff options
author | elie <elie> | 2015-12-20 12:19:05 +0000 |
---|---|---|
committer | elie <elie> | 2015-12-20 12:19:05 +0000 |
commit | 0ef468a5908160dc925bb906c511397652f44b18 (patch) | |
tree | bc402945c731fc415e61e47444ddcc82b286f2a6 /docs/source/examples | |
parent | 3b505486feb33ccc4062979ab9b2e20c304568f9 (diff) | |
download | pysnmp-git-0ef468a5908160dc925bb906c511397652f44b18.tar.gz |
added links to snmplabs resources
Diffstat (limited to 'docs/source/examples')
-rw-r--r-- | docs/source/examples/contents.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/examples/contents.rst b/docs/source/examples/contents.rst index 63c7a6f8..43e5109f 100644 --- a/docs/source/examples/contents.rst +++ b/docs/source/examples/contents.rst @@ -125,12 +125,12 @@ easy_install: :: # pip pysnmp -There's a `public SNMP responder <http://snmpsim.sourceforge.net/public-snmp-simulator.html>`_ -configured at *demo.snmplabs.com:161* to let you run PySNMP examples -scripts in a cut&paste fashion. If you wish to use your own SNMP Agent -with these scripts, make sure to either configure your local snmpd and/or -snmptrapd or use a valid address and SNMP credentials of your SNMP Agent -in the examples to let them work. +There's a public, multilingual SNMP Command Responder and Notification +Receiver configured at +`demo.snmplabs.com <http://snmpsim.sourceforge.net/public-snmp-simulator.html>`_ to let you run PySNMP examples scripts in a cut&paste fashion. If you +wish to use your own SNMP Agent with these scripts, make sure to either +configure your local snmpd and/or snmptrapd or use a valid address and +SNMP credentials of your SNMP Agent in the examples to let them work. Should you want to use a MIB to make SNMP operations more human-friendly, you are welcome to search for it and possibly download one from our |