On Fri, Dec 10, 2010 at 06:03:40PM +0100, [email protected] wrote: > I have another issue on jffnms. Something that has been reported here > concerning serial interfaces on Cisco routers. I have that same problem; > Interface 153 is a Serial0/0/0:1 - interface of a Cisco 1841. Apparently, > when I change v2c to v1, he will graph the serial interfaces. Anybody know > why ?
One of the more interesting quirks I found with the JFFNMS code when rewriting/checking it is that SNMP v1 and v2c/v3 can have different SNMP poll OIDs. I'm not exactly sure which one works for you. I think you are saying if you set it to v1 you get results but v2c you do not. Also The solution is to find the poller items. The parameters for those items have two OIDs spearate by commas. The first is IfInOctects used in v1 while the second is IfINHCOctects which is used in v2c and v3. If v1 works and v2c doesnt, leave the first one and delete the commar and everytihng else. I'm actually going to make an explict HC poller group that uses the second set of OIDS. - Craig -- Craig Small VK2XLZ http://www.enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users
