Well i must say, i've got the standard snmpd running on my wap54g, and
i does work a little,
i get some data from snmpd, but half way, i got a time out and the loadavr on the WAP goes sky high...
snmpd get's a cpu usage of 50%+ and makes the AP stale...
so myguess that snmpd is an over kill for my broadcom 200mhz cpu, now i like to recompile the snmpd package
and remove all mibs, exept the:
- network stat's (bits in and out)
- cpu usage
- connections to the ap (= exec script)
here is (a little part) of the makefile where i can alter it, but what do i have to strip out ???
Cheers, Collen
------------------------
SNMP_MIB_MODULES_INCLUDED = \
host/hr_device \
host/hr_disk \
host/hr_filesys \
host/hr_network \
host/hr_partition \
host/hr_proc \
host/hr_storage \
host/hr_system \
mibII/at \
mibII/icmp \
mibII/interfaces \
mibII/ip \
mibII/snmp_mib \
mibII/sysORTable \
mibII/system_mib \
mibII/tcp \
mibII/udp \
mibII/vacm_context \
mibII/vacm_vars \
snmpv3/snmpEngine \
snmpv3/snmpMPDStats \
snmpv3/usmStats \
snmpv3/usmUser \
snmpv3mibs \
tunnel \
ucd-snmp/disk \
ucd-snmp/extensible \
ucd-snmp/loadave \
ucd-snmp/memory \
ucd-snmp/pass \
ucd-snmp/proc \
ucd-snmp/vmstat \
util_funcs \
utilities/execute \
SNMP_MIB_MODULES_EXCLUDED = \
agent_mibs \
agentx \
host \
ieee802dot11 \
mibII \
notification \
snmpv3mibs \
target \
ucd_snmp \
utilities \
------------------------
