[ 1681923 ] Preliminary MS Windows router support (begemot)
This commit is contained in:
@@ -7,6 +7,8 @@ version 1.05
|
|||||||
+ Added device specific support for LLDP in L2::HP, L2::Baystack, and
|
+ Added device specific support for LLDP in L2::HP, L2::Baystack, and
|
||||||
L3::Foundry
|
L3::Foundry
|
||||||
+ Added support for Dell PowerConnect switches as new class L3::Dell
|
+ Added support for Dell PowerConnect switches as new class L3::Dell
|
||||||
|
+ Added basic support for generic routers running Microsoft Windows OS
|
||||||
|
as new class L3::Microsoft (begemot)
|
||||||
+ Added basic support for Sun routers as new class L3::Sun (begemot)
|
+ Added basic support for Sun routers as new class L3::Sun (begemot)
|
||||||
+ Added basic support for Juniper NetScreen devices as new class
|
+ Added basic support for Juniper NetScreen devices as new class
|
||||||
L3::Netscreen (Kent Hamilton)
|
L3::Netscreen (Kent Hamilton)
|
||||||
|
|||||||
8
Info.pm
8
Info.pm
@@ -503,7 +503,11 @@ See SNMP::Info::Layer3::Foundry for more info.
|
|||||||
|
|
||||||
=item SNMP::Info::Layer3::Juniper
|
=item SNMP::Info::Layer3::Juniper
|
||||||
|
|
||||||
Subclass for Juniper devices.
|
Subclass for Juniper devices
|
||||||
|
|
||||||
|
=item SNMP::Info::Layer3::Microsoft
|
||||||
|
|
||||||
|
Subclass for Generic Microsoft Routers running Microsoft Windows OS.
|
||||||
|
|
||||||
=item SNMP::Info::Layer3::N1600
|
=item SNMP::Info::Layer3::N1600
|
||||||
|
|
||||||
@@ -894,6 +898,7 @@ Algorithm for Subclass Detection:
|
|||||||
Extreme -> SNMP::Info::Layer3::Extreme
|
Extreme -> SNMP::Info::Layer3::Extreme
|
||||||
Foundry -> SNMP::Info::Layer3::Foundry
|
Foundry -> SNMP::Info::Layer3::Foundry
|
||||||
Juniper -> SNMP::Info::Layer3::Juniper
|
Juniper -> SNMP::Info::Layer3::Juniper
|
||||||
|
Microsoft -> SNMP::Info::Layer3::Microsoft
|
||||||
Net-SNMP -> SNMP::Info::Layer3::NetSNMP
|
Net-SNMP -> SNMP::Info::Layer3::NetSNMP
|
||||||
Nortel Passport/Accelar LAN -> SNMP::Info::Layer3::Passport
|
Nortel Passport/Accelar LAN -> SNMP::Info::Layer3::Passport
|
||||||
Nortel/Bay Baystack -> SNMP::Info::Layer2::Baystack
|
Nortel/Bay Baystack -> SNMP::Info::Layer2::Baystack
|
||||||
@@ -957,6 +962,7 @@ sub device_type {
|
|||||||
11 => 'SNMP::Info::Layer2::HP',
|
11 => 'SNMP::Info::Layer2::HP',
|
||||||
18 => 'SNMP::Info::Layer3::BayRS',
|
18 => 'SNMP::Info::Layer3::BayRS',
|
||||||
42 => 'SNMP::Info::Layer3::Sun',
|
42 => 'SNMP::Info::Layer3::Sun',
|
||||||
|
311 => 'SNMP::Info::Layer3::Microsoft',
|
||||||
674 => 'SNMP::Info::Layer3::Dell',
|
674 => 'SNMP::Info::Layer3::Dell',
|
||||||
1916 => 'SNMP::Info::Layer3::Extreme',
|
1916 => 'SNMP::Info::Layer3::Extreme',
|
||||||
1991 => 'SNMP::Info::Layer3::Foundry',
|
1991 => 'SNMP::Info::Layer3::Foundry',
|
||||||
|
|||||||
Reference in New Issue
Block a user