NET SNMP COMPILATION FOR UCLINUX

package :net-snmp -5.6.1

configure

./configure --target=bfin --with-cc=bfin-uclinux-gcc --with-ar=bfin-uclinux-ar
--with-endianness=little --enable-mini-agent --disable-debugging
--includedir="/home/manu/uClinux-dist/uClibc/include"
--without-kmem-usage --with-transports="UDP" --with-mib-modules="mibII
snmpv3mibs notification target"
 --with-out-mib-modules="ucd<wbr></wbr>_snmp agent_mibs agentx utilities"

make

load  the  agent/snmpd to board's  bin directory
load snmpd.conf file to board's  /etc directory
add these line in snmpd.conf file
rocommunity public

run this command  on board
(snmpd  -c /etc/snmpd.conf  &)  in bindirectory

do
snmpwalk -v 1 -c public [board's ipaddress]





On Tue, Mar 29, 2011 at 7:16 PM, Dave Shield <[email protected]> wrote:
> On 29 March 2011 14:41, geetha ramani <[email protected]> wrote:
>> i downloaded the netsnmp package 5.6.1 .
>> configured the package for blackfin platform
>
> How?   What was the exact "configure" command that you ran?
> Was it the same as David suggested, or was it different in any way?
>
>> and run make.
>> and then loaded the snmpd executable to the board
>
> How?
> Which file(s) did you copy, and where did you put them?
>
> Did you have to create any config files? (i.e. snmpd.conf)
> If so, what did they contain, and where did you put them?
>
>
> This may all seem screamingly obvious to you, but it's
> the sort of thing that can easily act as a stumbling block
> to those less familiar with the uclinux environment.
>
> Dave
>

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to