delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/04/27/13:40:05

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 870DC385C426
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=acm.org
Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=daveroth AT acm DOT org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=comcastmailservice.net; s=20180828_2048; t=1588009134;
bh=R+8jz7aVvMvzAnjjLlkYuoFv0vqxwq3EIgF/MwZQNZE=;
h=Received:Received:Received:To:From:Subject:Message-ID:Date:
MIME-Version:Content-Type;
b=KFbCtwhWoAILy3pjFtsTw9xDxg9p03srTzArCPKZREa1/JUr28HR8l1CkwhgHwBTT
bu3L19+trPsPNUiilUGnds72q1mrKyTkQ2BRpH2klJ/623uw4cBTv86OD1P5jqXYlP
ZDTXe9W9Gv5YpgAzTxmKf1tJTbo1wBvYB/LX0wBCDYLS5+cRfVB0wxuQsBnhYbA9Wq
h2Q7jo8eXFxqi9gUgJJLIeLOI7vJZVIdb1SPmLBdOrcl+kwv/xleDozk+rxvYkQoGG
GoGBXb7T1fknU2sraKVCIin6btM8KQX/ZrNX/RnUPruVFeRFpvlULt5QkW0wHGp/ML
y7PO09waZ6wFg==
X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedrheelgdduudefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefvhffukffffgggtgfgsehtjeertddtfeehnecuhfhrohhmpeffrghvihguucftohhthhgvnhgsvghrghgvrhcuoegurghvvghrohhthhesrggtmhdrohhrgheqnecuffhomhgrihhnpehuphhsshdrnhgvthenucfkphepjeefrdegvddrudejtddrvdegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghlohepmhgrihhlrdgurghvvghrohhthhdrugihnhgunhhsrdhorhhgpdhinhgvthepjeefrdegvddrudejtddrvdegpdhmrghilhhfrhhomhepuggrvhgvrhhothhhsegrtghmrdhorhhgpdhrtghpthhtoheptgihghifihhnqdgrnhhnohhunhgtvgestgihghifihhnrdgtohhm
X-Xfinity-VMeta: sc=0.00;st=legit
To: cygwin AT cygwin DOT com
From: David Rothenberger <daveroth AT acm DOT org>
Subject: [ANNOUNCEMENT] Updated: net-snmp-5.8-1
Message-Id: <announce.ce21570a-5aac-6474-5b70-a90b354727af@acm.org>
Date: Mon, 27 Apr 2020 10:38:47 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
Firefox/68.0 Thunderbird/68.7.0
MIME-Version: 1.0
X-Spam-Status: No, score=-6.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, GIT_PATCH_2, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,
SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

DESCRIPTION:
============
Simple Network Management Protocol (SNMP) is a widely used protocol
for monitoring the health and welfare of network equipment
(eg. routers), computer equipment and even devices like
UPSs. Net-SNMP is a suite of applications used to implement SNMP v1,
SNMP v2c and SNMP v3 using both IPv4 and IPv6. The suite includes:

  * Command-line applications to:
    * retrieve information from an SNMP-capable device, either using
      single requests (snmpget, snmpgetnext), or multiple requests
      (snmpwalk, snmptable, snmpdelta).
    * manipulate configuration information on an SNMP-capable device
      (snmpset).
    * retrieve a fixed collection of information from an
      SNMP-capable device (snmpdf, snmpnetstat, snmpstatus).
    * convert between numerical and textual forms of MIB OIDs, and
      display MIB content and structure (snmptranslate).
  * A graphical MIB browser (tkmib), using Tk/perl.
  * A daemon application for receiving SNMP notifications
     (snmptrapd). Selected notifications can be logged (to syslog,
     the NT Event Log, or a plain text file), forwarded to another
     SNMP management system, or passed to an external application.
  * An extensible agent for responding to SNMP queries for
    management information (snmpd). This includes built-in support
    for a wide range of MIB information modules, and can be extended
    using dynamically loaded modules, external scripts and commands,
    and both the SNMP multiplexing (SMUX) and Agent Extensibility
    (AgentX) protocols.
  * A library for developing new SNMP applications, with both C and
    perl APIs.

CYGWIN NOTES:
=============
 * The snmpd daemon does not provide much useful information.
   Installing it as a service under Cygwin is left as an exercise
   for the user.

QUESTIONS:
==========
If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.


-- 
David Rothenberger  ----  daveroth AT acm DOT org

Remember:  Silly is a state of Mind, Stupid is a way of Life.
                -- Dave Butler
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019