Add fall-back for sysDescr on Force10
This commit is contained in:
@@ -1,8 +1,15 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
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)
|
version 2.10 (2012-12-08)
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|
||||||
* Support for Force10 devices (W. Bulley)
|
* Support for Force10 devices (W. Bulley)
|
||||||
|
|
||||||
version 2.09 (2012-11-28)
|
version 2.09 (2012-11-28)
|
||||||
|
|||||||
1
Info.pm
1
Info.pm
@@ -1307,6 +1307,7 @@ sub device_type {
|
|||||||
3417 => 'SNMP::Info::Layer3::BlueCoatSG',
|
3417 => 'SNMP::Info::Layer3::BlueCoatSG',
|
||||||
4526 => 'SNMP::Info::Layer2::Netgear',
|
4526 => 'SNMP::Info::Layer2::Netgear',
|
||||||
5624 => 'SNMP::Info::Layer3::Enterasys',
|
5624 => 'SNMP::Info::Layer3::Enterasys',
|
||||||
|
6027 => 'SNMP::Info::Layer3::Force10',
|
||||||
6486 => 'SNMP::Info::Layer3::AlcatelLucent',
|
6486 => 'SNMP::Info::Layer3::AlcatelLucent',
|
||||||
6527 => 'SNMP::Info::Layer3::Timetra',
|
6527 => 'SNMP::Info::Layer3::Timetra',
|
||||||
8072 => 'SNMP::Info::Layer3::NetSNMP',
|
8072 => 'SNMP::Info::Layer3::NetSNMP',
|
||||||
|
|||||||
Reference in New Issue
Block a user