Support Alcatel devices with layer3 features.

This commit is contained in:
Oliver Gorwits
2013-05-21 09:35:38 +01:00
parent 9a722bb2f8
commit 3eae0b9d5c
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
SNMP::Info - Friendly OO-style interface to Network devices using SNMP. SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
version 3.02
[ENHANCEMENTS]
* Properly pull os_ver from Netgear GS series switches.
* Support Alcatel devices with layer3 features.
version 3.01 version 3.01
[API Changes] [API Changes]

View File

@@ -1402,6 +1402,7 @@ sub device_type {
3375 => 'SNMP::Info::Layer3::F5', 3375 => 'SNMP::Info::Layer3::F5',
4526 => 'SNMP::Info::Layer2::Netgear', 4526 => 'SNMP::Info::Layer2::Netgear',
5624 => 'SNMP::Info::Layer3::Enterasys', 5624 => 'SNMP::Info::Layer3::Enterasys',
6486 => 'SNMP::Info::Layer3::AlcatelLucent',
11898 => 'SNMP::Info::Layer2::Orinoco', 11898 => 'SNMP::Info::Layer2::Orinoco',
14179 => 'SNMP::Info::Layer2::Airespace', 14179 => 'SNMP::Info::Layer2::Airespace',
14525 => 'SNMP::Info::Layer2::Trapeze', 14525 => 'SNMP::Info::Layer2::Trapeze',