-
fenner changed the public information on the Netdisco project.
2009-10-18 22:10:38 UTC in Netdisco
-
The support is present in CVS. Fallback from SNMPv3 to SNMPv2 during discovery doesn't work, you have to either default to v3 and then list all your v2 devices explicitly, or default to v3 and list all your v3 devices explicitly.
2009-09-23 20:34:16 UTC in Netdisco
-
fenner made 3 file-release changes.
2009-09-23 20:33:01 UTC in Netdisco
-
fenner made 2 file-release changes.
2009-09-23 20:32:03 UTC in Netdisco
-
fenner made 1 file-release changes.
2009-09-23 20:31:02 UTC in Netdisco
-
fenner committed patchset 15 of module misc to the Netdisco CVS repository, changing 1 files.
2009-06-20 17:26:58 UTC in Netdisco
-
Ah, I originally wrote this against older 3750s that couldn't measure their own output, and had no MIB where they would report the CDP-negotiated power level per port, so the 802.1af-reported values were the best I could do. This may require another table for device-power info instead of just device-port-power, and fun logic to decide which value to use.
2009-04-21 16:40:00 UTC in Netdisco
-
I've updated the diff to just use the same regexp as the perl module does, which fixes both the performance and the correctness problems. I still wouldn't write the regexp that way in either language, but it works well enough to leave it alone.
2009-04-15 23:39:52 UTC in net-snmp
-
We finally tracked down some severe performance problems in our test infrastructure, and lo and behold it was due to this regexp. Something in its complexity results in some incredible exponential factor based upon the length of the object name --
Regex match against tag ifName took 0.000045 seconds
Regex match against tag icmpInMsgs took 0.002264 seconds
Regex match against tag...
2009-04-14 14:52:48 UTC in net-snmp
-
Check your CISCO-POWER-ETHERNET-EXT-MIB for its LAST-UPDATED -- is it 200612190000Z? That revision added the cpeExtPsePortTable which this module needs. This version is in the netdisco-mibs 0.4 distribution, or of course at Cisco's site.
2009-04-04 14:03:13 UTC in SNMP::Info