From bf0b7d989f2b63b073cb23e927de6928b0da10fa Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Thu, 29 Apr 2021 09:18:27 +0200 Subject: [PATCH] dont flip between dell and aruba should fix #403 --- lib/SNMP/Info.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/SNMP/Info.pm b/lib/SNMP/Info.pm index d76608be..d6a6e396 100644 --- a/lib/SNMP/Info.pm +++ b/lib/SNMP/Info.pm @@ -1931,6 +1931,10 @@ sub device_type { $objtype = 'SNMP::Info::Layer3::Scalance' if ( $soid =~ /\.1\.3\.6\.1\.4\.1\.4329\.6\.1\.2/i ); + # Aruba wireless switches (issue #403) + $objtype = 'SNMP::Info::Layer3::Aruba' + if ( $desc =~ /ArubaOS/ ); + # Teltonika RUT9xx Series $objtype = 'SNMP::Info::Layer3::Teltonika' if (