Arista SW Image Upgrade
아리스타 스위치 업그레이드
참고 링크
www.arista.com/en/um-eos/eos-section-7-4-standard-upgrades-and-
Step 1
업그레이드전 기존 Config BackUp 방법
1. sh run
2. switch#copy running-config flash:/cfg_03292021 (해당방법으로도 가능)
Step 2
Image Copy전 용량 확인 후 Copy 실시
Switch : dir flash :
USB Memory
Command
copy usb1:/sourcefile flash:/destfile
Example Config)
SW#copy usb1:EOS-4.13.2.swi flash:/EOS-4.13.2swi
FTP Server
Command
copy ftp:/ftp-source/sourcefile flash:/destfile
Example Config
SW#copy ftp:/user:password@10.0.0.1/EOS-4.13.2swi flash:/EOS-4.13.2.swi
Copy완료 후
Once the file has been transferred, verify that it is present in the directory, then confirm the MD5 checksum using the verify command.
The MD5 checksum is available from the EOS download page of the Arista website.
MD5 Checksum을 해야된다. MD5 Checksum 가능 위치는 Arista Website Download page에서 가능하다
Command
SW#verify /md5 flash:EOS-4.13.2swi
verify /md5 (flash:EOS-4.13.2.swi) = c277a965d0ed48534de6647b12a86991 <-- Arista 홈페이지 4.13.2.swi image download page에 표시된 md5 값과 일치하면 정상적으로 copy가 되었다는 소리
Step3
부팅 이미지 설정 및 재부팅 업그레이드 실시
Command
switch#configure terminal
switch(config)#boot system flash:/EOS-4.13.2.swi
switch(config)#show boot-config
Software image: flash:/EOS-4.13.2.swi <--- 부팅 이미지 설정 정상 확인
Console speed: (not set)
Aboot password (encrypted): $1$ap1QMbmz$DTqsFYeauuMSa7/Qxbi2l1
switch#write
switch#reload
'IT Technology > Network' 카테고리의 다른 글
SecureCRT 키보드 설정 방법 (0) | 2021.04.23 |
---|---|
MTU란? (0) | 2021.04.19 |
포트(Port), 잘 알려진 포트(Well-Known port)란? (0) | 2021.04.07 |
HP, Cisco SW 명령어 정리 (0) | 2021.04.05 |
Ethernet Physical error(CRC, Frame,...) 점검 방법 (0) | 2021.04.03 |