ap 터미널 접속
0. 터미널 연결
비트/초(Baud Rate) : 9600
데이터 비트(Data Bits) : 8
패리티(Parity) : 없음(None)
정지 비트(Stop Bits) : 1
흐름 제어(Flow Control) : 없음(None)
1. 관리자 모드로 접속 (초기 ID : Cisco // PW : Cisco // 대소문자 구별)
ap>enable
password : Cisco // 글씨는 안나옴
ap#
2. AP에 IP주소 설정
ap#configure terminal
ap(config)#interface BVI 1
ap(config-if)#ip address x.x.x.x ( ip주소 ) x.x.x.x ( 서브넷마스크 )
-> ex> ip address 192.168.0.100 255.255.255.0
ap(config-if)#no shutdown
ap(config-if)#exit
ap#wr
2-1. autonomous 모드 설정
만약 configure terminal 명령어가 먹지 않는다면, 컨트롤러-클라이언트 IOS로 부팅된 것이다.
이 경우 아래 명령어를 입력해준다.
APecbd.1d03.4324#capwap ap autonomous
Convert to Autonomous image. Proceed? (yes/[no]): yes
Writing out the event log to flash:/event.log ...
Write of event.log done
flash:/ap3g2-rcvk9w8-mx was removed.
Reloading system.
재부팅이 되면 설정을 다시 해 본다.
3. 디폴트 게이트웨이 설정
ap#conf t
ap(config)#ip default-gateway x.x.x.x ( Gateway IP )
ap(config)#exit
ap#wr
4. 인터페이스 활성화
ap#conf t
ap(config)#int dot11radio 0
ap(config-if)#no shut
ap(config-if)#exit
ap(config)#int dot11radio 1
ap(config-if)#no shut
ap(config-if)#exit
ap(config)#wr
5. PC IP 설정
위 단계를 모두 완료한 후 2번 에서 설정한 AP와 같은 대역의 IP주소를 자신의 컴퓨터에 입력
ex) Cisco AP의 IP가 192.168.0.100 이면 PC는 192.168.0.x
6. Cisco AP 설정 메뉴 접속
웹 브라우저에 Cisco AP 의 IP 주소를 입력
7. IOS 업데이트 (tftp와 tar 파일 사용)
tar 압축된 이미지를 단순 Upload 및 압축해제 하기 위해서는,
archive download-sw tftp://172.25.11.100/c3560-ipbasek9-tar.122-55.SE1.tar
기존 IOS 이미지를 대체하기 위해서는 overwrite 옵션을,
archive download-sw /overwrite tftp://172.25.11.100/c3560-ipbasek9-tar.122-55.SE1.tar
Image Upgrade 후 바로 재부팅을 하려면 reload 옵션,
archive download-sw /overwrite /reload tftp://172.25.11.100/c3560-ipbasek9-tar.122-55.SE1.tar
Upgrade 후 config 저장여부와 관계없이 강제적으로 재부팅까지 하기 위해서는 force-reload
archive download-sw /overwrite /force-reload tftp://172.25.11.100/c3560-ipbasek9-tar.122-55.SE1.tar
'컴퓨터 A/S' 카테고리의 다른 글
Dell PowerVault MD3000i 초기화 방법 (0) | 2017.10.17 |
---|---|
Windows 7에서 재설치 없이 AHCI모드 → IDE모드 변경하기 (0) | 2016.07.20 |
부팅 시 무선네트워크 연결 지연 문제 (1) | 2013.06.21 |
만약 다른 PC에서 가져온 하드디스크에서 폴더가 열리지 않는 증상중... (0) | 2012.12.12 |
HD Tune 해석.. (0) | 2012.09.18 |