diff --git a/wwwroot/inc/dictionary.php b/wwwroot/inc/dictionary.php
index a986ea5..c17bd02 100644
--- a/wwwroot/inc/dictionary.php
+++ b/wwwroot/inc/dictionary.php
@@ -2280,6 +2280,7 @@ $dictionary = array
 	2388 => array ('chapter_id' => 11, 'dict_value' => 'Dell PowerEdge%GPASS%R630'),
 	2389 => array ('chapter_id' => 11, 'dict_value' => 'Dell PowerEdge%GPASS%R730'),
 	2390 => array ('chapter_id' => 11, 'dict_value' => 'Dell PowerEdge%GPASS%R730xd'),
+	5000 => array ('chapter_id' => 12, 'dict_value' => 'Broadcom%GPASS%BCM56224'),
 
 
 # Any new "default" dictionary records must go above this line (i.e., with
diff --git a/wwwroot/inc/snmp.php b/wwwroot/inc/snmp.php
index 5e070e9..1873776 100644
--- a/wwwroot/inc/snmp.php
+++ b/wwwroot/inc/snmp.php
@@ -3920,6 +3920,12 @@ $known_switches = array // key is system OID w/o "enterprises" prefix
 		'text' => 'IBM System Networking RackSwitch G8000',
 		'processors' => array ('ibm-45-to-48-SFP','ibm-49-to-52-SFP+','ibm-any-1000T'),
 	),
+	'4413' => array
+	(
+	 'dict_key' => 5000,
+	 'text' => 'Broadcom FASTPATH Switching',
+	 'processors' => array ('netgear-chassis-any-1000T', 'netgear-chassis-any-1000SFP'),
+	 ),
 
 );
 
