Enable Layer3::Foundry for Brocade VDX platform

This commit is contained in:
Oliver Gorwits
2018-02-14 22:01:04 +00:00
parent 4afbd37cbd
commit e2b688077e
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
version 3.45 () version 3.45 ()
[ENHANCEMENTS]
* Enable Layer3::Foundry for Brocade VDX platform
[BUG FIXES] [BUG FIXES]
* #222 #238 #239 handle BayStack switches with port index 128 (zoeloe) * #222 #238 #239 handle BayStack switches with port index 128 (zoeloe)

View File

@@ -1547,6 +1547,7 @@ sub device_type {
311 => 'SNMP::Info::Layer3::Microsoft', 311 => 'SNMP::Info::Layer3::Microsoft',
664 => 'SNMP::Info::Layer2::Adtran', 664 => 'SNMP::Info::Layer2::Adtran',
674 => 'SNMP::Info::Layer3::Dell', 674 => 'SNMP::Info::Layer3::Dell',
1588 => 'SNMP::Info::Layer3::Foundry',
1872 => 'SNMP::Info::Layer3::AlteonAD', 1872 => 'SNMP::Info::Layer3::AlteonAD',
1916 => 'SNMP::Info::Layer3::Extreme', 1916 => 'SNMP::Info::Layer3::Extreme',
1991 => 'SNMP::Info::Layer3::Foundry', 1991 => 'SNMP::Info::Layer3::Foundry',

View File

@@ -61,6 +61,7 @@ $VERSION = '3.44';
'FOUNDRY-SN-STACKING-MIB' => 'snStackingOperUnitRole', 'FOUNDRY-SN-STACKING-MIB' => 'snStackingOperUnitRole',
'FOUNDRY-POE-MIB' => 'snAgentPoeGblPowerCapacityTotal', 'FOUNDRY-POE-MIB' => 'snAgentPoeGblPowerCapacityTotal',
'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snSwGroupOperMode', 'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snSwGroupOperMode',
'BROCADE-PRODUCTS-MIB' => 'sysName',
); );
%GLOBALS = ( %GLOBALS = (