View Issue Details

IDProjectCategoryView StatusLast Update
482RackTablesSNMPpublic2011-10-14 10:34
Reporteruser254Assigned Toinfrastation  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.9 
Target Version0.19.10Fixed in Version0.19.10 
Summary482: Add support for HP Procurve J9279A (2510-24G)
DescriptionPatch submitted for inc/snmp.php

22 Gig ports and 2 combo with SFP support.

Link to PDF: http://h18000.www1.hp.com/products/quickspecs/12599_div/12599_div.PDF
Additional Information--- ../../RackTables-0.19.9/wwwroot/inc/snmp.php 2011-08-31 10:15:51.000000000 +0200
+++ snmp.php 2011-10-14 12:06:14.000000000 +0200
@@ -309,6 +309,15 @@
     'try_next_proc' => TRUE,
 );
 
+$iftable_processors['procurve-23-to-24-combo-1000SFP'] = array
+(
+ 'pattern' => '@^(23|24)$@',
+ 'replacement' => '\\1',
+ 'dict_key' => '4-1077',
+ 'label' => '\\1',
+ 'try_next_proc' => TRUE,
+);
+
 $iftable_processors['procurve-modular-100TX'] = array
 (
     'pattern' => '@^([A-Z][[:digit:]]+)$@',
@@ -1021,6 +1030,12 @@
         'text' => 'J9147A: 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.88' => array
+ (
+ 'dict_key' => 1349,
+ '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.79' => array
     (
         'dict_key' => 863,
TagsNo tags attached.

Activities

2011-10-14 10:18

 

snmp-procurve.patch (1,031 bytes)   
--- ../../RackTables-0.19.9/wwwroot/inc/snmp.php	2011-08-31 10:15:51.000000000 +0200
+++ snmp.php	2011-10-14 12:06:14.000000000 +0200
@@ -309,6 +309,15 @@
 	'try_next_proc' => TRUE,
 );
 
+$iftable_processors['procurve-23-to-24-combo-1000SFP'] = array
+(
+	'pattern' => '@^(23|24)$@',
+	'replacement' => '\\1',
+	'dict_key' => '4-1077',
+	'label' => '\\1',
+	'try_next_proc' => TRUE,
+);
+
 $iftable_processors['procurve-modular-100TX'] = array
 (
 	'pattern' => '@^([A-Z][[:digit:]]+)$@',
@@ -1021,6 +1030,12 @@
 		'text' => 'J9147A: 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.88' => array
+        (
+               'dict_key' => 1349,
+               '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.79' => array
 	(
 		'dict_key' => 863,

snmp-procurve.patch (1,031 bytes)   

Issue History

Date Modified Username Field Change
2011-10-14 10:14 user254 New Issue
2011-10-14 10:14 user254 Status new => assigned
2011-10-14 10:14 user254 Assigned To => infrastation
2011-10-14 10:18 user254 File Added: snmp-procurve.patch
2011-10-14 10:34 infrastation Status assigned => closed
2011-10-14 10:34 infrastation Resolution open => fixed
2011-10-14 10:34 infrastation Fixed in Version => 0.19.10
2011-10-14 10:34 infrastation Target Version => 0.19.10