*supervisor 부팅의 2가지 유형
1. install mode: package.conf 를 이용한 부팅
.bin 파일이 메모리에 압축해제되어 운영(RAM에 적재되지 않으므로, RAM 여유 공간 확보의 장점이 있음)
2. Bundle mode: 전통적인 부팅 방법(.bin 파일을 이용한 부팅)
.bin파일이 RAM에 적재되므로, RAM 공간 소모
참고: https://notes.networklessons.com/ios-install-mode-vs-bundle-mode
NetworkLessons.com - Networking in Plain English
NetworkLessons.com teaches you everything about Cisco R&S, Security, Wireless and Linux. Great Courses, Lessons and Learning Material.
notes.networklessons.com
*Inatall mode 로 IOS 업그레이드
참고: https://www.cisco.com/c/en/us/support/docs/ip/trivial-file-transfer-protocol-tftp/212470-catalyst-9400-upgrading-dual-supervisor.html
Catalyst 9400: Upgrade Dual Supervisors to Cisco IOS? XE version 16.6.2
This document describes the upgrade procedure from version 16.6.1 to 16.6.2.
www.cisco.com
Switch#install remove inactive
Step 2. Copy New Image to Flash
copy tftp: bootflash:
Step 3. Check Boot Statement
Switch#show boot
boot statement가 bin으로 되어 있으면, 반드시 packages.conf 로 변경해야 한다.
Switch(config)#no boot system
Switch(config)#boot system bootflash:packages.conf
비고: #show boot 로 확인 시, "MANUAL_BOOT variable = no ( 시스템이 auto boot 로 설정된 상태)
Switch#install add file bootflash:cat9k_iosxe.16.06.02.SPA.bin activate commit
Step 5. Verify New Packages and Image After Upgrade
Switch#dir bootflash:*.pkg
Step 6. Check Version and New Bootloader
Switch#show version
비고: Secondary Supervisor 모듈도 동일하게 작업한다.(단, 작업 전에, 반드시 Main Supervisor 모듈을 제거한다.)
'네트워크 이야기(cisco 등)' 카테고리의 다른 글
와일드카드 마스크 (0) | 2022.07.27 |
---|---|
포트 시큐리티 (0) | 2022.07.26 |
이더채널 구성(in GNS3) (0) | 2022.07.25 |
GNS3에 IOU 이미지 추가하기 (0) | 2022.07.24 |
GNS3 설치 (0) | 2022.07.23 |