Hi guys.. this is my first post...
i am  new to snmpd coding but i successfull create my first 2 agent.
i create my MIB file, and i am able to query this agent with an  
snmpwalk command.
i load the modules with something like that into snmpd.conf

dlmod sensors485MIB /usr/local/lib/sunnyControlMIB-table-sensors485.so

to query my values i do

snmpwalk  -c mypublic -v 1 127.0.0.1:8080 SENSORS485-MIB::sensors485MIB

the output is good
SENSORS485-MIB::intSolIrr.0 = Opaque: Float: 0.000000
SENSORS485-MIB::intSolIrr.1 = Opaque: Float: 0.000000
SENSORS485-MIB::intSolIrr.2 = Opaque: Float: 0.000000

my problem/question is... beacuse i create two different modules i  
would like to walk with a single command... better if i dont need to  
specify nothing special... best solution is a walk like this

snmpwalk  -c mypublic -v 1 127.0.0.1:8080

but when i do this command the output is the standard one, and there  
are no values about my two agents...

there is a special loading command to do ? i need to recompile snmpd  
with some parameters ?
thankyou for any suggestion

ciao
francesco



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to