cisco switch 이미지 복구 (2000 / 3000 시리즈) 1. 시큐어crt, 하이퍼터미널에서 xmodem을 이용하여 이미지 복구 switch: flash_init / 플래시 엑세스 switch: format flash: / flash 포맷 switch: set BAUD 115200 / 원래 9600 BAUD 속도에서 115200 속도로 올리기 switch: copy xmodem: flash:xxxx.bin / 이미지 파일 복사 network equipment/cisco 2021.01.19
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 / 위에서 복사한 이미지 파일로 부팅 network equipment/cisco 2021.01.19
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.. network equipment/cisco 2021.01.19
cisco switch secondary ip 설정 (세컨더리 아이피 설정) 1. 추가로 아이피대역을 필요로 할때 사용 2. 다음과 같이 설정 ex) (config)# interface vlan x (config-if)# ip address x.x.x.x x.x.x.x (config-if)# ip address x.x.x.x x.x.x.x secondary ex) (config)# interface gigabitEthernet [ interface number ] (config-if)# ip address x.x.x.x x.x.x.x (config-if)# ip address x.x.x.x x.x.x.x secondary network equipment/cisco 2021.01.19