#117 Recognition for HP Blade switches
This commit is contained in:
1
Changes
1
Changes
@@ -9,6 +9,7 @@ Version 3.55
|
|||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* #117 Recognition for HP Blade switches (J R Binks)
|
||||||
* #196 Support for powerconnect 8164F
|
* #196 Support for powerconnect 8164F
|
||||||
* Refactor Layer3::Dell for better support of newer models
|
* Refactor Layer3::Dell for better support of newer models
|
||||||
* Increase capture of i_vlan on router interfaces in L3::Cisco
|
* Increase capture of i_vlan on router interfaces in L3::Cisco
|
||||||
|
|||||||
@@ -57,15 +57,17 @@ $VERSION = '3.54';
|
|||||||
%SNMP::Info::MAU::MIBS,
|
%SNMP::Info::MAU::MIBS,
|
||||||
%SNMP::Info::CDP::MIBS,
|
%SNMP::Info::CDP::MIBS,
|
||||||
%SNMP::Info::Aggregate::MIBS,
|
%SNMP::Info::Aggregate::MIBS,
|
||||||
'RFC1271-MIB' => 'logDescription',
|
'RFC1271-MIB' => 'logDescription',
|
||||||
'HP-ICF-OID' => 'hpSwitch4000',
|
'HP-ICF-OID' => 'hpSwitch4000',
|
||||||
'STATISTICS-MIB' => 'hpSwitchCpuStat',
|
'STATISTICS-MIB' => 'hpSwitchCpuStat',
|
||||||
'NETSWITCH-MIB' => 'hpMsgBufFree',
|
'NETSWITCH-MIB' => 'hpMsgBufFree',
|
||||||
'CONFIG-MIB' => 'hpSwitchConfig',
|
'CONFIG-MIB' => 'hpSwitchConfig',
|
||||||
'HP-ICF-CHASSIS' => 'hpicfSensorObjectId',
|
'HP-ICF-CHASSIS' => 'hpicfSensorObjectId',
|
||||||
'HP-ICF-BRIDGE' => 'hpicfBridgeRstpForceVersion',
|
'HP-ICF-BRIDGE' => 'hpicfBridgeRstpForceVersion',
|
||||||
'HP-ICF-POE-MIB' => 'hpicfPoePethPsePortCurrent',
|
'HP-ICF-POE-MIB' => 'hpicfPoePethPsePortCurrent',
|
||||||
'SEMI-MIB' => 'hpHttpMgSerialNumber',
|
'SEMI-MIB' => 'hpHttpMgSerialNumber',
|
||||||
|
'HP-SWITCH-PL-MIB' => 'hpSwitchProliant',
|
||||||
|
'BLADETYPE4-NETWORK-MIB' => 'hpProLiant-GbE2c-InterconnectSwitch',
|
||||||
);
|
);
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
@@ -624,6 +626,14 @@ Included in V2 mibs from Cisco
|
|||||||
|
|
||||||
=item F<HP-ICF-POE-MIB>
|
=item F<HP-ICF-POE-MIB>
|
||||||
|
|
||||||
|
=item F<HP-ICF-CHASSIS>
|
||||||
|
|
||||||
|
=item F<SEMI-MIB>
|
||||||
|
|
||||||
|
=item F<HP-SWITCH-PL-MIB>
|
||||||
|
|
||||||
|
=item F<BLADETYPE4-NETWORK-MIB>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
The last four MIBs listed are from HP and can be found at
|
The last four MIBs listed are from HP and can be found at
|
||||||
|
|||||||
Reference in New Issue
Block a user