Tag: TFTP
Need to Get Core Dump Off Cisco CSM?
by admin on Jul.05, 2007, under Networking, load balancing
First you need to know what module your CSM is in, most of you know I am sure but otherwise use this at the enable prompt:
“show module”
Next you need to session into the CSM with the following command replacing the slot number with the module number you found using the command above:
“sessions slot 1 processor 0″
Finally you need to tftp the core dump file off of the CSM with the command:
“tftp core_dump tftp-ip-addr”
You need to replace the tftp-ip-addr with the IP of your TFTP server. Also if you have multiple core dump file you can put the name of the file you want to tftp after tftp-ip-addr.