How to extract ios firmware from catalyst 3560 v2

cisco-catalyst

i accidentally formatted my client cisco catalyst 3560 v2 24 ps. Now no firmware inside. Lucky i got another same switch for standby. my question here, how to backup firmware from standby switch to my client switch? im new in this field.perhaps any 1 can give instruction to help…btw, the firmware is flash:/c3560-ipbasek9-mz.122-58.SE2/c3560-ipbasek9-mz.122-58.SE2.bin. ty

Best Answer

Source Healthy Switch : A

Destination Unhealthy Switch : B

On the A switch;

A(config)#tftp-server flash:/c3560-ipbasek9-mz.122-58.SE2/c3560-ipbasek9-mz.122-58.SE2.bin

On the B Switch ;

Enter the Rommon (Hint: Ctrl + Brk)

rommon 1> set

rommon 2> IP_ADDRESS=192.168.X.X (B Switch IP address Temporary)

rommon 3> IP_SUBNET_MASK=X.X.X.X (B Switch Mask)

rommon 4> DEFAULT_GATEWAY=X.X.X.X (Default Gateway IP)

rommon 5> TFTP_SERVER=X.X.X.X (A Switch IP address)

rommon 6> TFTP_FILE=c3560-ipbasek9-mz.122-58.SE2.bin

rommon 7> tftpdnld

Invoke this command for disaster recovery only.

WARNING: all existing data in all partitions on flash will be lost! Do you wish to continue? y/n: [n]: y

rommon 8> reset