안녕하세요 빛향기고운데입니다.
Cisco Switch에 TFTP 를 이용하여 IOS파일을 Update하는 방법을 설명합니다.
1. Cisco TFTP Server 파일을 설치하고 준비한다.(검색이용하면 쉽게 다운할수 있습니다)
2. IOS Image를 준비한다.
3. TFTP서버를 이용하여 Server를 작동시킨다.
4. Console을 이용하여 Switch에 접근
5. Switch 와 Server를 구동시킨 Host를 UTP로 연결
6. Host TCP/IP에 IP를 부여
7. Switch Vlan에 IP를 부여
8. Update진행
Switch 설정
interface vlan 1
ip address 1.1.1.2 255.255.0.0
no shutdown
inter gi 1/1
switch port
copy tftp: bootflash:
Address or name of remote host []? 1.1.1.1
-> TFTP서버 지정
Source filename []? cat4500-entservicesk9-mz.122-37.SG1.bin
-> Source 파일지정
Destination filename [cat4500-entservicesk9-mz.122-37.SG1.bin]?
-> Destination 파일지정
Accessing tftp://1.1.1.1/cat4500-entservicesk9-mz.122-37.SG1.bin...
Loading cat4500-entservicesk9-mz.122-37.SG1.bin from 1.1.1.1 (via Vlan1):
config-register 0x2102
-> Register 값을 0X2102로 지정
boot system flash bootflash:cat4500-entservicesk9-mz.122-37.SG1.bin
-> boot IOS 지정
write memory
reload
감사합니다.