netdisco / snmp-info

Other
35 stars 31 forks source link

Missing Infos about cisco 2970 & 2960 #13

Closed netdisco-automation closed 7 years ago

netdisco-automation commented 18 years ago

Hello,

I use SNMP::Info with Netdisco, but i can't get informations about connected devices on cisco 2960 & 2970.

I see cisco 2970 is normally supported by C6500 class, but why i can't get connected devices ??

About the 2960 model, i see that the Layer2 class is loaded. Maybe a missing class ?

About my switches (Netdisco Infos) =>

Cisco 2970 : ------------

Model : cisco 297024

OS / Version : ios / 12.1(19)EA1c

Description : Cisco Internetwork Operating System Software IOS (tm) C2970 Software (C2970-I6L2-M), Version 12.1(19)EA1c, RELEASE SOFTWARE (fc2) Copyright (c) 1986-2004 by cisco Systems, Inc. Compiled Tue 03-Feb-04 02:14 by yenanh

Cisco 2960 : ------------

Model : cisco Products.696

OS / Version : Unknown / Unknown

Description Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX, RELEASE SOFTWARE (fc1) Copyright (c) 1986-2005 by Cisco Systems, Inc. Compiled Wed 12-Oct-05 22:05 by yenanh

Thanks !

Reported by: chris57

Original Ticket: snmp-info/bugs/13

netdisco-automation commented 18 years ago

Original comment by: chris57

netdisco-automation commented 18 years ago

Original comment by: chris57

netdisco-automation commented 17 years ago

Logged In: YES user_id=1135238

Try changing $objtype = 'SNMP::Info::Layer3::C6500' if ($desc =~ /C2970/);

to

$objtype = 'SNMP::Info::Layer3::C6500' if ($desc =~ /C2970|C2960/);

Also can you post/send the output of netdisco -D -d on each device?

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Logged In: YES user_id=1135238

Device detection added to SNMP::Info 1.04.

Original comment by: jeneric-placeholder

netdisco-automation commented 17 years ago

Original comment by: jeneric-placeholder