From 473dd02ea1a15634d50986d84a486e7d774d2f3f Mon Sep 17 00:00:00 2001 From: Jonathan Thurman Date: Wed, 11 Jan 2012 03:26:33 +0000 Subject: [PATCH] r4897 Fix #500 in trunk --- ChangeLog | 1 + wwwroot/inc/snmp.php | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9988a738..30851914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ update: suppress fiber connector specifics again update: ability to delete IP prefixes from within its properties tab update: adding and deleting forms of IP prefixes are separated + update: improved support of Nexus switches (#500) 0.19.10 2011-10-17 bugfix: LivePorts MAC address lister was broken with Huawei S5300 V100R006 bugfix: SNMP sync was broken when one of default attributes was removed from certain object type diff --git a/wwwroot/inc/snmp.php b/wwwroot/inc/snmp.php index 74b8a98e..dc51a6a6 100644 --- a/wwwroot/inc/snmp.php +++ b/wwwroot/inc/snmp.php @@ -1241,6 +1241,12 @@ $known_switches = array // key is system OID w/o "enterprises" prefix 'text' => 'N5K-C5548P: 32 SFP+/10000', 'processors' => array ('nexus-any-10000SFP+', 'nexus-mgmt'), ), + '9.12.3.1.3.1084' => array + ( + 'dict_key' => 1412, + 'text' => 'N5K-C5548P: 32 SFP+/10000', + 'processors' => array ('nexus-any-10000SFP+', 'nexus-mgmt'), + ), '11.2.3.7.11.19' => array ( 'dict_key' => 859, -- 2.17.1