본문 바로가기
Cisco Switch 시작하기

Cisco Switch Firmware Update

by davidfreeforever 2024. 9. 30.

※ 쿠팡 파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있습니다.

보안상의 이유 등으로 Latest Firmware 설치가 필요합니다.

FileZilla 등의 Software를 이용하여 FTP Server가 구동되고 있다면, 아래의 Network Switch Command를 통해 Latest Firmware를 FTP Server에서 Switch로 복사한 후 Firmware Update를 완료할 수 있습니다.

1. FileZilla FTP Server에서 Firmware 복사.

Switch>en
Switch#copy ftp://SW_Admin:ftpaccess135@10.8.0.6/cat9k_iosxe_npe.17.09.05.SPA.bin flash:

(->SW_Admin은 FTP Server에서 생성한 User Name이며, ftpaccess135는 Password입니다. 10.8.0.6은 FTP Server가 실행되고 있는 PC의 Network Switch와 연결된 Port의 IP Address입니다. 따라서, Network Switch의 Management Port의 IP Address Range와 맞추어 설정하시면 됩니다. cat9k_iosxe_npe.17.09.05.SPA.bin는 FTP Server에 업로드한 해당 Network Switch의 Firmware File Name입니다.)

 

2. Firmware Update 실행.

Switch>en
Switch#conf t

Switch(config)#no boot system

Switch(config)#boot system flash:packages.conf

Switch(config)#no boot manual

Switch(config)#exit

Switch#wr

 

Switch#install add file flash:cat9k_iosxe_npe.17.09.05.SPA.bin activate commit

 

3. Update된 Firmware Version 확인.

Switch#sh version

Console Configuration
Console Configuration
<Console Configuration>

2024.09.29 - [Cisco Switch 시작하기] - Cisco Switch FTP Server for Firmware Update

 

Cisco Switch FTP Server for Firmware Update

1. Filezilla Server Software를 이용한 FTP Server Configuration.(1) Fizezilla Server Service 실행 후, Administer Filezilla Server를 실행하여 Server에 연결합니다.(2) Host 주소 및 Port, 그리고 Software 설치 시 입력한 Password를

davidfreeforever.tistory.com