[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Testbed-admins] Failed Vlan Creation for Cisco switches



The Cat2960 we have supports the STACK-MIB so we used that. If your switch doesn't support that MIB then our fix won't likely work for you. I'm still working on approval to provide a patch, but the manager that can do that is on vacation...

Take a look at this page: http://tools.cisco.com/ITDIT/MIBS/ and click on MIB Locater. Enter your switch and IOS version, you can then browse/search for a possible similar OID that does what you want.

-Jonathan


Robert P Ricci wrote:
Jonathan, when you finally got yours working, was that using
portAdminSpeed from the STACK-MIB, or some other MIB?

Thus spake Adit Ranadive on Mon, Apr 13, 2009 at 02:15:23PM -0400:
So, if you do the following:

snmpwalk -m all <switchname> <communitystring> portAdminSpeed
	That does not return anything

I tried snmpwalk -m all <switchname> <communitystring> system.sysDescr which returns:

system.sysDescr.0 = Cisco Internetwork Operating System Software IOS (tm) Catalyst 4000 L3 Switch Software (cat4000-I9K91S-M), Version 12.2(18)EW1, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2004 by cisco Systems, Inc.

	Any pointers to why its failing?

Thanks,
Adit