View Issue Details

IDProjectCategoryView StatusLast Update
503RackTablesSNMPpublic2012-01-14 17:36
Reporteruser272Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.10 
Target Version0.19.11Fixed in Version0.19.11 
Summary503: Unknown OID '11.2.3.7.11.29' - HP ProCurve 2650
DescriptionWhen trying to use SNMP on a HP ProCurve 2650 (J4899A), RackTables reports an unknown OID.
Additional InformationThe fix is easy as the ProCurve 2650 is already listed in dictionary (ID 866) and an SNMP configuration for the ProCurve 2650-PWR already exists - the switches are basically the same, just that the -PWR provides power over ethernet additionally. Here's what needs to be added to inc/snmp.php:

        '11.2.3.7.11.29' => array
        (
                'dict_key' => 866,
                'text' => 'J4899A: 48 RJ-45/10-100TX + 2 RJ-45/10-100-1000T(X)',
                'processors' => array ('procurve-49-to-50-1000T', 'procurve-chassis-100TX'),
        ),
TagsNo tags attached.

Activities

adoom42

adoom42

2012-01-14 17:36

administrator   ~0000509

The change has been committed (r4903). Thanks for the patch.

Issue History

Date Modified Username Field Change
2012-01-14 02:57 user272 New Issue
2012-01-14 02:57 user272 Status new => assigned
2012-01-14 02:57 user272 Assigned To => adoom42
2012-01-14 17:36 adoom42 Note Added: 0000509
2012-01-14 17:36 adoom42 Status assigned => closed
2012-01-14 17:36 adoom42 Resolution open => fixed
2012-01-14 17:36 adoom42 Fixed in Version => 0.19.11
2012-01-14 17:36 adoom42 Target Version => 0.19.11