From 66910c7827607979f65a32033faa54bbffb7bfdd Mon Sep 17 00:00:00 2001 From: Max Kosmach Date: Mon, 28 Jul 2014 15:32:04 +0400 Subject: [PATCH] Add L2:3Com support --- Info.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Info.pm b/Info.pm index a7deebf8..21f0dd57 100644 --- a/Info.pm +++ b/Info.pm @@ -1472,6 +1472,7 @@ sub device_type { 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::Dell', 244 => 'SNMP::Info::Layer3::Lantronix', @@ -1510,6 +1511,7 @@ sub device_type { my %l2sysoidmap = ( 9 => 'SNMP::Info::Layer2::Cisco', 11 => 'SNMP::Info::Layer2::HP', + 43 => 'SNMP::Info::Layer2::3Com', 45 => 'SNMP::Info::Layer2::Baystack', 171 => 'SNMP::Info::Layer3::Dell', 207 => 'SNMP::Info::Layer2::Allied',