>>>>> On Fri, 11 Feb 2005 00:21:39 -0800 (PST), sambath kumar <[EMAIL >>>>> PROTECTED]> said:
sambath> If I try to do get or set on any of these MIB objects, sambath> I am getting the details from linux tables. sambath> How can I make net-snmp to take the details from my sambath> application instead of taking it from linux tables. So your application is an agentx subagent running attached to the main snmpd? You need to either: 1) remove the linux implementation from the code (use the --with-out-mib-modules configure option to remove the mibII/tcp and mibII/tcpTable modules, for example, to remove the TCP code). 2) you can actually turn it off at runtime too by using the -I switch to say "-I -tcp,tcpTable". Run with -Dmib_init to see a list of tokens you can pass to the -I switch. -- Wes Hardaker Sparta ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
