Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102526 > unrolled thread
| Started by | Matt <matt.mailinglists@gmail.com> |
|---|---|
| First post | 2016-02-05 09:16 -0600 |
| Last post | 2016-02-05 09:16 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
snmpset Matt <matt.mailinglists@gmail.com> - 2016-02-05 09:16 -0600
| From | Matt <matt.mailinglists@gmail.com> |
|---|---|
| Date | 2016-02-05 09:16 -0600 |
| Subject | snmpset |
| Message-ID | <mailman.11.1454685455.19407.python-list@python.org> |
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
Back to top | Article view | comp.lang.python
csiph-web