config
by Darshan Ghumare
 |
REPLY TO AUTHOR
|
 |
|
|
 |
REPLY TO GROUP
|
 |
|
Hi all,
I have used following command to configure NET-SNMP-5.4.2.1
./configure --disable-debugging --enable-mini-agent --datadir=/root/share
--bindir=/root/snmp/bin --sbindir=/root/snmp/sbin
--libexecdir=/root/snmp/sbin --libdir=/root/snmp/lib --disable-applications
--disable-set-support --disable-md5 --disable-manuals --disable-des
--disable-scripts --disable-privacy --disable-embedded-perl
--disable-perl-CC-checks --without-kmem-usage
--with-out-mib-modules="snmpv3mibs,snmpv3,ucd_snmp,mibII,disman/event,disman/schedule,host,smux,disman/old-event-mib,examples/example,if-mib/ifTable,if-mib/ifXTable,tunnel/tunnel,ip-forward-mib/inetCidrRouteTable,ip-forward-mib/ipCidrRouteTable,agent_mibs,sctp-mib,mibII/interface,misc/ipfwacc,ip-mib/ipv4InterfaceTable,ip-mib/ipv6InterfaceTable,ipfwchains/ipfwchains,target,utilities,snmpV3/usmConf,snmpV3/snmpMPDStats,snmpV3/snmpEngine,snmpV3/usmStats,snmpV3/usmUser,examples/ucdDemoPublic,notification,Rmon,ucd_snmp/lmSensors"
My requirements are,
1 snmpd need to support only SNMPv2c.
2 snmpd need to support GET,GETNEXT ,GETBULK & send traps.
3 Need to support only my single MIB.
But when I executed above command then it has memory footprint of around
8MB.
How can I reduce it (around 200-300kb) as its going to run on Embedded
systems?
2) when snmpd is compiled its link with -lcrypto which is around 1MB. why
its needed? how I can remove it?
3) Is ucd-snmp is good choice or any other which satisfy my requirements?
Regards
Darshan
Bookmark with:
Delicious
Digg
reddit
Facebook
StumbleUpon
Related Messages
opensubscriber is not affiliated with the authors of this message nor responsible for its content.
|