diff --git a/wwwroot/inc/dictionary.php b/wwwroot/inc/dictionary.php
index 91381d6..ada1fd1 100644
--- a/wwwroot/inc/dictionary.php
+++ b/wwwroot/inc/dictionary.php
@@ -2230,6 +2230,7 @@ $dictionary = array
        2142 => array ('chapter_id' => 14, 'dict_value' => 'Cisco IOS 15.2'),
        2143 => array ('chapter_id' => 13, 'dict_value' => 'Red Hat Enterprise%GSKIP%RHEL V7'),
        2144 => array ('chapter_id' => 38, 'dict_value' => 'Cisco%GPASS%Wireless Controller'),
+       2145 => array ('chapter_id' => 12, 'dict_value' => 'HP V1910-48G'),

 # 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 --git a/wwwroot/inc/snmp.php b/wwwroot/inc/snmp.php
index dbe5d3c..85bfefa 100644
--- a/wwwroot/inc/snmp.php
+++ b/wwwroot/inc/snmp.php
@@ -3099,6 +3099,13 @@ $known_switches = array // key is system OID w/o "enterprises" prefix
                'text' => 'DCS-7124S: 24 SFP+/10000',
                'processors' => array ('arista-any-SFP+', 'arista-management'),
        ),
+       '25506.11.1.85' => array
+       (
+               'dict_key' => 2145,
+               'text' => 'HP V1910-48G Switch',
+               'processors' => array ('3com-49-to-50-1000SFP', '3com-51-to-52-1000SFP', '3com-any-1000T'),
+
+       )
 );

 global $swtype_pcre;