View Issue Details

IDProjectCategoryView StatusLast Update
499RackTablesSNMPpublic2012-01-01 01:29
Reporteruser143Assigned Toadoom42  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version0.19.10 
Target Version0.19.11Fixed in Version0.19.11 
Summary499: Unknown OID '9.1.930' on Cisco WS-C3560E-12D-S
DescriptionJust got a new switch ;)
Patch is simple (just change the dict_key).
Additional Information--- snmp.php.old 2011-12-20 11:18:54.000000000 +0100
+++ snmp.php 2011-12-20 11:28:10.000000000 +0100
@@ -875,6 +875,17 @@
                'text' => 'WS-C2960-48TC-L: 48 RJ-45/10-100TX + 2 combo-gig',
                'processors' => array ('catalyst-chassis-1-to-2-combo-1000SFP', 'catalyst-chassis-any-1000T', 'catalyst-chassis-any-100TX'),
        ),
+ '9.1.930' => array
+ (
+ 'dict_key' => 50030,
+ 'text' => 'WS-C3560E-12D-S: 12 X2/10000 w/TwinGig + OOBM',
+ 'processors' => array
+ (
+ 'catalyst-chassis-any-1000SFP',
+ 'catalyst-chassis-uplinks-10000X2',
+ 'catalyst-chassis-mgmt',
+ ),
+ ),
        '9.1.793' => array
        (
                'dict_key' => 1575,
TagsNo tags attached.

Activities

adoom42

adoom42

2012-01-01 01:29

administrator   ~0000497

This has been added to 0.19.11. Thanks for the patch.

Issue History

Date Modified Username Field Change
2011-12-20 10:33 user143 New Issue
2011-12-20 10:33 user143 Status new => assigned
2011-12-20 10:33 user143 Assigned To => infrastation
2011-12-20 12:52 infrastation Target Version => 0.19.11
2012-01-01 01:29 adoom42 Note Added: 0000497
2012-01-01 01:29 adoom42 Assigned To infrastation => adoom42
2012-01-01 01:29 adoom42 Status assigned => closed
2012-01-01 01:29 adoom42 Resolution open => fixed
2012-01-01 01:29 adoom42 Fixed in Version => 0.19.11