Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102526
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Matt <matt.mailinglists@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | snmpset |
| Date | Fri, 5 Feb 2016 09:16:51 -0600 |
| Lines | 15 |
| Message-ID | <mailman.11.1454685455.19407.python-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de w1IizOlqgabdnQFN7VTqMgzPY7vh+MIN9Pd9O6faocOQ== |
| Return-Path | <matt.mailinglists@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.060 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'received:209.85.218': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'python?': 0.18; 'equivalent': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.35; 'skip:. 20': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'test': 0.39; 'to:addr:python.org': 0.40 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=qKFifMwN2ZpNy+TqM8likrEcPaFKyAjgqr1bVK8eEE8=; b=0Rs/3kmGHjnuAxqsY13enEQvEU+uMf3pJ2URNho3oYafzD/u3kO29HkGPFBsTw+Kio iV8WonapRu2Oot27hXaj3EwmDJokI4VRwELdjiL5a+/Wem5iFh7Ju9hlyj1LrZijYw+y yxsU/iBggGTdKiu472uQmT26P8fLdb/CSB7f4L/vcdtGmCbjG06+gwiZfch3BRnbHmgg 8O+h+ZjsfBHFdkNZ/tSVxVwFe4d36LgVwAKL/qIz8syZP8qM3UOq94QijDSHAbhQwzw4 z4RlGxD2Ha6OUbXv2FxLCk1RdzaM0YejAyOWR1kNPAEtg96gS3D1ueeok44zPJJAgtLP IKTA== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=qKFifMwN2ZpNy+TqM8likrEcPaFKyAjgqr1bVK8eEE8=; b=g5rWodVmhMAi11wiNz0uBLpkQydtsol+zZgmLAweaSP0i2XN02WfRCuWN00IRP5XFa IV4oot9rcpmHZ/D7jP04wp7/lGXpkER1JbLBkdfqfD48yIUbGWg+/RfOlTZfM36fwQgA tZuHzsfj5iGPVrA0SecQZcNCXTrwwrA6JZSvaAMpYbsbuBs0D3DCI2HX9sd0W+2Mf9Ib hyw7NpQO5z2eKLWZO7ZE0uvaBvuFEfzYQ0X+xAOcoVjS3qpE1EWWsGCuC/TljhGmP91t PpwQQA6unsrGRBdqmTtpe+ILc8IjF69wH9GW45LesZ+MKxGIFxkaCcW+O0bsaQFYNpo7 NqoQ== |
| X-Gm-Message-State | AG10YOThvMvEhBsECzDTxNSK+xXTICdEL776rc9WZRM3BF4tERDKTm8Jww/HG2Ni22gN5kJQPK5EncUVDm+DOQ== |
| X-Received | by 10.202.1.69 with SMTP id 66mr8504257oib.122.1454685411538; Fri, 05 Feb 2016 07:16:51 -0800 (PST) |
| X-Mailman-Approved-At | Fri, 05 Feb 2016 10:17:34 -0500 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21rc2 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:102526 |
Show key headers only | View raw
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
snmpset Matt <matt.mailinglists@gmail.com> - 2016-02-05 09:16 -0600
csiph-web