Difference between revisions of "Loading IOS on a WS-C2960X Switch Stack"

From NesevoWiki
Jump to navigationJump to search
(Created page with "* Connect ("daisy-chain") all stack members with stacking cables as shown here: [http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-2960-x-series-switches/whit...")
 
Line 6: Line 6:
 
* Check connectivity: <code>ping 192.168.1.11</code>
 
* Check connectivity: <code>ping 192.168.1.11</code>
 
* Install the nwew IOS firmware on all stack mambers simultaneously using this command:
 
* Install the nwew IOS firmware on all stack mambers simultaneously using this command:
** <code>archive download-sw /force-reload /overwrite tftp://192.168.1.11/c2960x-universalk9-mz.150-2a.EX5.bin</code>
+
** <code>archive download-sw /force-reload /overwrite tftp://192.168.1.11/c2960x-universalk9-tar.150-2a.EX5.tar</code>
 +
* '''Important:''' You must use the <code>.tar</code> version of the IOS image, the <code>.bin</code> version won't work with the <code>archive download-sw</code> command.

Revision as of 10:14, 17 June 2015

  • Connect ("daisy-chain") all stack members with stacking cables as shown here: WS-C2960X Stacking Guide
  • Power on all stack members
  • Connect one switch to your network (via the Mgmt interface)
  • Connect to the serial console of the same switch
  • Configure the Mgmt interface (FastEthernet 0)
  • Check connectivity: ping 192.168.1.11
  • Install the nwew IOS firmware on all stack mambers simultaneously using this command:
    • archive download-sw /force-reload /overwrite tftp://192.168.1.11/c2960x-universalk9-tar.150-2a.EX5.tar
  • Important: You must use the .tar version of the IOS image, the .bin version won't work with the archive download-sw command.