Skip Menu |

This queue is for tickets about the SNMP-Info CPAN distribution.

Report information
The Basics
Id: 29858
Status: resolved
Priority: 0/
Queue: SNMP-Info

People
Owner: EMILLER [...] cpan.org
Requestors: vlach [...] seznam.cz
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.04
Fixed in: (no value)



Subject: SNMP::Info - Extreme Support Detection needs new string
We have Summit 48 Extreme Network switch and our device was not properly detected. Debug reports: SNMP::Info::device_type() layers:01001111 id:.1.3.6.1.4.1.1916.2.6 sysDescr:"Extreme 154 - Version 4.1.19 (Build 2) by Release_Master Wed 08/09/2000 6:09p" I suggest following line to be added into File SNMP/Info.pm $objtype = 'SNMP::Info::Layer3::Extreme' if $desc =~ /Extreme\s*\d/; Then it gets detected properly. Thanks, Vlad!
Version 2.00 uses IANA assigned Enterprise number extracted from sysObjectID to detect Extreme devices.