Thank you.
On 6/18/05, Robert Story <[EMAIL PROTECTED]> wrote:
> On Thu, 16 Jun 2005 17:18:28 +0800 flyeagers wrote:
> F> I want a sample code of set&get a string. I wrote the code but it's
> F> not right. So I want to see the sample code to learn. thanks
&g
I tried to move snmpd with my own MIB module to a board. I use v3 in
the host is right,but when I tried snmpget -v3 in the board,it failed
by incorrected user/password. Why? When I compiling snmpd which has v3
support. I use such configure command:
./configure --host=arm --target=arm-linux --enabl
I want a sample code of set&get a string. I wrote the code but it's
not right. So I want to see the sample code to learn. thanks
---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps,
I'm a beginner in SNMP.And I follow the examples of NET-SNMP-5.2.1, I
try to implented a function like this: I can get string of the target
snmpd from remote host and I can also send a command to make target
snmpd run a command .Here's the MIB:
MY-MIB DEFINITIONS ::=
BEGIN
IMPORTS
enterprises
I successfully cross compiled the net-snmp,but using this command:
configure --target=arm-linux --host=arm
--with-mib-modules="myownmodule" --with-cc=arm-linux-gcc
--with-ar=arm-linux-ar --with-endianess=big.But when I run it in arm
platform,when I use snmpget command,it always shows the folling
me