Re: snmpset

2016-02-05 Thread Zachary Ware
On Fri, Feb 5, 2016 at 11:14 AM, Joel Goldstick wrote: > On Fri, Feb 5, 2016 at 12:12 PM, Joel Goldstick > wrote: >> That page 404s for me. >> > > Pardon me, looks like sourceforge is down Ah, I guess caching fooled me when I rechecked. -- Zach -- https://mail.python.org/mailman/listinfo/pyth

Re: snmpset

2016-02-05 Thread Johannes Findeisen
On Fri, 5 Feb 2016 12:12:58 -0500 Joel Goldstick wrote: > On Fri, Feb 5, 2016 at 11:10 AM, Zachary Ware > wrote: > > > On Fri, Feb 5, 2016 at 9:16 AM, Matt wrote: > > > How do I do the equivalent of this in Python? > > > > > > snmpset -v 2c -c $

Re: snmpset

2016-02-05 Thread Joel Goldstick
On Fri, Feb 5, 2016 at 12:12 PM, Joel Goldstick wrote: > > > On Fri, Feb 5, 2016 at 11:10 AM, Zachary Ware < > zachary.ware+pyl...@gmail.com> wrote: > >> On Fri, Feb 5, 2016 at 9:16 AM, Matt wrote: >> > How do I do the equivalent of this in Python? >&

Re: snmpset

2016-02-05 Thread Bernardo Sulzbach
On 02/05/2016 03:18 PM, Grant Edwards wrote: On 2016-02-05, Joel Goldstick 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. -- https://mail.

Re: snmpset

2016-02-05 Thread Grant Edwards
On 2016-02-05, Joel Goldstick 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.edwardsYow! The FALAFEL SANDWICH

Re: snmpset

2016-02-05 Thread Zachary Ware
On Fri, Feb 5, 2016 at 11:12 AM, Joel Goldstick wrote: > On Fri, Feb 5, 2016 at 11:10 AM, Zachary Ware > wrote: >> I have had success with pysnmp (http://pysnmp.sourceforge.net/). It > > That page 404s for me Hmm, it works for me (just tried again). Even Gmail's automatic linkification didn't k

Re: snmpset

2016-02-05 Thread Joel Goldstick
On Fri, Feb 5, 2016 at 11:10 AM, Zachary Ware wrote: > On Fri, Feb 5, 2016 at 9:16 AM, Matt 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 > &

Re: snmpset

2016-02-05 Thread Zachary Ware
On Fri, Feb 5, 2016 at 9:16 AM, Matt 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 > > snmpbulk

snmpset

2016-02-05 Thread Matt
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