Related questions
Looking for example code to implement a SNMP table using AgentX
I've written an AgentX app (Linux, gcc, g++) which works well at sending back scalers. Here is what I'm doing now:
init_agent( "blah" );
netsnmp_register_read_only_scalar( netsnmp_create_handler_registration( "foo1", handle_foo1, oid, oid.size(), HANDLER_…
SNMPd: Cannot open /proc/bus/pci
I cross-compiled NET-SNMP 5.7.1 from sources to a PowerPC using ELDK-3.1.
When I try to load the snmpd daemon in my embedded board, I see the message:
# snmpd -f -Lo
pcilib: Cannot open /proc/bus/pci
pcilib: Cannot find any working …