View Issue Details

IDProjectCategoryView StatusLast Update
373RackTablesSNMPpublic2010-12-02 17:52
Reporteruser177Assigned Toinfrastation  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.4 
Target Version0.19.0Fixed in Version0.19.0 
Summary373: Add SMC8150L2 switch
DescriptionAttached is the interface dump for the SMC 8150L2 Tiger switch.
Additional InformationSNMPv2-MIB::sysDescr.0 = STRING: TigerSwitch 10/100/1000 26/50 PORT MANAGED SWITCH
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.202.20.68
TagsNo tags attached.

Activities

2010-09-27 00:23

 

SMC.ifTable (50,293 bytes)
f0urtyfive

f0urtyfive

2010-09-27 18:22

reporter   ~0000155

Patch attached please test.

2010-09-27 18:22

 

snmp-smc8150l2.patch (1,151 bytes)   
Index: inc/dictionary.php
===================================================================
--- inc/dictionary.php	(revision 3941)
+++ inc/dictionary.php	(working copy)
@@ -1442,6 +1442,7 @@
 	1362 => array ('chapter_id' => 12, 'dict_value' => '[[Brocade%GPASS%FCX 648 | http://www.brocade.com/sites/dotcom/products-solutions/products/ethernet-switches-routers/enterprise-mobility/product-details/fcx-series-data-center/index.page ]]'),
 	1363 => array ('chapter_id' => 14, 'dict_value' => 'IronWare 5'),
 	1364 => array ('chapter_id' => 14, 'dict_value' => 'IronWare 7'),
+	1368 => array ('chapter_id' => 12, 'dict_value' => 'SMC%GPASS%8150L2'),
 );
 
 ?>
Index: inc/snmp.php
===================================================================
--- inc/snmp.php	(revision 3941)
+++ inc/snmp.php	(working copy)
@@ -743,6 +743,12 @@
 		'text' => 'BES50GE-12T PWR: 12 RJ-45/10-100-1000T(X)',
 		'processors' => array ('nortel-any-1000T'),
 	),
+	'202.20.68' => array
+	(
+		'dict_key' => 1368,
+		'text' => 'SMC8150L2: 50 RJ-45/10-100-1000T(X)',
+		'processors' => array('nortel-any-1000T'),
+	),
 	'2636.1.1.1.2.29' => array
 	(
 		'dict_key' => 925,
snmp-smc8150l2.patch (1,151 bytes)   

user177

2010-09-27 19:09

  ~0000156

Is that patch right?


        (
                'dict_key' => 1368,
                'text' => 'SMC8150L2: 50 RJ-45/10-100-1000T(X)',
                'processors' => array('nortel-any-1000T'),
        ),

nortel??
f0urtyfive

f0urtyfive

2010-09-27 19:54

reporter   ~0000157

They use the same format in the SNMP desc.
infrastation

infrastation

2010-12-02 17:52

administrator   ~0000199

This fix will be available in 0.19.0 release.

Issue History

Date Modified Username Field Change
2010-09-27 00:23 user177 New Issue
2010-09-27 00:23 user177 File Added: SMC.ifTable
2010-09-27 18:22 f0urtyfive Note Added: 0000155
2010-09-27 18:22 f0urtyfive File Added: snmp-smc8150l2.patch
2010-09-27 19:09 user177 Note Added: 0000156
2010-09-27 19:54 f0urtyfive Note Added: 0000157
2010-12-02 17:30 infrastation Status new => assigned
2010-12-02 17:30 infrastation Assigned To => infrastation
2010-12-02 17:52 infrastation Note Added: 0000199
2010-12-02 17:52 infrastation Status assigned => closed
2010-12-02 17:52 infrastation Resolution open => fixed
2010-12-02 17:52 infrastation Fixed in Version => 0.19.0
2010-12-02 17:52 infrastation Target Version => 0.19.0