아이티보리/Network

Cisco 스위치 4500, IOS 업데이트 방법

Kimbori9 2022. 5. 20. 11:07
728x90

* IOS 파일 업로드 : TFTP 사용
copy tftp bootflash:
업로드 PC IP 입력 : ex) 192.168.0.100
파일명 입력 : ex) cat4500es8-universalk9.SPA.03.06.10.E.152-2.E10.bin
                     cat4500es8-universalk9.SPA.03.11.05.E.152-7.E5.bin

 

 


* IOS 이미지 확인

sh bootflash:
-#- --length-- ---------date/time--------- path
  1  200266820 Jul 12 2017 00:14:41.0000000000 +00:00 cat4500es8-universalk9.SPA.03.06.06.E.152-2.E6.bin
  2  199972012 May 18 2022 23:19:08.0000000000 +00:00 cat4500es8-universalk9.SPA.03.06.10.E.152-2.E10.bin
  3  394307888 May 18 2022 23:43:47.0000000000 +00:00 cat4500es8-universalk9.SPA.03.11.05.E.152-7.E5.bin

823435264 bytes available (798011392 bytes used)

 

 

sh bootvar
BOOT variable = bootflash:cat4500es8-universalk9.SPA.03.06.10.E.152-2.E10.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2102          (위 해당 이미지로 부팅하겠다는 말임, 0x2101의 경우 최상단 이미지로 부팅)

 

 


conf t
no boot system flash bootflash:cat4500es8-universalk9.SPA.03.06.10.E.152-2.E10.bin          (삭제)

wr          (저장, 저장 후 적용됨)

 

 

 

conf t
boot system flash bootflash:cat4500es8-universalk9.SPA.03.11.05.E.152-7.E5.bin          (등록)
wr          (저장, 저장 후 적용됨)

 

reload          (재부팅, 재부팅 후 등록된 IOS로 부팅됨)



Configuration register is 0x2102          (마지막 2의 경우 선택한 이미지로 부팅, 1의 경우 최상단 이미지로 부팅됨)

위 수정 시

conf t
Configuration register 0x2101

 

 

 

* IOS 업데이트 후 Telnet 안됨 증상
line vty 0 4
 password 7
 login local

 transport input telnet          (이것 추가해야 Telnet 가능, 이전 IOS 버전에는 없어도 Telnet 가능)

728x90