Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102531 > unrolled thread
| Started by | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| First post | 2016-02-05 12:12 -0500 |
| Last post | 2016-02-05 15:21 -0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: snmpset Joel Goldstick <joel.goldstick@gmail.com> - 2016-02-05 12:12 -0500
Re: snmpset Grant Edwards <invalid@invalid.invalid> - 2016-02-05 17:18 +0000
Re: snmpset Bernardo Sulzbach <mafagafogigante@gmail.com> - 2016-02-05 15:21 -0200
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2016-02-05 12:12 -0500 |
| Subject | Re: snmpset |
| Message-ID | <mailman.16.1454692381.19407.python-list@python.org> |
On Fri, Feb 5, 2016 at 11:10 AM, Zachary Ware <zachary.ware+pylist@gmail.com > wrote: > On Fri, Feb 5, 2016 at 9:16 AM, Matt <matt.mailinglists@gmail.com> wrote: > > How do I do the equivalent of this in Python? > > > > snmpset -v 2c -c $community $ip .1.3.1.1.4.1.1.1.1.1.1.1.0 s test > > > > and > > > > snmpset -v 2c -c $community $ip .1.3.1.1.4.1.1.1.1.1.1.1.0 i 123 > > > > and > > > > snmpbulkget -v2c -c $community -m ALL $ip .1.3.1.1.4.1.1.1.1.1.1.1.1 > > > > and > > > > snmpget -v2c -c $community -m ALL $ip .1.3.1.1.4.1.1.1.1.1.1.1.2 > > I have had success with pysnmp (http://pysnmp.sourceforge.net/). It > is far from a shining example of a Pythonic API and I don't envy you > if you should need to subclass something to change its behavior, but > it is effective. > > -- > Zach > -- > https://mail.python.org/mailman/listinfo/python-list > That page 404s for me -- Joel Goldstick http://joelgoldstick.com/stats/birthdays
[toc] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2016-02-05 17:18 +0000 |
| Message-ID | <n92lh7$9p1$1@reader1.panix.com> |
| In reply to | #102531 |
On 2016-02-05, Joel Goldstick <joel.goldstick@gmail.com> wrote:
>> I have had success with pysnmp (http://pysnmp.sourceforge.net/).
>
> That page 404s for me
Looks like sourceforge is suffering an outage of some kind.
--
Grant Edwards grant.b.edwards Yow! The FALAFEL SANDWICH
at lands on my HEAD and I
gmail.com become a VEGETARIAN ...
[toc] | [prev] | [next] | [standalone]
| From | Bernardo Sulzbach <mafagafogigante@gmail.com> |
|---|---|
| Date | 2016-02-05 15:21 -0200 |
| Message-ID | <mailman.2.1454692886.2317.python-list@python.org> |
| In reply to | #102532 |
On 02/05/2016 03:18 PM, Grant Edwards wrote: > On 2016-02-05, Joel Goldstick <joel.goldstick@gmail.com> wrote: > >>> I have had success with pysnmp (http://pysnmp.sourceforge.net/). >> >> That page 404s for me > > Looks like sourceforge is suffering an outage of some kind. > Agree, it does not work for me right now.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web