Menu

#13 Missing Infos about cisco 2970 & 2960

closed-fixed
7
2006-07-29
2006-05-11
Christophe
No

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 !

Discussion

  • Christophe

    Christophe - 2006-05-11
    • priority: 5 --> 8
     
  • Christophe

    Christophe - 2006-05-11
    • priority: 8 --> 7
     
  • Eric A. Miller

    Eric A. Miller - 2006-06-17

    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?

     
  • Eric A. Miller

    Eric A. Miller - 2006-07-29

    Logged In: YES
    user_id=1135238

    Device detection added to SNMP::Info 1.04.

     
  • Eric A. Miller

    Eric A. Miller - 2006-07-29
    • assigned_to: nobody --> jeneric
    • status: open --> closed-fixed