Add fall-back for sysDescr on Force10

This commit is contained in:
Oliver Gorwits
2012-12-08 23:33:27 +00:00
parent c88e37e9b5
commit 74816fc043
2 changed files with 8 additions and 0 deletions

View File

@@ -1,8 +1,15 @@
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
version 2.11 (2012-12-09)
[BUG FIXES]
* Add fall-back for sysDescr on Force10
version 2.10 (2012-12-08)
[NEW FEATURES]
* Support for Force10 devices (W. Bulley)
version 2.09 (2012-11-28)

View File

@@ -1307,6 +1307,7 @@ sub device_type {
3417 => 'SNMP::Info::Layer3::BlueCoatSG',
4526 => 'SNMP::Info::Layer2::Netgear',
5624 => 'SNMP::Info::Layer3::Enterasys',
6027 => 'SNMP::Info::Layer3::Force10',
6486 => 'SNMP::Info::Layer3::AlcatelLucent',
6527 => 'SNMP::Info::Layer3::Timetra',
8072 => 'SNMP::Info::Layer3::NetSNMP',