Support Alcatel devices with layer3 features.
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
1
Info.pm
1
Info.pm
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user