From: Trent M. <tre...@si...> - 2007-09-25 16:49:53
|
I found an old post in the archives about this issue: The problem was caused by two OID aliases having the same name (ifSpeed). Even though they were in different tests in the same template, the would still overwrite each other. If you want to fix it, edit the "messages" and "transforms" files in the if_stat and if_load tests of the template you need to fix. Change all references of "ifSpeed" to "ifSpeedTxt". That should fix it. Here is theoriginal post: http://sourceforge.net/mailarchive/message.php?msg_id=03D21F677F387444985F052E78DB5F72756298%40BRSEXCH02.brs.local Trent On Fri, 2007-09-21 at 16:51 -0400, Joshua Krause wrote: > I have a question about the "Interface Speed" option in most of the > cisco templates. All except for one show my "Interface Speed" column > as 1000000000 instead of 1000.00 Mbps for Gigabit interfaces. And for > my FastE ports it shows 100000000 instead of 100.00 Mbps. From what I > can tell all of the if_load and if_stat files line up identically on > how the files show the ifSpeed. And if I do an snmpwalk on any switch > they all show the same data for the ouput, either 1000000000 or > 100000000. Is there any reason for why devmon does this? > > Josh > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |