diff --git a/lib/SNMP/Info.pm b/lib/SNMP/Info.pm index addb0610..cc5548af 100644 --- a/lib/SNMP/Info.pm +++ b/lib/SNMP/Info.pm @@ -1663,44 +1663,44 @@ sub device_type { # Hash for generic fallback to a device class if unable to determine using # the sysDescr regex. my %l3sysoidmap = ( - 9 => 'SNMP::Info::Layer3::Cisco', - 11 => 'SNMP::Info::Layer2::HP', - 18 => 'SNMP::Info::Layer3::BayRS', - 42 => 'SNMP::Info::Layer3::Sun', - 43 => 'SNMP::Info::Layer2::3Com', - 45 => 'SNMP::Info::Layer2::Baystack', - 171 => 'SNMP::Info::Layer3::DLink', - 244 => 'SNMP::Info::Layer3::Lantronix', - 311 => 'SNMP::Info::Layer3::Microsoft', + 9 => 'SNMP::Info::Layer3::Cisco', + 11 => 'SNMP::Info::Layer2::HP', + 18 => 'SNMP::Info::Layer3::BayRS', + 42 => 'SNMP::Info::Layer3::Sun', + 43 => 'SNMP::Info::Layer2::3Com', + 45 => 'SNMP::Info::Layer2::Baystack', + 171 => 'SNMP::Info::Layer3::DLink', + 244 => 'SNMP::Info::Layer3::Lantronix', + 311 => 'SNMP::Info::Layer3::Microsoft', 664 => 'SNMP::Info::Layer2::Adtran', - 674 => 'SNMP::Info::Layer3::Dell', - 1588 => 'SNMP::Info::Layer3::Foundry', - 1872 => 'SNMP::Info::Layer3::AlteonAD', - 1890 => 'SNMP::Info::Layer3::Redlion', - 1916 => 'SNMP::Info::Layer3::Extreme', - 1991 => 'SNMP::Info::Layer3::Foundry', - 2011 => 'SNMP::Info::Layer3::Huawei', - 2021 => 'SNMP::Info::Layer3::NetSNMP', - 2272 => 'SNMP::Info::Layer3::Passport', - 2620 => 'SNMP::Info::Layer3::CheckPoint', - 2636 => 'SNMP::Info::Layer3::Juniper', - 2925 => 'SNMP::Info::Layer1::Cyclades', - 3076 => 'SNMP::Info::Layer3::Altiga', - 3224 => 'SNMP::Info::Layer3::Netscreen', - 3375 => 'SNMP::Info::Layer3::F5', - 3417 => 'SNMP::Info::Layer3::BlueCoatSG', - 3717 => 'SNMP::Info::Layer3::Genua', - 4413 => 'SNMP::Info::Layer2::Ubiquiti', - 4526 => 'SNMP::Info::Layer2::Netgear', - 4874 => 'SNMP::Info::Layer3::ERX', - 5624 => 'SNMP::Info::Layer3::Enterasys', - 6027 => 'SNMP::Info::Layer3::Force10', - 6141 => 'SNMP::Info::Layer3::Ciena', - 6486 => 'SNMP::Info::Layer3::AlcatelLucent', - 6527 => 'SNMP::Info::Layer3::Timetra', - 6876 => 'SNMP::Info::Layer3::VMware', - 8072 => 'SNMP::Info::Layer3::NetSNMP', - 9303 => 'SNMP::Info::Layer3::PacketFront', + 674 => 'SNMP::Info::Layer3::Dell', + 1588 => 'SNMP::Info::Layer3::Foundry', + 1872 => 'SNMP::Info::Layer3::AlteonAD', + 1890 => 'SNMP::Info::Layer3::Redlion', + 1916 => 'SNMP::Info::Layer3::Extreme', + 1991 => 'SNMP::Info::Layer3::Foundry', + 2011 => 'SNMP::Info::Layer3::Huawei', + 2021 => 'SNMP::Info::Layer3::NetSNMP', + 2272 => 'SNMP::Info::Layer3::Passport', + 2620 => 'SNMP::Info::Layer3::CheckPoint', + 2636 => 'SNMP::Info::Layer3::Juniper', + 2925 => 'SNMP::Info::Layer1::Cyclades', + 3076 => 'SNMP::Info::Layer3::Altiga', + 3224 => 'SNMP::Info::Layer3::Netscreen', + 3375 => 'SNMP::Info::Layer3::F5', + 3417 => 'SNMP::Info::Layer3::BlueCoatSG', + 3717 => 'SNMP::Info::Layer3::Genua', + 4413 => 'SNMP::Info::Layer2::Ubiquiti', + 4526 => 'SNMP::Info::Layer2::Netgear', + 4874 => 'SNMP::Info::Layer3::ERX', + 5624 => 'SNMP::Info::Layer3::Enterasys', + 6027 => 'SNMP::Info::Layer3::Force10', + 6141 => 'SNMP::Info::Layer3::Ciena', + 6486 => 'SNMP::Info::Layer3::AlcatelLucent', + 6527 => 'SNMP::Info::Layer3::Timetra', + 6876 => 'SNMP::Info::Layer3::VMware', + 8072 => 'SNMP::Info::Layer3::NetSNMP', + 9303 => 'SNMP::Info::Layer3::PacketFront', 10002 => 'SNMP::Info::Layer2::Ubiquiti', 10418 => 'SNMP::Info::Layer1::Cyclades', 12325 => 'SNMP::Info::Layer3::Pf', @@ -1746,7 +1746,7 @@ sub device_type { 3375 => 'SNMP::Info::Layer3::F5', 4526 => 'SNMP::Info::Layer2::Netgear', 5624 => 'SNMP::Info::Layer3::Enterasys', - 6141 => 'SNMP::Info::Layer3::Ciena', + 6141 => 'SNMP::Info::Layer3::Ciena', 6486 => 'SNMP::Info::Layer3::AlcatelLucent', 9303 => 'SNMP::Info::Layer3::PacketFront', 10418 => 'SNMP::Info::Layer1::Cyclades',