View Issue Details

IDProjectCategoryView StatusLast Update
615RackTablesSNMPpublic2012-09-29 19:57
Reporterdlloyd Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.0 
Target Version0.20.1Fixed in Version0.20.1 
Summary615: Fixed SNMP sync for HP 2510-48G
DescriptionDespite having an entry for the 2510-48G it would not sync with an Unknown OID error. The following patch fixes the process for this switch:
diff -rub ./inc/snmp.php /var/www/racktables/inc/snmp.php
--- ./inc/snmp.php 2012-09-09 12:36:18.000000000 -0700
+++ /var/www/racktables/inc/snmp.php 2012-09-24 11:52:10.434065807 -0700
@@ -1822,6 +1822,12 @@
                'text' => 'J9279A: 22 RJ-45/10-100-1000T(X) + 2 combo-gig + varying uplinks',
                'processors' => array ('procurve-23-to-24-combo-1000SFP', 'procurve-chassis-1000T'),
        ),
+ '11.2.3.7.11.89' => array
+ (
+ 'dict_key' => 857,
+ 'text' => 'J9280A: 44 RJ-45/10-100-1000T(X) + 4 combo-gig + varying uplinks',
+ 'processors' => array ('procurve-45-to-48-combo-1000SFP', 'procurve-chassis-1000T'),
+ ),
        '11.2.3.7.11.79' => array
        (
                'dict_key' => 863,
TagsNo tags attached.

Activities

dlloyd

dlloyd

2012-09-24 21:01

reporter  

HP2510-48G.patch (787 bytes)   
diff -rub ./inc/snmp.php /var/www/racktables/inc/snmp.php
--- ./inc/snmp.php      2012-09-09 12:36:18.000000000 -0700
+++ /var/www/racktables/inc/snmp.php    2012-09-24 11:52:10.434065807 -0700
@@ -1822,6 +1822,12 @@
                'text' => 'J9279A: 22 RJ-45/10-100-1000T(X) + 2 combo-gig + varying uplinks',
                'processors' => array ('procurve-23-to-24-combo-1000SFP', 'procurve-chassis-1000T'),
        ),
+       '11.2.3.7.11.89' => array
+       (
+               'dict_key' => 857,
+               'text' => 'J9280A: 44 RJ-45/10-100-1000T(X) + 4 combo-gig + varying uplinks',
+               'processors' => array ('procurve-45-to-48-combo-1000SFP', 'procurve-chassis-1000T'),
+       ),
        '11.2.3.7.11.79' => array
        (
                'dict_key' => 863,
HP2510-48G.patch (787 bytes)   
adoom42

adoom42

2012-09-29 19:57

administrator   ~0000827

Thanks for the patch.

Issue History

Date Modified Username Field Change
2012-09-24 21:01 dlloyd New Issue
2012-09-24 21:01 dlloyd Status new => assigned
2012-09-24 21:01 dlloyd Assigned To => adoom42
2012-09-24 21:01 dlloyd File Added: HP2510-48G.patch
2012-09-29 19:57 adoom42 Note Added: 0000827
2012-09-29 19:57 adoom42 Status assigned => closed
2012-09-29 19:57 adoom42 Resolution open => fixed
2012-09-29 19:57 adoom42 Fixed in Version => 0.20.1
2012-09-29 19:57 adoom42 Target Version => 0.20.1