View Issue Details

IDProjectCategoryView StatusLast Update
619RackTablesSNMPpublic2012-09-29 19:58
Reporterdlloyd Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.20.0 
Target Version0.20.1Fixed in Version0.20.1 
Summary619: Added SNMPSync for HP ProCurve 2510-48
DescriptionSupport for the non-gigabit version of the 2510.
http://h17007.www1.hp.com/us/en/products/switches/HP_2510_Switch_Series/index.aspx#J9020A
Additional Informationdiff -rub ./inc/dictionary.php /var/www/racktables/inc/dictionary.php
--- ./inc/dictionary.php 2012-09-09 12:36:18.000000000 -0700
+++ /var/www/racktables/inc/dictionary.php 2012-09-25 08:32:10.738065806 -0700
@@ -1869,6 +1869,7 @@
        1784 => array ('chapter_id' => 12, 'dict_value' => 'Cisco%GPASS%SF 300-24P'),
        1785 => array ('chapter_id' => 12, 'dict_value' => 'Cisco%GPASS%SG 300-10'),
        1786 => array ('chapter_id' => 14, 'dict_value' => 'Marvell ROS 1.1'),
+ 1787 => array ('chapter_id' => 12, 'dict_value' => 'HP ProCurve%GPASS%2510-48'),

 # Any new "default" dictionary records must go above this line (i.e., with
 # dict_key code less, than 50000). This is necessary to keep AUTO_INCREMENT
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 16:51:38.998065721 -0700
@@ -1768,6 +1768,12 @@
                'text' => 'J8773A: modular system',
                'processors' => array ('procurve-modular-1000T'),
        ),
+ '11.2.3.7.11.62' => array
+ (
+ 'dict_key' => 1787,
+ 'text' => 'J9020A: 48 RJ-45/10-100TX + 2 RJ-45/10-1000-1000T(x) + 2 SFP-1000',
+ 'processors' => array ('procurve-51-to-52-1000SFP', 'procurve-49-to-50-1000T', 'procurve-chassis-100TX'),
+ ),
        '11.2.3.7.11.63' => array
        (
                'dict_key' => 868,
TagsNo tags attached.

Activities

dlloyd

dlloyd

2012-09-25 19:06

reporter  

ProCurve2510-48.patch (1,470 bytes)   
diff -rub ./inc/dictionary.php /var/www/racktables/inc/dictionary.php
--- ./inc/dictionary.php        2012-09-09 12:36:18.000000000 -0700
+++ /var/www/racktables/inc/dictionary.php      2012-09-25 08:32:10.738065806 -0700
@@ -1869,6 +1869,7 @@
        1784 => array ('chapter_id' => 12, 'dict_value' => 'Cisco%GPASS%SF 300-24P'),
        1785 => array ('chapter_id' => 12, 'dict_value' => 'Cisco%GPASS%SG 300-10'),
        1786 => array ('chapter_id' => 14, 'dict_value' => 'Marvell ROS 1.1'),
+       1787 => array ('chapter_id' => 12, 'dict_value' => 'HP ProCurve%GPASS%2510-48'),

 # Any new "default" dictionary records must go above this line (i.e., with
 # dict_key code less, than 50000). This is necessary to keep AUTO_INCREMENT
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 16:51:38.998065721 -0700
@@ -1768,6 +1768,12 @@
                'text' => 'J8773A: modular system',
                'processors' => array ('procurve-modular-1000T'),
        ),
+       '11.2.3.7.11.62' => array
+       (
+               'dict_key' => 1787,
+               'text' => 'J9020A: 48 RJ-45/10-100TX + 2 RJ-45/10-1000-1000T(x) + 2 SFP-1000',
+               'processors' => array ('procurve-51-to-52-1000SFP', 'procurve-49-to-50-1000T', 'procurve-chassis-100TX'),
+       ),
        '11.2.3.7.11.63' => array
        (
                'dict_key' => 868,
ProCurve2510-48.patch (1,470 bytes)   
adoom42

adoom42

2012-09-29 19:58

administrator   ~0000829

Thanks for the patch.

Note that there already is a dictionary entry for the ProCurve 2510-48 (855).

Issue History

Date Modified Username Field Change
2012-09-25 19:06 dlloyd New Issue
2012-09-25 19:06 dlloyd Status new => assigned
2012-09-25 19:06 dlloyd Assigned To => adoom42
2012-09-25 19:06 dlloyd File Added: ProCurve2510-48.patch
2012-09-29 19:58 adoom42 Note Added: 0000829
2012-09-29 19:58 adoom42 Status assigned => closed
2012-09-29 19:58 adoom42 Resolution open => fixed
2012-09-29 19:58 adoom42 Fixed in Version => 0.20.1
2012-09-29 19:58 adoom42 Target Version => 0.20.1