Re: who can give me a sample code of set&get a string?

2005-06-19 Thread flyeagers
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

Help:problem of V3

2005-06-17 Thread flyeagers
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

who can give me a sample code of set&get a string?

2005-06-16 Thread flyeagers
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,

How can I set a string

2005-06-14 Thread flyeagers
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

How can I porting net-snmp to arm platform

2005-05-24 Thread flyeagers
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