View Issue Details

IDProjectCategoryView StatusLast Update
871RackTablesSNMPpublic2019-01-08 11:49
Reportertpowers Assigned ToMWilkinson  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version0.20.4 
Target Version0.20.6Fixed in Version0.20.6 
Summary871: Please add support for Cisco 3012
DescriptionPlease add support for the Cisco 3012 switch module for the IBM BladeCenter. I have attached a patch (based on the current files in GitHub, not the files in 0.20.4) that adds the device to the Dictionary and enables SNMP support.
TagsNo tags attached.
Attached Files
RackTables-Cisco3012.patch (1,603 bytes)   
diff -ru RackTables-0.20.4.orig/wwwroot/inc/dictionary.php RackTables-0.20.4/wwwroot/inc/dictionary.php
--- RackTables-0.20.4.orig/wwwroot/inc/dictionary.php	2013-05-31 15:11:03.000000000 +0000
+++ RackTables-0.20.4/wwwroot/inc/dictionary.php	2013-05-31 15:11:38.000000000 +0000
@@ -2110,6 +2110,7 @@
 	2024 => array ('chapter_id' => 25, 'dict_value' => 'Cisco%GPASS%877'),
 	2025 => array ('chapter_id' => 25, 'dict_value' => 'Cisco%GPASS%878'),
 	2026 => array ('chapter_id' => 12, 'dict_value' => '[[Cisco%GPASS%Catalyst 4948E | http://www.cisco.com/en/US/products/ps10947/index.html]]'),
+	2027 => array ('chapter_id' => 12, 'dict_value' => 'Cisco (blade)%GPASS%Catalyst 3012-IBM'),
 
 # 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 -ru RackTables-0.20.4.orig/wwwroot/inc/snmp.php RackTables-0.20.4/wwwroot/inc/snmp.php
--- RackTables-0.20.4.orig/wwwroot/inc/snmp.php	2013-05-31 15:14:09.000000000 +0000
+++ RackTables-0.20.4/wwwroot/inc/snmp.php	2013-05-31 15:16:08.000000000 +0000
@@ -1991,6 +1991,12 @@
 		'text' => 'WS-C2360-48TD: 48 RJ-45 GigE + 4 SFP+/10000',
 		'processors' => array ('catalyst-chassis-any-1000T', 'catalyst-chassis-mgmt', 'catalyst-chassis-uplinks-10000SFP+'),
 	),
+	'9.1.1000' => array
+	(
+		'dict_key' => 2027,
+		'text' => 'WS-CBS3012-IBM-I: 14 internal/10-100-1000T(X) + 1 internal/10-100T + 4 external RJ-45/10-100-1000T(X)',
+		'processors' => array ('catalyst-chassis-any-1000T', 'catalyst-any-100TX'),
+	),
 	'9.5.42' => array
 	(
 		'dict_key' => 1796,
RackTables-Cisco3012.patch (1,603 bytes)   

Activities

adoom42

adoom42

2013-07-23 16:57

administrator   ~0001619

Please provide SNMP info from the device.

http://wiki.racktables.org/index.php/FAQ#Why_does_the_SNMP_sync_feature_return_Unknown_OID_.28n.n.n.n.n.29

I'm wondering if catalyst-any-100TX or catalyst-chassis-any-100TX should be used for the 100Mb ports.

Issue History

Date Modified Username Field Change
2013-05-31 17:43 tpowers New Issue
2013-05-31 17:43 tpowers Status new => assigned
2013-05-31 17:43 tpowers Assigned To => adoom42
2013-05-31 17:43 tpowers File Added: RackTables-Cisco3012.patch
2013-07-23 16:57 adoom42 Note Added: 0001619
2013-07-23 16:57 adoom42 Status assigned => feedback
2013-08-05 17:00 adoom42 Status feedback => closed
2013-08-05 17:00 adoom42 Resolution open => fixed
2013-08-05 17:00 adoom42 Fixed in Version => 0.20.6
2013-08-05 17:00 adoom42 Target Version => 0.20.6
2013-11-16 22:18 adoom42 Assigned To adoom42 => MWilkinson
2019-01-08 11:49 adoom42 Source_changeset_attached => RackTables master 29f7c2b4