We are researching CPU & Memory polling support for Cisco MDS devices. It would be very helpful if we had some SNMP walks from such devices.
You can use new SolarWinds SNMPWalk tool (GUI application), which is available for download here:
downloads.solarwinds.com/.../SolarWindsSnmpWalk.zip
Another option is to download and install open source net-snmp tool (console application) from http://net-snmp.sourceforge.net/ You can download the Win32 binaries here:
http://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.5-binaries/net-snmp-5.5.0-1.x86.exe/download
It doesn’t matter what machine do you install it on, as long as it reaches the device.
Run this command from “installation directory/bin/”: snmpwalk -v 2c -c public -O netU 127.0.0.1 1 > output.txt
(change the IP address and community string accordingly, don’t forget there is 1 after IP address, it means it will scan whole SNMP tree)
Note: Please pack the output file into zip archive, it reduces the size significantly.