Добавление коммутатора в стек, когда не совпадают версия IOS-а, неприятная штука.
Решения очевидны:
- можно снять новый коммутатор, обновить на нем IOS до версии в стеке на столе
- можно сделать на месте
Нам необходимо выполнить процедуру по копированию IOS-а из мастера в новое устройство и перегрузить его.
Copy the .bin file from the master switch to the newly added switch, configure the boot variable, and reload the switch.
http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a00804799d7.shtml#mth3
Copy the .bin file from the master switch to the newly added switch, configure the boot variable, and reload the switch.
http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a00804799d7.shtml#mth3
3750-stack#show switch
Switch# Role Mac Address Priority Current State
----------------------------------------------------------
*1 Master QWER.TYUI.POIU 5 Ready
2 Member LKJH.GHJK.ASDF 2 Ready
3 Member ZXCV.BNMV.QAZW 5 Version Mismatch
Switch 3 is displayed as a version mismatch.
You need to copy the .bin image to flash3:
3750-stack#copy c3750-advipservicesk9-mz.122-25.SEE1.bin flash3:
или так
3750-stack#archive download-sw /allow-feature-upgrade /imageonly ftp://510.344.555.810/c3750-advipservicesk9-mz.122-25.SEE1.tar flash3:
3750-stack#configure terminal
3750-stack(config)#boot system switch 3 flash:/
c3750-advipservicesk9-mz.122-25.SEE1.bin
3750-stack(config)#exit
3750-stack#write memory
3750-stack#reload slot 3
Собственно после перезагрузки получим одинаковые версии и рабочий стек.