Skip to content

Commit

Permalink
SNMP sync support for Huawei CE5850-HI
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyanov committed Nov 24, 2016
1 parent 04f2c0f commit 2f7de72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -10,6 +10,7 @@
bugfix: DB lock on LDAP cache hit was still waiting all pending LDAP queries of other users to complete
update: Huawei telnet gateway uses the 'terminal echo-mode line' command
update: Nexus 7700, Huawei S5700, Juniper QFX, Mellanox, Quanta, Ixia device models added into dictionary
update: SNMP sync support for Huawei CE5850-HI
update: Cmd+Click now inverses tag selection on OS X like Ctrl+Click does on Windows/Linix
update: explain usage particulars for each tag on the editor tab
update: increase HTML SELECT maximum width (#1611)
Expand Down
6 changes: 6 additions & 0 deletions wwwroot/inc/snmp.php
Expand Up @@ -3776,6 +3776,12 @@
'text' => 'CE5850-48T4S2Q-EI: 48 RJ-45/10-100-1000T(X) + 4 SFP+ slots + 2 QSFP+ slots',
'processors' => array ('hce-any-1000T', 'hce-any-SFP', 'hce-any-QSFP', 'quidway-mgmt'),
),
'2011.2.239.10' => array
(
'dict_key' => 1769,
'text' => 'CE5850-48T4S2Q-HI: 48 RJ-45/10-100-1000T(X) + 4 SFP+ slots + 2 QSFP+ slots',
'processors' => array ('hce-any-1000T', 'hce-any-SFP', 'hce-any-QSFP', 'quidway-mgmt'),
),
'2011.2.239.5' => array
(
'dict_key' => 1772,
Expand Down

0 comments on commit 2f7de72

Please sign in to comment.