L2 4

cisco switch 이미지 교체 및 백업(2000 / 3000 시리즈)

1. TFTP를 이용하여 bin 파일로 IOS 백업 (만일의 상황을 대비하여 IOS 백업) Privileged mode 에서 # copy flash: tftp: # 소스파일이름 # tftp주소 2. TFTP를 이용하여 bin 파일로 IOS 업데이트 privileged mode에서 # copy tftp: flash: # tftp주소 # 복사할 파일 이름 # 복사될 파일 이름 global configuration mode에서 (config)# boot system flash:/xxxxbin / 위에서 복사한 이미지 파일로 부팅

cisco switch password recovery (시스코 스위치 패스워드 복구) (2000 / 3000 시리즈)

1. 스위치 비밀번호를 찾을 때 사용 2. 다음과 같이 설정 rommon mode 실행 switch: flash_init / 플래시 파일시스템 초기화 switch: dir flash: / flash에 저장된 파일확인 (config.text 파일 확인) switch: rename flash:config.text flash:config.old / config.text 파일을 config.old로 파일명 변경 switch: boot / 재부팅 privileged mode 실행 # rename flash:config.old flash:config.text / 파일명 복구 # show flash: / 복구 되었는지 확인 # copy flash:config.text system:runnig-config / conf..