Cisco device information

Greetings, new user here, just installed The Dude on a test server in my environment. Looks pretty good. Was wondering what I need to do to get it to read my Cisco switches? The Dude recognizes them as switches but it doesn’t return any additional information such as interfaces, CPU utilization, memory. The only services it discovers are ping and telnet?

u must set snmp on your switch. there is no problem
login to switch

type in this
enable
your password

configure terminal
snmp-server community public ro
exit
write (save)

word public is like password

http://www.netcraftsmen.net/welcher/papers/snmprouter.html

set up your swich in dude to use snmp v2 (v1 work too)
comunity public is default i think
(general, snmp profile)

in tools is tool call snmpwalk, try this
:wink: