Re: [Agentx] How can I get the variable passed by the set command?

Magnus Fromreide <magfr@lysator.liu.se> Wed, 27 January 2010 06:09 UTC

Return-Path: <magfr@lysator.liu.se>
X-Original-To: agentx@core3.amsl.com
Delivered-To: agentx@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DF8633A69B9 for <agentx@core3.amsl.com>; Tue, 26 Jan 2010 22:09:49 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.349
X-Spam-Level:
X-Spam-Status: No, score=-1.349 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_SE=0.35, J_CHICKENPOX_23=0.6, MIME_8BIT_HEADER=0.3]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w3A-aEMFwm1E for <agentx@core3.amsl.com>; Tue, 26 Jan 2010 22:09:48 -0800 (PST)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by core3.amsl.com (Postfix) with ESMTP id EEDEA3A690C for <agentx@ietf.org>; Tue, 26 Jan 2010 22:09:47 -0800 (PST)
Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 581A240004; Wed, 27 Jan 2010 07:08:17 +0100 (CET)
Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 4DA4E4000A; Wed, 27 Jan 2010 07:08:17 +0100 (CET)
Received: from [83.252.226.202] (c83-252-226-202.bredband.comhem.se [83.252.226.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id D159B40004; Wed, 27 Jan 2010 07:08:16 +0100 (CET)
From: Magnus Fromreide <magfr@lysator.liu.se>
To: 林志平 <solyn123@gmail.com>
In-Reply-To: <8148211e1001262028p6d46e1a3p23eddb7e2a4288f7@mail.gmail.com>
References: <8148211e1001262028p6d46e1a3p23eddb7e2a4288f7@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"
Date: Wed, 27 Jan 2010 07:09:57 +0100
Message-ID: <1264572597.3303.3.camel@sara.home>
Mime-Version: 1.0
X-Mailer: Evolution 2.28.2
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: ClamAV using ClamSMTP
Cc: agentx@ietf.org, linzhiping_zhiqi@126.com
Subject: Re: [Agentx] How can I get the variable passed by the set command?
X-BeenThere: agentx@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SNMP Agent Extensibility <agentx.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/agentx>, <mailto:agentx-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/agentx>
List-Post: <mailto:agentx@ietf.org>
List-Help: <mailto:agentx-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/agentx>, <mailto:agentx-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jan 2010 06:09:50 -0000

This list is for discussion of the AgentX protocol.

Your question is about net-snmp usage.

Please take this question to a net-snmp list.

/MF

On Wed, 2010-01-27 at 12:28 +0800, 林志平 wrote:
> Hi,all
> I am using netsnmp5.5, and I get a MIB file ,using the mib2c tool I
> got some .c and .h files
> ...