как обновить прошивку cisco

BackTrace

Случайный прохожий
Привет всем, вопрос - как обновить прошивку и иос в стеке 3750? Есть power stack. Нужная прошивка .bin есть но как обновлять если два свитча в стеке?
 
Залить бинарник на flash
Код:
 3850-stack#  
[B]software install file flash:cat3k_caa-universalk9.SPA.03.03.01.SE.150-1.EZ1.bin  switch 1-2[/B]

Once you begin the upgrade process, the switch pushes the .bin file to the stack member peers.
Preparing install operation ...
[2]: Copying software from active switch 1 to switch 2
After all of the members receive the .bin file, it is automatically expanded to the flash.
 
[h=2]3850 stack IOS upgrade[/h] Делайте в техническое окно т.к потребуется перезагрузка.

Загрузите IOS образ через USB или tftp и скопируйте командой
Код:
Switch#copy usbflash0:[image name] flash:
повторить для второго свитча

Switch#copy usbflash0:[image name] flash2:

Загрузка с новой версией
Switch(config)# boot syst switch all flash:[image name]

Перезагрузка...
 
Назад
Верх Низ