Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

421

April 3rd, 2008 00:00

Cisco 9513

Hi all,
Should I be able to Discover this type of switch?
I get "Could not be found using SNMP"...

Regards
Paul

2 Intern

 • 

385 Posts

April 4th, 2008 13:00

Yes - depending on the version of ECC you have.

If you have ECC 6.0 there is a document titled "Cisco Discovery" under the the "SAN Management Quick Reference" section of the Documentation Library under the ECC Help bar.

Here is a snippet you can run to make sure SNMP is setup on the switch. Connect to your switch via telnet/ssh with admin rights. The community is what you would use to discover in the discovery screen. My example is EMC - you should use something other than "public".

Obviously you must be able to access the Cisco switch from your ECC server over the network. If you can't ping it this won't work...

o config t
o snmp-server community EMC rw
o exit
o copy running-config startup-config
No Events found!

Top