2009/4/22 sanjaykumar <[email protected]>: > I am going through the IF-MIB implementation under netsnmp-5.4.2.1 > I find it read the /proc/net/dev file > What will happen on the embedded device ? > Does it list out all the interface present on the device ? > Or it will read only the interface under the ethernet card ?
It will list whatever information is given in that /proc file. Presumably all interfaces visible on the system where the agent is running. Unless you've done some very clever low-level programming, I'd expect the agent to be running on the main device, rather than on an individual ethernet card. But embedded systems are really outside the scope of the core development team. We're more concerned with providing the basic Net-SNMP toolkit and agent framework. If you want to know the details of how this might have be adapted for a particular embedded system, you would be better off asking the developers of that system, rather than here. Dave ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
