View Issue Details

IDProjectCategoryView StatusLast Update
349RackTablesSNMPpublic2011-07-10 10:10
Reporteruser161Assigned Toinfrastation  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.18.3 
Target Version0.19.7Fixed in Version0.19.7 
Summary349: Patch: autoconfig Support for HP2524 & HP1800-24G
DescriptionSee attached patch to support autoconfig for HP2524 and HP1800-24G
TagsNo tags attached.

Activities

2010-06-15 19:44

 

hp2524_hp1800-24g.patch (1,241 bytes)   
--- inc/snmp.php.orig	2010-05-15 20:44:33.000000000 +0200
+++ inc/snmp.php	2010-05-15 20:56:55.000000000 +0200
@@ -227,6 +227,15 @@
 	'try_next_proc' => FALSE,
 );
 
+$iftable_processors['procurve-1800-chassis-1000T'] = array
+(
+        'pattern' => '@^Port #([[:digit:]]+)$@',
+        'replacement' => '\\1',
+        'dict_key' => 24,
+        'label' => '\\1',
+        'try_next_proc' => FALSE,
+);
+
 $iftable_processors['procurve-45-to-48-combo-1000SFP'] = array
 (
 	'pattern' => '@^(45|46|47|48)$@',
@@ -578,6 +587,12 @@
 		'text' => 'N5K-C5010: 20 SFP+/10000',
 		'processors' => array ('nexus-any-10000SFP+', 'nexus-mgmt'),
 	),
+	'11.2.3.7.11.19' => array
+	(
+		'dict_key' => 859,
+		'text' => 'J4813A: 24 RJ-45/10-100TX + 2 RJ-45/10-100-1000T(X)',
+		'processors' => array ('procurve-25-to-26-1000T', 'procurve-chassis-100TX'),
+	),
 	'11.2.3.7.11.32' => array
 	(
 		'dict_key' => 871,
@@ -602,6 +617,12 @@
 		'text' => 'J4121A: modular system',
 		'processors' => array ('procurve-modular-100TX'),
 	),
+	'11.2.3.7.11.65' => array
+	(
+		'dict_key' => 850,
+		'text' => 'J9028A: 24 RJ-45/10-100-1000T(X)',
+		'processors' => array ('procurve-1800-chassis-1000T'),
+	),
 	'11.2.3.7.11.87' => array
 	(
 		'dict_key' => 1349,
hp2524_hp1800-24g.patch (1,241 bytes)   
infrastation

infrastation

2011-07-10 10:10

administrator   ~0000360

This patch has been merged upstream with minor changes and will be available in the 0.19.7 release of RackTables. Thank you!

Issue History

Date Modified Username Field Change
2010-06-15 19:44 user161 New Issue
2010-06-15 19:44 user161 File Added: hp2524_hp1800-24g.patch
2010-06-17 12:33 infrastation Status new => acknowledged
2011-07-10 09:51 infrastation Status acknowledged => assigned
2011-07-10 09:51 infrastation Assigned To => infrastation
2011-07-10 10:10 infrastation Note Added: 0000360
2011-07-10 10:10 infrastation Status assigned => closed
2011-07-10 10:10 infrastation Resolution open => fixed
2011-07-10 10:10 infrastation Fixed in Version => 0.19.7
2011-07-10 10:10 infrastation Target Version => 0.19.7