@@ -22,74 +22,38 @@ The following imported issues are related to faulty devices but currently **miss
2222### #62 - HP Server OctetString Issue
2323- ** Status** : Needs tag
2424- ** Device** : HP server (OID .1.3.6.1.4.1.232.11.2.10.7.0)
25- - ** Issue** : OctetString field returning faulty hex values
26- - ** Reason** : Device-specific data encoding issue
27-
28- ### #83 - Dell iDRAC 8 SNMPv3 Trap Issue
29- - ** Status** : Needs tag
30- - ** Device** : Dell iDRAC 8
31- - ** Issue** : SNMPv3 trap receiving issue
32- - ** Reason** : Works in PowerSNMP Manager but not SharpSnmpLib (device-specific compatibility)
25+ - ** Issue** : OctetString field returning different hex values than iReasoning Browser
26+ - ** Reason** : Works correctly in iReasoning Browser but returns "completely different" values in SharpSnmpLib - device-specific data encoding issue
3327
3428### #89 - MikroTik RouterOS Unsupported Data Type
3529- ** Status** : Needs tag
3630- ** Device** : MikroTik RouterOS
37- - ** Issue** : Unsupported data type 18 exception
38- - ** Reason** : Device uses non-standard SNMP data types
31+ - ** Issue** : BulkWalk causes "unsupported data type: 18" exception (SNMPv2), but Walk with SNMPv1 works fine
32+ - ** Reason** : Device uses non-standard SNMP data type 18 that is not part of standard SNMP data types
3933
4034### #101 - Cisco ASA 5510 MsgFlags Issue
41- - ** Status** : Needs tag
35+ - ** Status** : Needs tag (note: currently only has "bug" label, missing "imported" label too)
4236- ** Device** : Cisco ASA 5510 firewall
43- - ** Issue** : Returns MsgFlags=8, library only handles 0-7
44- - ** Reason** : Works in Net::SNMP, device returns out-of-spec value
45-
46- ### #114 - Fortis Device Data Construction Exception
47- - ** Status** : Needs tag
48- - ** Device** : Fortis device
49- - ** Issue** : Data construction exception with mismatched communities
50- - ** Reason** : Device-specific behavior
37+ - ** Issue** : Returns MsgFlags=8 during SNMPv3 discovery, library only handles 0-7
38+ - ** Reason** : Works in Net::SNMP, device returns out-of-spec value; Cisco C2960 switch works correctly
5139
5240### #370 - QNap NAS GetTable Truncation
5341- ** Status** : Needs tag
5442- ** Device** : QNap NAS (Firmware 3.2.3 Build 0209T)
55- - ** Issue** : GetTable returns truncated/misaligned table data
56- - ** Reason** : Works in iReasoning Browser but not SharpSnmpLib (device-specific compatibility)
57-
58- ### #420 - HP v1910-24G Switch VLAN Query
59- - ** Status** : Needs tag
60- - ** Device** : HP v1910-24G switch
61- - ** Issue** : VLAN query issue
62- - ** Reason** : Device-specific behavior
43+ - ** Issue** : GetTable on hrStorageTable returns only 6 columns instead of 7, with misaligned/shifted values
44+ - ** Reason** : Works correctly in iReasoning Browser but fails in SharpSnmpLib (device-specific compatibility)
6345
6446### #436 - Cisco Switch MAC Address per VLAN
6547- ** Status** : Needs tag
6648- ** Device** : Cisco switch
67- - ** Issue** : MAC address retrieval per VLAN in SNMPv3 returns empty data
68- - ** Reason** : Device-specific VLAN context handling required
69-
70- ### #469 - HP OpenView Integration Issue
71- - ** Status** : Needs tag
72- - ** Device** : HP OpenView
73- - ** Issue** : Integration issue
74- - ** Reason** : Device/platform-specific compatibility
75-
76- ### #471 - Dell Server MIBs RFC1212 Loading
77- - ** Status** : Needs tag
78- - ** Device** : Dell server
79- - ** Issue** : RFC1212 loading issue with Dell MIBs
80- - ** Reason** : Device-specific MIB format
49+ - ** Issue** : MAC address retrieval per VLAN in SNMPv3 returns empty data (OID 1.3.6.1.2.1.17.4.3.1.1)
50+ - ** Reason** : Requires VLAN context support (community@VLANnum in v2c) which may not be properly supported in v3
8151
8252### #475 - Citrix Xen GetTable Timeout
8353- ** Status** : Needs tag
8454- ** Device** : Citrix Xen SNMP Agent
85- - ** Issue** : GetTable operations timeout
86- - ** Reason** : Works in iReasoning Browser but not SharpSnmpLib, single OID reads work (device-specific compatibility)
87-
88- ### #630 - HP Switch Firmware Download Status
89- - ** Status** : Needs tag
90- - ** Device** : HP switch
91- - ** Issue** : Firmware download status field issue
92- - ** Reason** : Device-specific behavior
55+ - ** Issue** : GetTable operations timeout on sessionTable and procTable
56+ - ** Reason** : Works in iReasoning Browser, single OID reads work fine with SharpSnmpLib (device-specific GetTable compatibility)
9357
9458## Issues Already Properly Tagged
9559
@@ -107,30 +71,38 @@ The following issues already have the `area:faulty-device` label:
10771
10872- ** Total imported issues reviewed** : 490
10973- ** Issues already tagged with area: faulty-device ** : 7
110- - ** Issues that need area: faulty-device tag** : 12
111- - ** Total device-related issues** : 19
74+ - ** Issues that need area: faulty-device tag** : 6
75+ - ** Total device-related issues** : 13
11276
11377## Device Vendor Distribution
11478
11579- ** Cisco** : 3 issues (#101 , #318 , #436 )
116- - ** HP** : 4 issues (#62 , # 420 , # 469 , # 630 )
117- - ** Dell** : 2 issues ( # 83 , # 471 )
80+ - ** HP** : 1 issue (#62 )
81+ - ** Dell** : 0 confirmed device issues
11882- ** QNap** : 1 issue (#370 )
11983- ** Citrix** : 1 issue (#475 )
12084- ** MikroTik** : 1 issue (#89 )
121- - ** Fortis** : 1 issue (#114 )
12285- ** Eaton** : 1 issue (#698 )
12386- ** Unknown/Generic** : 5 issues (#291 , #474 , #608 , #693 , #700 )
12487
12588## Recommendations
12689
127- 1 . ** Add the ` area:faulty-device ` label** to all 12 issues listed in the "Issues Requiring Label" section
90+ 1 . ** Add the ` area:faulty-device ` label** to the 6 issues listed in the "Issues Requiring Label" section:
91+ - #62 (HP server OctetString)
92+ - #89 (MikroTik unsupported data type)
93+ - #101 (Cisco ASA MsgFlags) - also needs "imported" label
94+ - #370 (QNap GetTable)
95+ - #436 (Cisco MAC address per VLAN)
96+ - #475 (Citrix GetTable timeout)
97+
128982 . ** Maintain this label** for device-specific compatibility issues to help:
12999 - Distinguish between library bugs and device non-compliance
130100 - Track which devices have known issues
131101 - Prioritize compatibility improvements
132102 - Document workarounds for specific devices
133103
104+ 3 . ** Consider creating** device-specific documentation or wiki pages for known compatibility issues with popular devices (Cisco, HP, Dell, etc.)
105+
134106## Notes
135107
136108- Issues were reviewed based on their descriptions, comments, and whether they mention specific devices or work in other SNMP tools
0 commit comments